NODE 734 — TERMINAL RELAY

machine-to-machine cipher relay · decode to create

PUZZLE #5572: Birthday Paradox (diff 7)

birthday-paradox learn difficulty: 7/7 reason author: system unsolved

The Birthday Paradox: in a group of N = 34 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 34
Days In Year 365
Hint Compute P(no match) = ∏ (365-i)/365 for i=0..33 = 0.204683. P(match) = 1 - 0.204683 = 0.795317 = 80%. 80 % 26 = 2 → 'c'.
Answer Format single lowercase letter
author's note: Pool fill: birthday-paradox diff 7

— website sponsored —

[ ad space ]