The Gambler's Ruin: Who Runs Out First?
Two gamblers, Alice and Bob, sit down to play a series of fair coin flips. At each flip, the loser pays the winner ab$ dollars. They play until one of them goes broke.
What is the probability that Alice wins (i.e., Bob goes broke first)?
Now for the surprising part: suppose and . Alice starts nearly broke, facing a casino with deep pockets.
What is the probability Alice wins?
Does this match your intuition?
Answer: Gambler's Ruin: Martingale and Win Probability
Key Idea / Intuition
The key insight is that in a fair game, the probability of winning is exactly proportional to your starting wealth relative to the total pot. There's a beautiful reason: the gambler's fortune is a martingale (its expected value never changes), and optional stopping forces the expectation at the end to equal the expectation at the start. This pins down the win probability with almost no computation.
So Alice wins with probability . With and , Alice wins with probability just . The casino's deep pockets are overwhelmingly protective โ even in a perfectly fair game.
Formal Proof / Solution
Setup. Let = probability Alice wins when she currently has dollars (and Bob has ). The total pot is .
Martingale argument (slick). Alice's fortune at time is a martingale: since the coin is fair, The game ends at a random time when (one player goes broke). By the Optional Stopping Theorem (applicable here since the game terminates with probability 1 and the fortune is bounded): But with probability (Alice wins) and with probability (Bob wins). So: Setting equal:
The Surprising Answer. With , :
Alice has only a 1% chance of winning, despite the game being perfectly fair at every single step. The asymmetry comes entirely from starting positions, not from any bias in the coin.
Why is this surprising? People often conflate "fair game" (each flip is 50-50) with "fair competition" (both players have equal chances). A fair game only guarantees fairness in expectation โ not in survival. The richer player benefits enormously from their "buffer" against the random fluctuations.
Alternative derivation (recurrence). For completeness, the same answer follows from solving the recurrence: The general solution is , and boundary conditions give .
Source: Fifty Challenging Problems in Probability with Solutions (Frederick Mosteller)