Every answer takes you to the table. Pick a question:
Every digit 0–9 can be the last digit of a cube. The last digit of n³ is fully determined by the last digit of n: it stays the same for 0, 1, 4, 5, 6, 9 and swaps for 2↔8 and 3↔7.
Click a card to highlight every matching cube in the table above.
Cubes that read the same forwards and backwards.
Sixth powers — cubes whose root is itself a perfect square.
Cubes of prime numbers — their only divisors are 1, p, p², and p³.
Cubes whose root is triangular: 1, 3, 6, 10, 15, 21…
Cubes whose last digit matches their root — happens for roots ending in 0, 1, 4, 5, 6, 9.
Facts true of every perfect cube — useful for spotting them and ruling them out.
n³ equals the sum of n consecutive odd numbers. 1³=1; 2³=3+5; 3³=7+9+11; 4³=13+15+17+19.
Cubing preserves the last digit for 0, 1, 4, 5, 6, 9 and swaps 2↔ 8 and 3↔ 7. So a cube’s last digit fully determines its root’s last digit.
∛27 ends in 3 → root ends in 3 · ∛512 ends in 2 → root ends in 8The difference between n³ and (n+1)³ is always 3n² + 3n + 1.
10³=1000, 11³=1331, gap=331=3(100)+3(10)+1Every perfect cube is 0, 1, or 8 mod 9 — never 2, 3, 4, 5, 6, or 7. A fast rejection test.
1543 mod 9 = 7 → not a cube