Gambler A flips n+1 fair coins. Gambler B flips n fair coins. What is the probability that A gets strictly more heads than B?
| Quantity | Value |
|---|---|
| A wins if | HA > HB |
| Equivalent condition | HA + TB > 4 |
| Random variable | X ~ Binomial(9, 1/2) |
| Desired probability | P(X > 4) = 1/2 |
This result does not depend on n. For every positive integer n, the answer stays 1/2.
The bars show the distribution of X = HA + TB, where X ~ Binomial(2n+1, 1/2). Red bars correspond to X ≤ n (A does not win), and green bars correspond to X > n (A wins).