In birthday problem say total number of people n < 365, then probability of all person having distinct birthday is given by,
$$\frac{\text{total no. of ways of selecting $n$ numbers from $365$ without repetition}} {\text{total number of ways of selecting n object from 365 with repetition}}. $$
$$p = \frac{^{365}C_n}{^{365-1+n}C_n}$$
I know, that this is wrong, but don't know why.
I want to know why is it wrong?
Can this problem be solved using $^nC_r$ calculations, if not, why?