If there are 34 people in a party,what is the probability ( in % ) of any two of them not having their birthdays on the same day of the year.
Assume that the year is not a leap year.
Feels nice to post it on my birthday!
You can try out other Different! problems.
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.
You have n people at a birthday party. You want to determine the probability that any two of them do not have their birthday on the same day of the year. Let p ( n ) denote that in a set of n people chosen at random, at least two people share the same birthday. We have:
p ( n ) = 1 − ( 3 6 5 ) n 3 6 5 × 3 6 4 × . . . × ( 3 6 6 − n ) = 1 − ( 3 6 5 − n ) ! 3 6 5 n 3 6 5 !
Given n people at a party, we want to determine: what is the probability that any two of them do not have their birthday on the same day of the year? This is simply the complement of p ( n ) . Thus, the probability is:
1 − p ( n ) = 1 - ( 1 − ( 3 6 5 − n ) ! 3 6 5 n 3 6 5 ! )
In this case, we have n = 3 4 and thus we have that if you have 34 people at a party, the probability of any two of them not having their birthdays on the same day of the year is:
1 − p ( 3 4 ) = 1 - ( 1 − ( 3 6 5 − 3 4 ) ! 3 6 5 3 4 3 6 5 ! ) ≈ 20.46