Question: whats the probability that at least 3 out of a group of n people have the same birthday.
I am confused as to where to start. I know that it would be complementary probability, but even then I dont know exactly. Would it be;
P(at least 3 have the same bday) = 1 - (|all 3 have different| + (2 have the same|)? Any directions and suggestions?
If $P(n,k)$ is the probability for exactly $k$ people out of $n$ have the same birthday and $P(n,\ge t)$ is the probability for at least $t$ people out of $n$ have the same birthday then:
$P(n, \ge3)=P(n,3)+P(n,4)+\cdots+P(n,n)=\sum\limits_{i=3}^n P(n,i)=1-\left(\sum\limits_{j=0}^2 P(n,j)\right)=1-(P(n,2)+P(n,1)+P(n,0))$
Now to get $P(n,k)$ we have $$P(n,k)={n\choose k}\cdot\left(\frac1{365}\right)^k\cdot\left(1-\frac1{365}\right)^{n-k}$$