edited by
16,031 views
51 51 votes

What is the probability that in a randomly chosen group of $r$ people at least three people have the same birthday?

  1. $1-\dfrac{365-364 \dots (365-r+1)}{365^{r}}$
  2. $\dfrac{365 \cdot 364 \dots (365-r+1)}{365^r}+ ^{r}C_{1}\cdot 365 \cdot \dfrac{364.363 \dots (364-(r-2)+1)}{364^{r+2} }$
  3. $1- \dfrac{365 \cdot 364 \dots (365-r+1)}{365^{r}} - ^{r}C_{2} \cdot 365 \cdot \dfrac{ 364 \cdot 363 \dots (364-(r-2)+1)}{364^{r-2}}$
  4. $\dfrac{365 \cdot 364 \dots (365-r+1)}{365^{r}}$

6 Answers

Best answer
62 62 votes
The question is actually confusing considering the given options. It seems like they asked for probability of at least 3 people sharing birthday with someone (which is different from at least 3 having birthday on same day as there can be many pairs having birthday on same day). So, lets calculate this.

Case 1: Among $365$ people If all $r$ have birthdays on different days.
Then first one can have his birthday in $365$  ways. Second one can have in $364$ ways, and so on up to $r^{th}$ person, who can have his birthday in $(365-(r-1))$ ways.

Case 2: Among $365$ people If exactly $2$ persons have birthdays on same day.
Then we can consider these 2 persons as single entity. Then these two (assumed as first person) can have their birthday in $365$  ways.
Third person can have in 364 ways, and so on up to $r^{th}$ person, who can have his birthday in $(365-(r-2))$ ways (since 1 person is less now).

As we know,
$P_{\large\text{at least 3 with same birthday}} = 1 - \left[P_{\large\text{no two having same birthday}}+ P_{\large\text{exactly 2 having same birthday}}\right]$

Hence, $P_{\large\text{at least 3 with same birthday}}$

$= 1 - \left[\dfrac{365.364\ldots (365-(r-1))}{365^r}  + 365.\dfrac{364. 363 \ldots (365-(r-2))}{ 365.364^{r-2}}\right]$

$= 1 - \dfrac{365.364\ldots(365-(r-1))}{365^r}  - \dfrac{364.363 \ldots(365-(r-2))}{364^{r-2}}$

No option matches. Option C might be a typo.
selected by
2 flags:
✌ Edit necessary (P0535_Yedidyah_Sagar “This answer is wrong. Just substitute r=3,we get negative value for probability”)
✌ Edit necessary (Vishv “sir in the second case there insted of 364 there should be 365. cuz if we choose a one of the day for the selected two peoples . then for the remaining peoples just favorable case reduced not the total sample space .”)
19 19 votes
The correct answer(which is not in the options) should be =

$1- \dfrac{365 \cdot 364 \dots (365-r+1)}{365^{r}} - ^{r}C_{2} \cdot 365 \cdot \dfrac{ 364 \cdot 363 \dots (364-(r-2)+1)}{365^{r}}$

i.e. $1 - Probability(all\: 'r' \: people \: have \: distinct\: birthdays) - Probability(only\: 2 \: people \: have \: same\: birthdays)$

Try the formula for say r=3, then the answer should be $\frac{\binom{365}{1}}{365^{3}}=\frac{1}{365^{2}}$ (which can be found directly).
5 5 votes

We have r people and 365 days , so total cases are (365)^r 

P(at least 3 have same day bday)=1-P( no two have same day bday) --( exactly 2 have same day bday) - equation one

Case1: P( no two have same day bday)= all have different day bday 

So it we have 4 people we have 4 days then and all have different bdays in 4! Ways,so here we have r people we will select r days by 365 C r * r! Ways which is 365.364....(365-(r-1))/(365)^r

Case 2: exactly 2 have same day bday :-We will select 2 out of r people have treat them as single entity and they can have bday on same day and that can be any one  of 365 days,so 365 ways  i.e  rC2*365 ,we have 364 days remaining and r-2 people which have bday on diff day so similar to case 1 we have total case=(364)^r-2 and favourable will be selecting r-2 days out of 364 and we have 364 C r-2 * (r-2)! = 364*363....(364-(r-3) ) the last bolded term can be written as (365-(r-2)) 

So we get rC2* 365  *   364*363.....(365-(r-2))/(364)^r-2

Substitute both cases in equation one ,Answer will be C

3 3 votes

Its answer is 3).. but instead of  '+' there would be a  '-' .

P(Atleast three have B'day on same day) = 1-  ( P(No person having B'day on same day) + P(Two persons having B'day on same day) )

2 2 votes
Probability of 3 or more people having birthday on same day = 1 – (probability of 2 people having birthday on same day + probability of all having distinct birthdays)

All possible ways to choose a birthday for r people = 365*365*… (r times) = $365^{r}$

Case 1: All have distinct birthdays.

No of ways = $^{365}P_{r}$.

Probability = $\frac{^{365}P_{r}}{365^{r}}$
 

Case 2: Among 365 people If exactly 2 persons have birthdays on same day.

Then we can consider these 2 people as a unit.

Ways to choose 2 people out of r people = $^{r}C_{2}$

Then the birthday for the unit of these two people can be chosen in 365  ways.

For the remaining r-2 people, we can choose distinct birthdays out of the remaining 364 days in $^{364}P_{r-2}$ ways.

Probability = $\frac{^{r}C_{2} * 365 * ^{364}P_{r-2}}{365^{r}}$
 

Hence, Probability of 3 or more people having birthday on same day

= 1 – ( $\frac{^{365}P_{r}}{365^{r}}$ + $\frac{^{r}C_{2} * 365 * ^{364}P_{r-2}}{365^{r}}$ )

You can try out the above formula with r=3. The expected answer is $\frac{1}{365^{2}}$

No option matches this. Option C may be a typo.
Answer:
Position:
Show:

Related questions

26 26 votes
2 answers 2 answers
6.9k
6.9k views
Ishrat Jahan asked Oct 27, 2014
6,918 views
A sample space has two events $A$ and $B$ such that probabilities $P(A\cap B) = \dfrac{1}{2}, P(A') = \dfrac{1}{3}, P(B') =\dfrac{1}{3}$. What is $P(A\cup B)$ ?$\left(\df...
99 99 votes
7 answers 7 answers
30.6k
30.6k views
Ishrat Jahan asked Oct 29, 2014
30,640 views
Host $X$ has $IP$ address $192.168.1.97$ and is connected through two routers $R1$ and $R2$ to an­other host $Y$ with $IP$ address $192.168.1.80$. Router $R1$ has $IP$ ad...
75 75 votes
10 answers 10 answers
22.1k
22.1k views
Ishrat Jahan asked Oct 29, 2014
22,115 views
Host $X$ has IP address $192.168.1.97$ and is connected through two routers $R1$ and $R2$ to an­other host $Y$ with IP address $192.168.1.80$. Router $R1$ has IP addresse...
23 23 votes
3 answers 3 answers
12.6k
12.6k views
Ishrat Jahan asked Oct 29, 2014
12,643 views
Consider the code fragment written in C below : void f (int n) { if (n <= 1) { printf ("%d", n); } else { f (n/2); printf ("%d", n%2); } }Which of the following im...