Overview
This ancient legend of a reward doubling on each chessboard square is the definitive lesson in exponential growth — the numbers overwhelm any intuition built on addition.
How to solve Rice on a Chessboard
- Square k holds 2^(k−1) grains: 1, 2, 4, 8, 16, ….
- The total across all 64 squares is 1 + 2 + 4 + … + 2⁶³ = 2⁶⁴ − 1.
- That's about 18.4 quintillion grains — vastly more rice than exists.
The key insight
The sum of powers of two up to 2^n is just 2^(n+1) − 1 — the last square alone holds one more grain than every square before it combined.
Variations & echoes
- Compound interest, viral spread, and Moore's law all follow the same curve.
- It explains why doubling times matter more than absolute numbers.
Frequently asked questions
How long to count that much rice?
At one grain per second it would take far longer than the age of the universe.