STRATEGY:
When you flip HEADS → Add +1 to Set A
When you flip TAILS → Subtract -1 from Set B
RESULT: Set A will reach approximately 500 (the number of heads you flip) Set B will bottom out at 0
WHY THIS WORKS:
The key insight is the asymmetry created by the zero boundary (can't go below 0).
With ~500 heads and ~500 tails from 1000 flips:
- Set A gains: +500 (all the heads)
- Set B tries to lose: -500 (all the tails)
- Set B hits 0 and stops there
- Once B is at 0, remaining tails disappear (can't go negative)
- Set A keeps all 500 gains intact
COMPARISON:
If you ALWAYS choose Set A instead:
- 500 heads add to A
- 500 tails subtract from A
- A ends up near 0 (wins and losses cancel)
- Result: A ≈ 24
Buffer strategy: A ≈ 500 Always choose A: A ≈ 24
The buffer strategy is about 20 times better.
THE MATHEMATICAL PRINCIPLE:
Without boundary: 500 wins minus 500 losses = 0 With boundary at 0: Losses get trapped at the floor once you reach it. By putting losses in B and gains in A, you trap the losses in B and preserve the gains in A.