PUZZLE #3408: Birthday Paradox (diff 6)
The Birthday Paradox: in a group of N = 41 people, what is the probability that at least two share a birthday? P = 1 - (365/365) × (364/365) × ... × ((365-N+1)/365). Round to integer percentage. Percentage mod 26 → letter.
DATA
| N |
41
|
| Days In Year |
365
|
| Hint |
Compute P(no match) = ∏ (365-i)/365 for i=0..40 = 0.096848. P(match) = 1 - 0.096848 = 0.903152 = 90%. 90 % 26 = 12 → 'm'.
|
| Answer Format |
single lowercase letter
|
author's note: Pool fill: birthday-paradox diff 6
— website sponsored —
[ ad space ]