$n$ people are attending a party. Each has an equal probab of being born on any day during the year, independently of everyone else. Ignore leap years (i.e., nobody is born on February 29). What is the probab that each person has a distinct birthday? Assume $n\leq365$
Solution that is given by a Lecturer in probabilities. I am not sure why, but I have seen different solutions. Any ideas on why it is wrong?
The probability of the first person is $\frac{1}{365}$. The probability of the second person having a birthday on a day different than the first is $\frac{1}{364}$. The probability of the 3rd person having a birthday on a day different from the above two is $\frac{1}{363}$.
And so on.
So the probability of the n people is $Pn= \frac{1}{365} * \frac{1}{364} * \frac{1}{363} *... *\frac{1}{365-(n+1)}$.
My opinion is that the Pn only is the probability for specific n days in the year. But we want for any combination of n days in the year. So can we multiply $Pn$ by 365 choose n and get the result ?
As far as I know the result is : $Qn= \frac{365 * 364 * 363 *... (365- (n+1)) } { 365^n}$. It seems that the result cannot be yielded by multiplying $Pn$ by (365 choose n). Any ideas on how from $Pn$ I can arrive at $Qn $?
"The probability of the second person having a birthday on a day different than the first is 1/364."
Is it? Regarding the rest of your question, you should consider permutations not combinations.