Unfair Heads and Tails
Player A has n+1 fair coins, while player B has n fair coins. Both players flip all their coins simultaneously and count the number of heads.
What is the probability that player A gets more heads than player B?
Hint
What happens if you compare A’s first n coins with B’s n coins?
Solution
1/2.
Let’s separate A’s coins into two groups: the first n coins and the extra coin.
When Player A and B each flip n coins, three outcomes are possible: player A gets more heads, B gets more heads, or they tie. By symmetry, player A and B have equal probability of getting more heads from their n coins. Let’s call this probability p.
Case 1: Player A already has more heads from the first n coins. In which case, player A wins no matter what the (n+1)th coin lands on. This case happens at p chance, with player A always winning.
Case 2: Player B has more heads from the first n coins. In which case, player B wins: even if player A’s last coin lands on a heads, at best they will have the same number of coins. But player A needs MORE coins to win! This case happens at p chance, with player A always losing.
Case 3: Player A and B have the same number of coins from the first n flips. Then player A has a 50% chance of flipping heads on the (n+1)th coin to win, and they lose otherwise. This case happens at 1−2p chance, and player A has a 50% chance of winning in this case.
The probability that A wins overall is:
- A wins from the first n coins: p
- Plus A ties in the first n coins and the extra coin is heads: (1−2p)/2
This makes for a total of p+2(1−2p)=21.
Player A wins with probability 1/2, regardless of the value of n.
Here’s another way to see it: since player A has exactly one more coin than player B, either player A has more heads than player B, or player A has more tails than player B — but not both. By symmetry (swapping “heads” and “tails”), these two events are equally likely. Since one of them must happen, each occurs with probability 1/2.
Try These Next
3-Bit Sensors
A remote weather station uses two redundant 3-bit sensors to measure atmospheric pressure. Both sensors transmit their readings to a central processor, but...
27 Cubes
A 9cm cube is to be cut into 27 smaller cubes, each of side length 3cm. This can be done with 6 straight cuts to the original cube: 2 parallel cuts along each...
Equal Shape Cutting 2
Cut the L-shape into 4 equal shapes of itself. The shapes can be rotated, but all 4 must be of the same size.