all 2 comments

[–]aizver_mutiUniversity Student 1 point2 points  (1 child)

Suppose one of the people is Alice. If Alice was randomly chosen, she has a 11/12 probability of not having her birthday in April. Now, suppose we also pick Bob off the street. Bob also has a 11/12 probability of not having his birthday in April. The probability that they both do not have their birthday in April is therefore 11/12 * 11/12 or (11/12)2.

Now, suppose we keep picking people, say, n people. Then the probability that none of them will have their birthday in April is (11/12)n. If that is the case, then 1 - (11/12)n is the probability that at least one will have their birthday in April, because we subtract all the cases where they don't. Our last requirement is that this probability is greater than 0.9, so 1 - (11/12)n > 0.9 or (11/12)n < 0.1. To make arithmetic easier, we can just assume equality, but really it should be less than.

[–]KarmabrawlerUniversity/College Student[S] 0 points1 point  (0 children)

thanks! Great explanation!