Some of you may have heard of the original birthday problem which tries to find the probability that at least two people out of N people will share the same birthday. It is pretty easy to figure out. All you do is find the probability that nobody will have the same birthday and then do 1 - that probability. For example for 4 people:
1 - (365/365) *(364/365) * (363/365) * (362/365) = 1.64%
Now what I'm wondering is how to find the probability that at least THREE people out of N people will have the same birthday. I was thinking that all I would have to do is multiply each part of the top equation by the probability that no two people up to that point share a birthday like so:
1 - (365/365)*0*(364/365)*.00274*(363/365)*.0082*(362/365)*.0164
But I don't think that works. Any suggestions.
1 - (365/365) *(364/365) * (363/365) * (362/365) = 1.64%
Now what I'm wondering is how to find the probability that at least THREE people out of N people will have the same birthday. I was thinking that all I would have to do is multiply each part of the top equation by the probability that no two people up to that point share a birthday like so:
1 - (365/365)*0*(364/365)*.00274*(363/365)*.0082*(362/365)*.0164
But I don't think that works. Any suggestions.
