2026-03-22

Problem — 2026-03-22

Medium

Mediumprobability

Alice and Bob take turns flipping a fair coin, starting with Alice. The first person to flip heads wins. What is the probability that Alice wins?

Express as a fraction

Show solution
Alice wins on her first flip with probability 12\frac{1}{2}. For the game to continue, both must flip tails (probability 14\frac{1}{4}), and the situation resets. So P=12+14PP = \frac{1}{2} + \frac{1}{4}P, giving 3P4=12\frac{3P}{4} = \frac{1}{2}, so P=23P = \frac{2}{3}.