Generate 23 random people and see if any share birthdays!
Our brains think linearly: "23 people รท 365 days = tiny chance!" But the real math is surprisingly simple. We use just two steps:
Notice how each person must avoid ALL previous birthdays, making "no matches" increasingly unlikely. It's counterintuitive, which is exactly why it breaks our brains! ๐คฏ
The fraction represents: "Safe choices / Total choices"
365/365 (Person 1):
Numerator (365): How many "safe" birthday choices person 1 has (all 365 days are safe since no one else has a birthday yet)
Denominator (365): Total possible birthdays in a year
Result: 365/365 = 1 = 100% chance of no conflict
364/365 (Person 2):
Numerator (364): How many "safe" birthday choices person 2 has (all days EXCEPT person 1's birthday)
Denominator (365): Total possible birthdays in a year
Result: 364/365 = 99.73% chance of no conflict with person 1
363/365 (Person 3):
Numerator (363): How many "safe" birthday choices person 3 has (all days EXCEPT person 1's AND person 2's birthdays)
Denominator (365): Total possible birthdays in a year
Result: 363/365 = 99.45% chance of no conflict with persons 1 & 2
The pattern:
Each new person has fewer and fewer "safe" days to choose from, so the numerator keeps shrinking while the denominator stays 365.