Problem: https://twitter.com/littmath/status/1769044719034647001
Flip a fair coin 100 times—it gives a sequence of heads (H) and tails (T). For each HH in the sequence of flips, Alice gets a point; for each HT, Bob does, so e.g. for the sequence THHHT Alice gets 2 points and Bob gets 1 point. Who is most likely to win?
Proofs:
- https://twitter.com/llllvvuu/status/1769629337953923403
- https://x.com/alexselby1770/status/1769795987344638033
- https://twitter.com/RadishHarmers/status/1770217473716932647
- https://x.com/RadishHarmers/status/1771368007174168604?s=20
Extension of: https://x.com/alexselby1770/status/1770269732588888466
- TODO: Rewrite as quadratic equation
- TODO: Substitute
$f(x) = \sum a_n x^n$ into quadratic equation and derive linear recurrence relation for$a_n$ by aligning coefficients of$x^n$
- TODO: Rewrite as quadratic equation
- TODO: Substitute
$f(x) = \sum a_n x^n$ into quadratic equation and derive linear recurrence relation for$a_n$ by aligning coefficients of$x^n$
- TODO: Substitute
$f(x) = \sum a_n x^n$ and derive linear recurrence relation for$a_n$ by aligning coefficients of$x^n$
- TODO: Substitute
$f(x) = \sum a_n x^n$ and derive linear recurrence relation for$a_n$ by aligning coefficients of$x^n$
This intuition basically says "Alice has larger average win margins, but total win margin is the same for Alice and Bob, so Alice wins fewer times".
"Alice has larger average win margins" is an unproven conjecture, extrapolated from a few data points (e.g. there are win margins between n/2 and n for Alice, but not for Bob).
It turns out this skew is not really noticeable outside of the tails:
How do we know the center is not skewed the other way? We need an actual proof here.