What is the probability that on any chosen given day (e.g. today) there is at least one person (in a group of N) who is celebrating his birthday?
I would say the answer is either $N/365$ because you get $\frac{1}{365}+\frac{1}{365}$..$N$ times or $1-(\frac{364}{365})^N$ because this is $1$ - the chances of all N people having birthday on a different day other than the chosen one.
Which is the right one(if any is) and why?