Chapter 6.6 — Exercise 6.5 — Cube Root Methods
Cube roots by prime factorisation and estimating cube roots. This is Lesson 6 of 6 in Chapter 6: Square Roots and Cube Roots.
The Cube Root, Defined
If a perfect cube y can be written as x×x×x for some integer x, then x is the cube root of y, written ∛y = x. Since 2³ = 8, ∛8 = 2; since 5³ = 125, ∛125 = 5. This exercise covers two ways to find x: prime factorisation, and a faster estimation method that works directly from the units digit.
Cube Root by Prime Factorisation
Break the number into prime factors, group them in threes, and take one factor from each group of three.
343 = 7×7×7 ⟹ ∛343 = 7- 729 = 3×3×3×3×3×3 = two groups of three 3's → ∛729 = 3×3 = 9.
- 1331 = 11×11×11 → ∛1331 = 11.
- 2744 = 2×2×2×7×7×7 → ∛2744 = 2×7 = 14.
This method is completely reliable but, just as with square roots, becomes slow once the number is large or its prime factors aren't small and obvious.
Estimating a Cube Root from the Units Digit
For a number already known to be a perfect cube, there's a much faster route: split the digits into groups of three starting from the units place, then use the cube units-digit pairing (2↔8, 3↔7, 1,4,5,6,9,0 map to themselves) on the last group, and sandwich the remaining leading group between two consecutive cubes to find the tens digit.
- 512: a single group of three digits. Its units digit is 2, and since 8³ = 512 ends in 2, the pairing rule says a cube ending in 2 has a root ending in 8. With only one digit group, the whole root is that units digit: ∛512 = 8.
- 2197: last group "197" ends in 7, pointing to a root ending in 3 (since 3³ = 27, ending in 7). The leading group "2" lies between 1³ = 1 and 2³ = 8, and since 1 ≤ 2, the tens digit is the smaller of the two, 1. Combined: ∛2197 = 13.
- 3375: last group ends in 5, pointing to a root ending in 5 (5³ ends in 5). Leading group "3" lies between 1³=1 and 2³=8, giving tens digit 1. Combined: ∛3375 = 15.
- 5832: last group ends in 2, pointing to a root ending in 8 (2³ = 8, so a cube ending in 2 comes from a root ending in 8). Leading group "5" lies between 1³=1 and 2³=8, giving tens digit 1. Combined: ∛5832 = 18.
This estimation method only works when the number is already confirmed to be a perfect cube — unlike the division method for square roots, it doesn't handle numbers that aren't perfect cubes, or produce a decimal approximation for them.
A Number That's Both a Perfect Square and a Perfect Cube
An unusual question: find a two-digit number that is simultaneously a perfect square and a perfect cube. A number that's both must be expressible as x² and also as x³ for the same base — which means it has to be x raised to a power that's a multiple of both 2 and 3, i.e. the LCM of 2 and 3, which is 6. Testing x⁶ for small x: 1⁶ = 1 (one digit), 2⁶ = 64 (two digits), 3⁶ = 729 (three digits) — so 64 is the only two-digit number that is both a perfect square (8²) and a perfect cube (4³) at once.
Why This Question Is More Than a One-Off Trick
The reasoning behind it — that a number which is both an mth power and an nth power of some base must be a (LCM of m,n)th power — generalises well beyond squares and cubes. Any question asking for a number that's simultaneously a perfect square and a perfect fourth power, for instance, would use the same LCM logic (LCM of 2 and 4 is 4, so look at x⁴), even though this exercise only asks about the square-and-cube case.
Why Grouping in Threes Locates the Tens Digit
It's worth being clear about why splitting digits into groups of three, rather than some other size, is what makes the estimation method work. A two-digit cube root, say 10 to 99, produces a cube with anywhere from 4 to 6 digits — and critically, the leading group of digits (everything except the last three) captures exactly the range that the tens digit's cube contributes. Since 10³ = 1000 and 99³ is just under 1,000,000, grouping the last three digits separately isolates precisely the part of the number that the units digit is responsible for, leaving the leading group to reveal the tens digit through simple sandwiching between consecutive single-digit cubes. This grouping-by-three is the direct cube-root analogue of grouping-by-two used for square roots in the division method.
Practising Estimation on a Fresh Perfect Cube
To confirm the estimation method has genuinely been understood rather than just followed along, pick any two-digit number, cube it fully by direct multiplication, and then try to recover the original number using only the units-digit pairing and the leading-group sandwich — without looking back at the cube's construction. Matching the recovered number against the one originally chosen is a clean, self-contained check that doesn't depend on any answer key.
Where the Estimation Shortcut Misleads
- Applying the units-digit pairing to a number that isn't actually a perfect cube. The estimation method assumes the number is already known to be a perfect cube — check that first (or trust that the question states it), since the shortcut gives a meaningless answer otherwise.
- Mixing up the square units-digit table with the cube one. Squares never end in 2, 3, 7 or 8; cubes can end in any digit at all, with a different (and swapped) correspondence for each.
- Forgetting to take the smaller bound when sandwiching the leading group. The tens digit of the estimated root always comes from the smaller of the two cubes the leading group falls between, not the larger one.
Checking an Estimated Root Against the Full Number
Since the estimation method skips straight to an answer without showing every intermediate step the way prime factorisation does, it's worth building in a check: once a root like 13 is estimated for 2197, cubing it back (13³ = 13×13×13 = 2197) confirms the estimate directly. This check is quick precisely because cubing a two-digit number is far less work than the estimation process itself, which is part of what makes the estimation method genuinely practical — a fast forward guess, backed by a fast verification, rather than a slow guaranteed method — the two together are more useful in practice than either one alone, and building the habit of checking now avoids blindly trusting an estimate that was applied to a number that wasn't actually a perfect cube in the first place, which the estimation shortcut has no way of detecting on its own, since it simply produces a plausible-looking number regardless of whether the input actually was a perfect cube to begin with, which only a direct verification check like this one can reliably catch before it becomes a wrong final answer.
Volumes, Mensuration, and Beyond
Cube roots reappear whenever a volume needs converting back to a side length — in mensuration problems throughout Class 8 and 9, and again once Real Numbers in Class 9 studies roots that aren't whole numbers at all. For the prime-factorisation groundwork this exercise builds on, revisit Exercise 6.4.