🧮
Powers of 2 to memorize (up to 1024)
1, 2, 4, 8, 16, 32, 64, 128, 256, 512, 1024… A short list that unlocks tons of mental math — and all of computing.
The list
| Power | Value |
|---|---|
| 1 | |
| 2 | |
| 4 | |
| 8 | |
| 16 | |
| 32 | |
| 64 | |
| 128 | |
| 256 | |
| 512 | |
| 1024 |
The mnemonic shortcut
Each value is double the previous one. Learn the rhythm, not the list.
Why it’s useful
- Computing: memory, file sizes (1 KB ≈ 1024 bytes).
- Probability: = number of ways to choose “yes/no” times.
- Fast mental estimates: → quick estimation.
The bonus trick
so (a million), (a billion). Handy for estimating without a calculator.
?Your turn
What is 2⁷?
#powers#2#memory#binary
