The answer is somehow counterintuitive:
I want to make a birthday party with 50% chance that at least two people will have the same birthday date, what is the minimal number of people I will have to invite? Supposing we do not count leap years and that I have to invite at least 2 people.
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
If we use complementary counting, the total chance of x number of people not sharing a birthday with anyone else out of the group is 365/365 * 364/365 * 363/365 * ... * (365-x)/365
When x hits 23, the probability is ~49% => the probability that at least two people will share a birthday is ~51%