A thousand light years away from Earth, there is a planet that orbits its sun every 100 days. That planet is called Omicron Persei 8, it is inhabitated by living creatures known as Omicronians and they too have the ritual to celebrate the anniversary of their birthday.
What is the maximum number of randomly selected Omnicrons needed such that the probability of all of their birthdays are different exceeds 50%?
Assume that there is a uniform distribution of birthdays across all days of the 100 day year.
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.
Let's call p ( n ) the probability that all the birthdays are different in a group of n people. It is easy to see that
p ( n ) = 1 × ( 1 − 1 0 0 1 ) × ( 1 − 1 0 0 2 ) × … × ( 1 − 1 0 0 n − 1 ) = 1 0 0 n 1 0 0 × 9 9 × … × ( 9 9 − n + 1 ) = 1 0 0 n ( 1 0 0 − n ) ! 1 0 0 ! = 1 0 0 n 1 0 0 P n
We have to find the maximum value of n such that 1 0 0 n 1 0 0 P n > 2 1 . Bashing it out with a calculator, we get that 12 is the answer.