How many randomly assembled people are needed to have a better than 50% probability that at least one of them was born in a leap 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.
Since a leap year occurs every 4 years, (there are exceptions but we'll keep it simple here), the probability that a random person is not born on a leap year is 4 3 . Thus the probability that n randomly chosen people are all born on non-leap years is ( 4 3 ) n .
The probability that at least one of n randomly chosen people is born on a leap year is then 1 − ( 4 3 ) n . So what we need to find is the least integer n such that
( 1 − ( 4 3 ) n ) ≥ 0 . 5 ⟹ ( 4 3 ) n ≤ 0 . 5 .
We could use logarithms at this point, but it is faster to just plug in integers 1 , 2 , 3 to see that 3 is the least such integer n .
Comment: If we were to use logarithms, then we would need to find the least integer n such that
n ≥ ln ( 4 3 ) ln ( 2 1 ) ⟹ n ≥ 2 . 4 1 ⟹ n = 3 .