I looked at what I thought was a trivial probability question, and got a quick answer. Then I did a more rigorous approach and got a different answer. I’m pretty sure my second answer is correct but can’t figure out what’s wrong with the reasoning of the first answer.
Given a day of the week, find the probability that at least one of two randomly chosen people was born on that day of the week (assuming that births are distributed equally across days of the week).
The chance of a single person being born on that day would be 1/7. If you have two people, I leaped to the conclusion that the chance of at least one of them being born on that day was 1/7 + 1/7 = 2/7. But when I extended this to seven people, I realized the chances of at least one person out of seven being born on that day would be 1, which isn’t right (it’s never exactly 1 no matter how many people you include).
For two people, there are 7 x 7 = 49 permutations for them to be born on particular days of the week. Given a particular day, 13 of those permutations will include that day (one permutation is when they are both born on that day, 6 where one of them is born on that day, and another 6 where the other one is born on that day). So the chance of at least one person of two being born on a given day of the week is 13/49.
A heuristic of probability is that the probability of at least one of two independent events happening is the sum of the probability of the two events, and the probability of both events happening is the product of the probability of two events. But that doesn’t work here.
I am certain that I am missing something that will turn out to be embarrassingly obvious, but what is it?