A Square and A Cube

Square numbers and cube numbers hide some neat patterns, from the digits they can end in to the reason every jump from one square to the next is odd. This part of the book uses those patterns to find square roots and cube roots, both exactly and by estimating.

Square Numbers and the Picture Behind Them

Quick answer A square number is what you get when a number is multiplied by itself. The name comes from a picture: that many dots can be arranged in a perfect square.

Take 3 and multiply it by itself: 3 × 3 = 9. The number 9 is called the square of 3, and we write it as 32. In the same way 52 = 5 × 5 = 25 and 122 = 12 × 12 = 144.

The name comes from a shape, not from the multiplication. Put 9 dots on paper and you can arrange them in 3 rows of 3, a neat square. Put 16 dots and you get 4 rows of 4. Try the same with 10 dots and you cannot do it, because you will always be left with a row that is short. Numbers that can be arranged in a perfect square are called square numbers, or perfect squares.

Here are the first twenty squares. It is worth knowing them by heart, because almost everything else here becomes fast once you do.

n  :   1    2    3    4    5    6    7    8    9   10
n² :   1    4    9   16   25   36   49   64   81  100

n  :  11   12   13   14   15   16   17   18   19   20
n² : 121  144  169  196  225  256  289  324  361  400

The word perfect is doing real work in that phrase. 49 is a perfect square because 7 × 7 gives it exactly. 50 is not, because no whole number multiplied by itself lands on 50. Every whole number has a square, but only some whole numbers are squares.

The picture also runs backwards, and that is where square roots come from. If a square-shaped room has an area of 144 square metres, its side must be the number that gives 144 when multiplied by itself. That number is 12, so the side is 12 metres. We write √144 = 12 and read it as the square root of 144. Finding area asks you to square the side; finding the square root asks you to undo that.

One caution about the notation. 32 means 3 × 3, which is 9. It does not mean 3 × 2, which is 6. In the same way 102 is 100, not 20. It is easy to mix these up when you are rushing, so read the small raised 2 as an instruction to multiply the number by itself, and nothing else.

Squares grow quickly. From 1 to 10 they climb from 1 to 100; from 11 to 20 they climb from 121 to 400; by 30 the square is already 900, and 1002 is 10000. That fast growth is why area shoots up when a plot of land gets wider. Doubling the side of a square plot from 20 m to 40 m does not double the area, it takes it from 400 square metres to 1600 square metres, which is four times as much. A plot priced at ₹2,000 per square metre would therefore cost four times as much, not twice as much.

n² = n × n The small raised 2 tells you to multiply the number by itself once, not to multiply it by 2.
Perfect square: a number N with N = n × n for some whole number n 25, 36 and 49 qualify; 30, 40 and 50 do not.
Area of a square = side × side = side² Use it when the side is known and the area is wanted.
Side of a square = √(area) Use it when the area is known and the side is wanted; an area of 144 m² means a side of 12 m.
Remember
  • n² means n × n, so 7² = 49, never 7 × 2.
  • A perfect square is a whole number that can be written as a whole number multiplied by itself.
  • 9 dots make a 3 by 3 square and 16 dots make a 4 by 4 square, but 10 dots make no square at all.
  • √144 = 12 because 12 × 12 = 144; the square root undoes the squaring.
  • Knowing 1² to 20² by heart makes every other question here much quicker.
  • Doubling the side of a square makes the area four times bigger, not twice as big.

Patterns and Properties of Square Numbers

Quick answer Squares can only end in certain digits, they always sit an odd distance apart, and the odd numbers add up to them. These facts let you reject or check an answer in seconds.

1. The last digit is a filter. Square the digits 0 to 9 and look only at the unit digit of each answer:

0² = 0     1² = 1     2² = 4     3² = 9     4² = 16
5² = 25    6² = 36    7² = 49    8² = 64    9² = 81

The unit digits that turn up are 0, 1, 4, 5, 6 and 9. The digits 2, 3, 7 and 8 never turn up. The unit digit of any product depends only on the unit digits being multiplied, so this settles the matter for every number however large: a perfect square can never end in 2, 3, 7 or 8. That means 1057, 23453, 7928 and 222222 are all not perfect squares, and you know it without doing any real work.

Be careful with the reverse. Ending in 4 does not prove a number is a square, because 24 ends in 4 and is not one. The last digit can rule a number out, never rule it in.

2. Zeros come in pairs. 102 = 100, 202 = 400, 1002 = 10000. A perfect square always ends in an even number of zeros. So 1000, which ends in three zeros, cannot be a perfect square.

3. Odd stays odd, even stays even. 72 = 49 is odd and 82 = 64 is even. Multiplying an odd number by itself keeps it odd, and multiplying an even number by itself keeps it even. So an odd square has an odd root and an even square has an even root, which is handy when you are narrowing down a guess.

4. The gap between consecutive squares is always odd. Take the list of squares and subtract each one from the next:

4 − 1 = 3       9 − 4 = 5       16 − 9 = 7
25 − 16 = 9    36 − 25 = 11    49 − 36 = 13

The differences are 3, 5, 7, 9, 11, 13, which are the odd numbers in order. Here is the reason. Think of (n + 1)2 as (n + 1) rows with (n + 1) dots in each row. That is n rows of (n + 1) dots, plus one extra row of (n + 1) dots. The n rows give n × (n + 1) = n2 + n dots, and the extra row gives n + 1 more. Adding them, (n + 1)2 = n2 + n + n + 1 = n2 + 2n + 1. Subtract n2 and what is left is 2n + 1. Any number of the form 2n + 1 is odd, so the gap is odd every single time.

The dot picture says the same thing more simply. To grow a 5 by 5 square of dots into a 6 by 6 square you add a column of 5 dots down one side, a row of 5 dots along the bottom, and 1 dot in the corner. That is 5 + 5 + 1 = 11 dots, which is exactly 36 − 25.

This makes some subtractions instant. 512 − 502 = 2 × 50 + 1 = 101, with no squaring at all.

5. Odd numbers add up to squares. Because each new square is the previous square plus the next odd number, adding the odd numbers starting from 1 keeps giving squares:

1                     =  1 = 1²
1 + 3                 =  4 = 2²
1 + 3 + 5             =  9 = 3²
1 + 3 + 5 + 7         = 16 = 4²
1 + 3 + 5 + 7 + 9     = 25 = 5²

The rule is that the sum of the first n odd numbers is n2. So 1 + 3 + 5 + ... + 19 has ten terms and adds to 100, and you never have to do the addition.

6. How many non-squares sit between two squares. Between 4 and 9 lie 5, 6, 7 and 8, which is four numbers. Between 9 and 16 lie six numbers. Between 25 and 36 lie ten. The count is always 2n between n2 and (n + 1)2, which is just the gap 2n + 1 minus the one step you take to land on the next square. So between 81 and 100 there are 2 × 9 = 18 numbers that are not perfect squares.

(n + 1)² − n² = 2n + 1 The difference between consecutive squares, and it is odd for every n. With n = 50 it gives 51² − 50² = 101.
1 + 3 + 5 + ... + (2n − 1) = n² The sum of the first n odd numbers. Ten odd numbers from 1 to 19 add up to 10² = 100.
Numbers that are not squares between n² and (n + 1)² = 2n Between 81 and 100 there are 2 × 9 = 18 such numbers.
A perfect square ends only in 0, 1, 4, 5, 6 or 9 Use it only to reject: anything ending in 2, 3, 7 or 8 is definitely not a square.
Remember
  • A perfect square never ends in 2, 3, 7 or 8; but ending in 4 or 9 does not prove it is a square.
  • A perfect square ends in an even number of zeros, so 1000 cannot be one.
  • (n + 1)² − n² = 2n + 1, so consecutive squares always differ by an odd number.
  • The sum of the first n odd numbers is n², so 1 + 3 + 5 + 7 + 9 = 25.
  • Between n² and (n + 1)² there are exactly 2n numbers that are not perfect squares.
  • Odd numbers have odd squares and even numbers have even squares.

Square Roots by Prime Factorisation

Quick answer Break the number into primes, pair them up, and take one prime out of each pair. The same pairing tells you the smallest number to multiply or divide by.

Guessing works for small numbers, but nobody can guess √7056. Prime factorisation turns it into a mechanical job that always works.

The idea behind it is simple. If a number is a perfect square, it is something multiplied by itself, so every prime inside it must appear twice over, once in each copy. Take 36 = 6 × 6. Since 6 = 2 × 3, we get 36 = 2 × 3 × 2 × 3 = 22 × 32. The 2 appears twice and the 3 appears twice. That is the signature of every perfect square: each prime appears an even number of times.

So the method is: factorise the number, sort the primes into identical pairs, and take one prime out of each pair. Multiply together whatever you took out and that is the square root.

Worked example: find √7056. Divide by primes, smallest first:

2 | 7056
2 | 3528
2 | 1764
2 |  882
3 |  441
3 |  147
7 |   49
7 |    7
  |    1

So 7056 = 2 × 2 × 2 × 2 × 3 × 3 × 7 × 7, which is 24 × 32 × 72. Now pair them: (2 × 2), (2 × 2), (3 × 3), (7 × 7). There are four complete pairs and nothing left over, so 7056 really is a perfect square. Take one number from each pair and multiply: 2 × 2 × 3 × 7 = 84. Therefore √7056 = 84. Checking, 84 × 84 = 84 × 80 + 84 × 4 = 6720 + 336 = 7056.

Worked example: find √5184. Dividing by 2 six times takes 5184 down to 81, and 81 = 3 × 3 × 3 × 3. So 5184 = 26 × 34. Pairing gives (2 × 2), (2 × 2), (2 × 2), (3 × 3), (3 × 3), so √5184 = 2 × 2 × 2 × 3 × 3 = 8 × 9 = 72.

Once you trust the method there is a shortcut: halve every exponent. In 26 × 34, half of 6 is 3 and half of 4 is 2, giving 23 × 32 = 8 × 9 = 72. This works only because the exponents are even, which is just another way of saying the number is a perfect square.

When something is left unpaired. Factorise 2352 the same way and you get

2352 = 2 × 2 × 2 × 2 × 3 × 7 × 7 = 2⁴ × 3 × 7²

The 2s form two complete pairs and the 7s form one pair, but the single 3 has no partner. That lone 3 is exactly what stops 2352 from being a perfect square, and it also tells you how to fix the number, in two different ways.

Multiply to complete the pair. Give the 3 a partner: 2352 × 3 = 7056 = 24 × 32 × 72, and √7056 = 84. So the smallest number to multiply 2352 by is 3.

Divide to throw the odd one out. Remove the lone 3 instead: 2352 ÷ 3 = 784 = 24 × 72, and √784 = 2 × 2 × 7 = 28. So the smallest number to divide 2352 by is also 3.

In general, collect every prime that is left unpaired and multiply those together. That product answers both the multiply question and the divide question. If a factorisation left one 3 and one 5 unpaired, the answer to both would be 3 × 5 = 15.

One more, to fix the pattern. 3645 = 36 × 5, because dividing by 3 six times takes 3645 down to 5. The six 3s make three complete pairs, and the 5 stands alone. Multiply by 5 to get 18225 = 36 × 52, whose square root is 33 × 5 = 27 × 5 = 135.

N is a perfect square only if every prime in N appears an even number of times 2⁴ × 3² × 7² qualifies; 2⁴ × 3 × 7² does not, because the 3 is on its own.
√N = product of one prime taken from each identical pair From 2⁴ × 3² × 7² take 2, 2, 3 and 7, then multiply to get 84.
√(2⁶ × 3⁴) = 2³ × 3² = 72 Halving every exponent works whenever all the exponents are even.
Smallest multiplier = smallest divisor = product of the unpaired primes For 2352 = 2⁴ × 3 × 7² the only unpaired prime is 3, so 3 answers both questions.
Remember
  • A number is a perfect square exactly when every prime in its factorisation appears an even number of times.
  • To find the root, pair the primes, take one prime out of each pair, and multiply what you took.
  • 7056 = 2⁴ × 3² × 7², so √7056 = 2 × 2 × 3 × 7 = 84.
  • Once all the exponents are even, halving each exponent gives the square root directly.
  • The unpaired primes multiplied together give both the smallest multiplier and the smallest divisor.
  • 2352 = 2⁴ × 3 × 7²: multiply by 3 to reach 7056 with root 84, or divide by 3 to reach 784 with root 28.

Estimating Square Roots of Numbers That Are Not Perfect Squares

Quick answer Most numbers are not perfect squares. Trap the number between the two squares on either side, then judge how far along the gap it sits.

Prime factorisation is exact, but it only finishes the job on perfect squares. Factorise 50 and you get 2 × 52; the lone 2 will not pair with anything, so 50 has no whole-number square root. The square root of 50 still exists, it is simply not a whole number, and for most practical work a good estimate is all anyone needs.

Step 1: trap the number between two squares. Run through the squares you know until you find the two that sandwich your number. For 50, the squares on either side are 49, which is 72, and 64, which is 82. Since 49 is smaller than 50 and 50 is smaller than 64, √50 lies somewhere between 7 and 8. Already you know the answer starts with 7.

Step 2: judge how far along the gap it sits. The number 50 is just one step above 49, while the whole gap from 49 to 64 is fifteen steps. So 50 is barely into that gap and √50 must be only a little above 7. A sensible estimate is 7.1, and the true value is about 7.07.

Step 2 can be sharpened with a small piece of arithmetic. The gap between n2 and (n + 1)2 is 2n + 1, which you met earlier. So the fraction of the way along is

(N − n²) ÷ (2n + 1)

and adding that fraction to n gives the estimate. Because the fraction treats the climb from one square to the next as even, when it is really steeper at the start, this estimate always comes out a shade below the true root, never above it. It is never more than about a tenth short, so the first decimal place is either exactly right or one tenth low.

Worked example: estimate √300. The squares around it are 172 = 289 and 182 = 324, so √300 lies between 17 and 18. The gap is 2 × 17 + 1 = 35, and the number is 300 − 289 = 11 above the lower square. The fraction is 11 ÷ 35, which is about 0.31. The estimate is 17 + 0.31 = 17.31, which is 17.3 to one decimal place. The true value is about 17.32, so one decimal place has come out right.

Worked example: estimate √1000. Here 312 = 961 and 322 = 1024, so the answer is between 31 and 32. The gap is 2 × 31 + 1 = 63, and 1000 − 961 = 39. The fraction 39 ÷ 63 is about 0.62, giving 31.6. The true value is about 31.62.

Worked example: estimate √80. Since 82 = 64 and 92 = 81, and 80 is only one below 81, √80 must be only just below 9. The estimate is 8.9, and the true value is about 8.94. Notice how much work the trapping step did on its own here.

If a question only asks between which two whole numbers a square root lies, step 1 by itself is the complete answer. For example √70 lies between 8 and 9, because 64 is smaller than 70 and 70 is smaller than 81. Do not be tempted to halve the number instead: half of 70 is 35, which is nowhere near the answer.

The same trapping idea settles questions about arrangements. Suppose a gardener has 1000 saplings and wants to plant them with the number of rows equal to the number of plants in each row. That needs a perfect square, and 1000 is not one. The next perfect square above 1000 is 1024, so he needs 1024 − 1000 = 24 more saplings and will end up with 32 rows of 32. If instead he is willing to leave some out, he drops to 961 and removes 1000 − 961 = 39 saplings, giving 31 rows of 31.

If n² is smaller than N and N is smaller than (n + 1)², then √N lies between n and n + 1 The trapping step. For N = 50 take n = 7, so √50 lies between 7 and 8.
√N ≈ n + (N − n²) ÷ (2n + 1) Here n is the whole number just below √N, and 2n + 1 is the whole gap to the next square. For N = 300 it gives 17 + 11/35 ≈ 17.3.
Nearer square, nearer root If N is much closer to one of the two squares, the root is much closer to that root. 80 is close to 81, so √80 is close to 9.
Remember
  • Trap the number between the two perfect squares on either side; the smaller root gives the whole-number part.
  • √50 lies between 7 and 8 because 49 is smaller than 50 and 50 is smaller than 64.
  • The gap from n² to (n + 1)² is 2n + 1, so (N − n²) ÷ (2n + 1) tells you how far along the number sits.
  • √300 is about 17 + 11/35, which is 17.3, and the true value is about 17.32.
  • Never estimate a square root by halving: √70 lies between 8 and 9, not near 35.
  • 1000 is not a perfect square, and the next one above it is 1024 = 32².

Cube Numbers and Their Patterns

Quick answer Multiply a number by itself three times over and you get its cube, which is the number of unit blocks needed to fill a solid cube of that edge.

The cube of a number is that number used as a factor three times: 43 = 4 × 4 × 4 = 64. Once again the name comes from a shape. Build a solid cube out of small unit blocks with 4 blocks along each edge and you will use 64 blocks altogether. A cube of edge 2 uses 8 blocks and a cube of edge 3 uses 27. Numbers you can build a solid cube from are called cube numbers or perfect cubes.

Here are the first twenty cubes:

n  :    1     2     3     4     5     6     7     8     9    10
n³ :    1     8    27    64   125   216   343   512   729  1000

n  :   11    12    13    14    15    16    17    18    19    20
n³ : 1331  1728  2197  2744  3375  4096  4913  5832  6859  8000

Cubes grow much faster than squares. 102 is 100 but 103 is 1000; 202 is 400 but 203 is 8000. This is why a water tank holds so much more when you widen it. A cubical tank of edge 1 metre holds 1 cubic metre of water, but doubling the edge to 2 metres makes it hold 8 cubic metres, not 2. If water were billed at ₹20 per cubic metre, filling the bigger tank would cost ₹160 against ₹20 for the smaller one.

Perfect cubes thin out very quickly. From 1 to 100 there are only four of them: 1, 8, 27 and 64. From 1 to 1000 there are just ten. Compare that with perfect squares, of which there are 31 from 1 to 1000, since 312 = 961.

Pattern 1: the unit digit. Cube the digits 0 to 9 and look at the last digit of each answer:

0³ = 0      1³ = 1      2³ = 8      3³ = 27     4³ = 64
5³ = 125    6³ = 216    7³ = 343    8³ = 512    9³ = 729

The unit digits produced are 0, 1, 8, 7, 4, 5, 6, 3, 2 and 9. Every digit from 0 to 9 appears exactly once. So, unlike squares, a cube can end in any digit at all, and the last digit can never rule a number out. What it can do instead is hand you the last digit of the cube root, because the matching is one to one. The digits 0, 1, 4, 5, 6 and 9 each pair with themselves, while 2 and 8 swap places and 3 and 7 swap places. So a cube ending in 3 must come from a root ending in 7, and a cube ending in 2 must come from a root ending in 8. Check it against the table: 4913 ends in 3 and its cube root is 17; 512 ends in 2 and its cube root is 8.

Pattern 2: odd and even. The cube of an even number is even and the cube of an odd number is odd, exactly as with squares. 63 = 216 is even and 73 = 343 is odd.

Pattern 3: the odd numbers turn up again. Break the odd numbers into groups of one, then two, then three, then four, and each group adds up to a cube:

1                      =   1 = 1³
3 + 5                  =   8 = 2³
7 + 9 + 11             =  27 = 3³
13 + 15 + 17 + 19      =  64 = 4³
21 + 23 + 25 + 27 + 29 = 125 = 5³

Each new group simply carries on from where the previous group stopped, and the number of terms in a group matches the number being cubed. You can check the fourth line by hand: 13 + 15 = 28, then 28 + 17 = 45, then 45 + 19 = 64.

Pattern 4: cubes add up to squares. Add the cubes starting from 1 and every total is a perfect square:

1³ + 2³            =   9 =  3² = (1 + 2)²
1³ + 2³ + 3³       =  36 =  6² = (1 + 2 + 3)²
1³ + 2³ + 3³ + 4³  = 100 = 10² = (1 + 2 + 3 + 4)²

The total is always the square of the sum of the numbers being cubed. Adding the cubes from 13 to 53 gives 1 + 8 + 27 + 64 + 125 = 225, which is 152, and 15 is exactly 1 + 2 + 3 + 4 + 5.

n³ = n × n × n Read as n cubed. 5³ = 5 × 5 × 5 = 125, and certainly not 5 × 3 = 15.
Volume of a cube = edge × edge × edge = edge³ A cubical tank of edge 15 cm holds 15³ = 3375 cubic cm.
Edge of a cube = ∛(volume) It undoes the cubing: a volume of 3375 cubic cm means an edge of 15 cm.
1³ + 2³ + 3³ + ... + n³ = (1 + 2 + 3 + ... + n)² Cubes added from 1 always give a perfect square. Up to 5³ the total is 15² = 225.
Cube unit digits: 1 with 1, 4 with 4, 5 with 5, 6 with 6, 9 with 9, 0 with 0, but 2 with 8 and 3 with 7 The pairing works both ways, so a root ending in 2 gives a cube ending in 8, and a cube ending in 2 has a root ending in 8.
Remember
  • n³ = n × n × n, so 4³ = 64, which is the number of unit blocks in a cube with 4 blocks along each edge.
  • Cubes worth knowing: 1, 8, 27, 64, 125, 216, 343, 512, 729 and 1000.
  • A cube can end in any digit from 0 to 9, so the last digit can never rule a cube out.
  • The last digit of a cube fixes the last digit of its cube root: 2 and 8 swap, 3 and 7 swap, and the rest stay the same.
  • Consecutive odd numbers grouped in ones, twos, threes and so on add up to 1³, 2³, 3³ and so on.
  • 1³ + 2³ + ... + n³ = (1 + 2 + ... + n)², so the cubes up to 4³ add to 10² = 100.

Cube Roots by Prime Factorisation

Quick answer The same method as for square roots, except the primes are grouped in threes instead of pairs.

The cube root of a number is the number that was cubed to make it. Since 5 × 5 × 5 = 125, the cube root of 125 is 5, and we write ∛125 = 5. Volume is the natural place for it: if a cubical box holds 125 cubic cm, its edge must be 5 cm.

The prime factorisation method is the square-root method with one change. A perfect cube is something used as a factor three times, so every prime inside it must appear three times over, once for each copy. Take 216 = 6 × 6 × 6. Since 6 = 2 × 3, we get 216 = 2 × 3 × 2 × 3 × 2 × 3 = 23 × 33, and each prime appears exactly three times. That is the signature: in a perfect cube, every prime appears a number of times that is a multiple of 3.

So the method is: factorise, sort the primes into identical triples, and take one prime out of each triple.

Worked example: find ∛13824. Keep dividing by 2 for as long as you can:

13824 ÷ 2 = 6912      6912 ÷ 2 = 3456
 3456 ÷ 2 = 1728      1728 ÷ 2 =  864
  864 ÷ 2 =  432       432 ÷ 2 =  216
  216 ÷ 2 =  108       108 ÷ 2 =   54
   54 ÷ 2 =   27        27 = 3 × 3 × 3

Count the divisions by 2 and there are nine of them, then three 3s at the end. So 13824 = 29 × 33. Group the primes in threes: (2 × 2 × 2), (2 × 2 × 2), (2 × 2 × 2), (3 × 3 × 3). Every prime sits in a complete triple, so 13824 is a perfect cube. Take one number from each triple: ∛13824 = 2 × 2 × 2 × 3 = 24. Checking, 24 × 24 = 576 and 576 × 24 = 13824.

The exponent shortcut works here too, but with 3 instead of 2: divide every exponent by 3. In 29 × 33, 9 divided by 3 is 3 and 3 divided by 3 is 1, giving 23 × 3 = 8 × 3 = 24.

Worked example: find ∛9261. The number is odd, so there is no point trying 2. Start at 3: 9261 ÷ 3 = 3087, then 3087 ÷ 3 = 1029, then 1029 ÷ 3 = 343, and 343 = 7 × 7 × 7. So 9261 = 33 × 73 and ∛9261 = 3 × 7 = 21.

When a triple is incomplete. Factorise 1323. It is odd, and 1323 ÷ 3 = 441, then 441 ÷ 3 = 147, then 147 ÷ 3 = 49, and 49 = 7 × 7. So 1323 = 33 × 72. The three 3s form a complete triple, but the 7s are one short of a triple.

Multiply to finish the triple. The 7s need one more 7, so multiply: 1323 × 7 = 9261 = 33 × 73, whose cube root is 21. The smallest multiplier is 7. You must supply exactly what is missing, one 7 and no more, or the answer will not be the smallest.

Divide to clear the incomplete group. Now factorise 704. Dividing by 2 gives 352, then 176, then 88, then 44, then 22, then 11, which is six divisions. So 704 = 26 × 11. The six 2s make two complete triples, but the single 11 is stranded and can never be part of one. Divide it away: 704 ÷ 11 = 64 = 26, and ∛64 = 2 × 2 = 4. The smallest divisor is 11.

The rule has the same shape as it did for squares. Look at every prime whose count is not a multiple of 3. To make a cube by multiplying, supply whatever is needed to push each of those counts up to the next multiple of 3. To make a cube by dividing, remove the incomplete groups altogether.

N is a perfect cube only if every prime in N appears a multiple of 3 times 2⁹ × 3³ qualifies; 3³ × 7² does not, because the 7 appears only twice.
∛N = product of one prime taken from each identical triple From 3³ × 7³ take 3 and 7, so ∛9261 = 21.
∛(2⁹ × 3³) = 2³ × 3 = 24 Divide every exponent by 3. This works only when all the exponents are multiples of 3.
Smallest multiplier = what is missing from the incomplete triples For 3³ × 7² one more 7 is missing, so multiply 1323 by 7.
Smallest divisor = the incomplete groups themselves For 2⁶ × 11 the stranded prime is 11, so divide 704 by 11.
Remember
  • A number is a perfect cube exactly when every prime appears a number of times that is a multiple of 3.
  • Group the primes in threes and take one prime out of each triple to get the cube root.
  • 13824 = 2⁹ × 3³, so ∛13824 = 2³ × 3 = 24.
  • Once all the exponents are multiples of 3, dividing each exponent by 3 gives the cube root directly.
  • 1323 = 3³ × 7²: multiply by 7 to reach 9261, whose cube root is 21.
  • 704 = 2⁶ × 11: divide by 11 to reach 64, whose cube root is 4.

Finding and Estimating Cube Roots by Grouping

Quick answer For a perfect cube, splitting the digits into groups of three gives the cube root in seconds. For any other number, trap it between two cubes.

Prime factorisation is reliable but slow on large numbers. If you already know that a number is a perfect cube, there is a much faster route that uses the digit patterns from earlier.

The grouping method, step by step. Take ∛17576.

Step 1. Starting from the right, mark off the digits in groups of three: 17 and 576. The left-hand group may end up with one, two or three digits, and that is fine.

Step 2. Look at the right-hand group and only at its last digit, which here is 6. From the cube pattern, a cube ending in 6 comes from a root ending in 6. So the answer ends in 6.

Step 3. Look at the left-hand group, 17, and find the largest cube that does not exceed it. The cubes run 1, 8, 27, and 8 is the largest one that is not more than 17. Since 8 = 23, the tens digit of the answer is 2.

Step 4. Put the two digits together: ∛17576 = 26. A quick check: 26 × 26 = 676, and 676 × 26 = 676 × 25 + 676 = 16900 + 676 = 17576.

Another one: ∛110592. Group the digits as 110 and 592. The right-hand group ends in 2, and a cube ending in 2 comes from a root ending in 8, so the answer ends in 8. The left-hand group is 110; the cubes run 1, 8, 27, 64, 125, and the largest one not exceeding 110 is 64 = 43, so the tens digit is 4. Therefore ∛110592 = 48.

And one more: ∛91125. Group as 91 and 125. The right-hand group ends in 5, and 5 comes only from 5, so the answer ends in 5. The left-hand group is 91, and the largest cube not exceeding 91 is 64, so the tens digit is 4. Therefore ∛91125 = 45.

This method assumes you have been told that the number is a perfect cube. If it is not one, the digits will still produce an answer and that answer will simply be wrong, so use the method only when a perfect cube is promised, or check by multiplying your answer back out.

Estimating a cube root that is not exact. When the number is not a perfect cube, do exactly what you did with square roots and trap it. For ∛100 the cubes on either side are 43 = 64 and 53 = 125, so the answer lies between 4 and 5. The number 100 sits 36 above 64 and 25 below 125, so it is nearer the top of the range, and a reasonable estimate is 4.6. The true value is about 4.64.

For ∛500 the surrounding cubes are 73 = 343 and 83 = 512. Since 500 is only 12 below 512 but 157 above 343, it sits very close to 8, so 7.9 is a good estimate. The true value is about 7.94.

For ∛2000 the cubes are 123 = 1728 and 133 = 2197. The number is 272 above 1728 and 197 below 2197, which puts it a little past the middle, so about 12.6. The true value is about 12.6 as well.

Cube roots move slowly, and that is what makes estimating them forgiving. The whole range from 12 to 13 has to cover every number from 1728 all the way to 2197. So getting the whole-number part right already puts you close to the answer, and one decimal place is normally as far as you need to go.

Split a perfect cube into groups of three digits from the right 17576 becomes 17 and 576; the right group fixes the last digit of the root and the left group fixes the rest.
Cube ending in 2 comes from a root ending in 8; cube ending in 3 comes from a root ending in 7 Every other digit stays the same: 1 from 1, 4 from 4, 5 from 5, 6 from 6, 9 from 9 and 0 from 0.
If a³ is smaller than N and N is smaller than (a + 1)³, then ∛N lies between a and a + 1 For N = 100 take a = 4, so ∛100 lies between 4 and 5.
Remember
  • Group the digits of a perfect cube in threes from the right before doing anything else.
  • The last digit of the right-hand group gives the last digit of the cube root: 2 comes from 8, 3 comes from 7, and the rest match themselves.
  • The largest cube not exceeding the left-hand group gives the leading digit.
  • ∛110592: the groups are 110 and 592, so the root ends in 8 and starts with 4, giving 48.
  • The grouping method only works if the number really is a perfect cube, so check by multiplying back.
  • For a number that is not a perfect cube, trap it between two cubes: ∛500 lies between 7 and 8 and is much nearer 8.

The formula sheet

Every formula in this chapter, in one place — screenshot it before your exam.

n² = n × n
Perfect square: a number N with N = n × n for some whole number n
Area of a square = side × side = side²
Side of a square = √(area)
(n + 1)² − n² = 2n + 1
1 + 3 + 5 + ... + (2n − 1) = n²
Numbers that are not squares between n² and (n + 1)² = 2n
A perfect square ends only in 0, 1, 4, 5, 6 or 9
N is a perfect square only if every prime in N appears an even number of times
√N = product of one prime taken from each identical pair
√(2⁶ × 3⁴) = 2³ × 3² = 72
Smallest multiplier = smallest divisor = product of the unpaired primes
If n² is smaller than N and N is smaller than (n + 1)², then √N lies between n and n + 1
√N ≈ n + (N − n²) ÷ (2n + 1)
Nearer square, nearer root
n³ = n × n × n
Volume of a cube = edge × edge × edge = edge³
Edge of a cube = ∛(volume)
1³ + 2³ + 3³ + ... + n³ = (1 + 2 + 3 + ... + n)²
Cube unit digits: 1 with 1, 4 with 4, 5 with 5, 6 with 6, 9 with 9, 0 with 0, but 2 with 8 and 3 with 7
N is a perfect cube only if every prime in N appears a multiple of 3 times
∛N = product of one prime taken from each identical triple
∛(2⁹ × 3³) = 2³ × 3 = 24
Smallest multiplier = what is missing from the incomplete triples
Smallest divisor = the incomplete groups themselves
Split a perfect cube into groups of three digits from the right
Cube ending in 2 comes from a root ending in 8; cube ending in 3 comes from a root ending in 7
If a³ is smaller than N and N is smaller than (a + 1)³, then ∛N lies between a and a + 1

Test yourself

Tap an answer to check it instantly — you'll see why it's right, and what to revise if it isn't.

0 correct · 0/12 answered
Q1

A number ending in which digit can never be a perfect square?

Q2

What is the square root of 1296?

Q3

Without squaring either number, find the value of 21² − 20².

Q4

What is 1 + 3 + 5 + 7 + 9 + 11 + 13?

Q5

A perfect cube ends in the digit 3. Its cube root must end in which digit?

Q6

Given that 32768 is a perfect cube, use the grouping method to find its cube root.

Q7

What is the smallest whole number by which 128 must be multiplied so that the product is a perfect cube?

Q8

How many numbers lying between 81 and 100 are not perfect squares?

Q9

Which of these numbers is a perfect cube?

Q10

What is the square root of 2025?

Q11

Between which two whole numbers does the square root of 70 lie?

Q12

What is the smallest whole number by which 1620 must be divided so that the quotient is a perfect square?

NCERT solutions & previous-year questions

Step-by-step model answers — tap a question to reveal the full solution.

NCERT questions 8

1 Without adding, find each sum: (i) 1 + 3 + 5 + 7 + 9, (ii) 1 + 3 + 5 + 7 + 9 + 11 + 13 + 15 + 17 + 19, (iii) 1 + 3 + 5 + 7 + 9 + 11 + 13 + 15 + 17 + 19 + 21 + 23.

The sum of the first n odd numbers is always n2, so the only thing to work out is how many terms there are.

(i) The terms 1, 3, 5, 7, 9 are the first 5 odd numbers. Sum = 52 = 25.

(ii) The list runs from 1 up to 19. The last of the first n odd numbers is 2n − 1, so 2n − 1 = 19 gives 2n = 20 and n = 10. Sum = 102 = 100.

(iii) Here the last term is 23, so 2n − 1 = 23 gives 2n = 24 and n = 12. Sum = 122 = 144.

The reason this works is the gap rule: each square is the previous square plus the next odd number, because (n + 1)2 − n2 = 2n + 1.

2 Which of these are perfect squares and which are certainly not? Give a reason in each case: 1057, 23453, 7928, 222222, 1024, 1089.

Apply the last-digit test first. A perfect square can only end in 0, 1, 4, 5, 6 or 9.

1057 ends in 7, so it is not a perfect square.

23453 ends in 3, so it is not a perfect square.

7928 ends in 8, so it is not a perfect square.

222222 ends in 2, so it is not a perfect square.

1024 ends in 4, so the test does not reject it. But the test alone can never confirm a square, so check properly: dividing by 2 ten times takes 1024 to 1, so 1024 = 210. Every prime appears an even number of times, so 1024 is a perfect square, and √1024 = 25 = 32.

1089 ends in 9, so again we must check. 1089 = 9 × 121 = 32 × 112, so it is a perfect square and √1089 = 3 × 11 = 33.

Note the direction of the test carefully: a bad last digit proves a number is not a square, but a good last digit proves nothing on its own.

3 Find the square root of 7056 by prime factorisation.

Divide by primes, smallest first:

2 | 7056
2 | 3528
2 | 1764
2 |  882
3 |  441
3 |  147
7 |   49
7 |    7
  |    1

So 7056 = 2 × 2 × 2 × 2 × 3 × 3 × 7 × 7 = 24 × 32 × 72.

Every prime appears an even number of times, which confirms that 7056 is a perfect square.

Pair the primes as (2 × 2), (2 × 2), (3 × 3), (7 × 7) and take one number out of each pair:

√7056 = 2 × 2 × 3 × 7 = 84.

Check: 84 × 84 = 84 × 80 + 84 × 4 = 6720 + 336 = 7056.

4 Find the smallest whole number by which 2352 must be multiplied so that the product is a perfect square, and find the square root of that product.

Factorise 2352 first:

2 | 2352
2 | 1176
2 |  588
2 |  294
3 |  147
7 |   49
7 |    7
  |    1

So 2352 = 24 × 3 × 72.

Pairing gives (2 × 2), (2 × 2) and (7 × 7), and a single 3 is left with no partner. That is exactly why 2352 is not a perfect square.

To make every prime pair up, supply one more 3. So the smallest such number is 3.

Product = 2352 × 3 = 7056 = 24 × 32 × 72.

√7056 = 2 × 2 × 3 × 7 = 84.

The same factorisation answers the opposite question. To make 2352 a perfect square by dividing, remove the lone 3: 2352 ÷ 3 = 784 = 24 × 72, and √784 = 2 × 2 × 7 = 28.

5 Find the cube root of 13824 by prime factorisation.

Divide by 2 repeatedly:

13824 ÷ 2 = 6912
 6912 ÷ 2 = 3456
 3456 ÷ 2 = 1728
 1728 ÷ 2 =  864
  864 ÷ 2 =  432
  432 ÷ 2 =  216
  216 ÷ 2 =  108
  108 ÷ 2 =   54
   54 ÷ 2 =   27

That is nine divisions by 2, and what is left is 27 = 3 × 3 × 3. So 13824 = 29 × 33.

Group the primes in threes: (2 × 2 × 2), (2 × 2 × 2), (2 × 2 × 2), (3 × 3 × 3). Every prime sits in a complete triple, so 13824 is a perfect cube.

Take one number out of each triple:

∛13824 = 2 × 2 × 2 × 3 = 24.

Check: 24 × 24 = 576, and 576 × 24 = 576 × 20 + 576 × 4 = 11520 + 2304 = 13824.

6 Find the smallest whole number by which 704 must be divided so that the quotient is a perfect cube. What is the cube root of that quotient?

Factorise 704:

704 ÷ 2 = 352
352 ÷ 2 = 176
176 ÷ 2 =  88
 88 ÷ 2 =  44
 44 ÷ 2 =  22
 22 ÷ 2 =  11

That is six divisions by 2, leaving the prime 11. So 704 = 26 × 11.

Group in threes: (2 × 2 × 2) and (2 × 2 × 2) use up all six 2s neatly, but 11 appears only once and can never form a triple.

So the smallest number to divide by is 11, and the quotient is 704 ÷ 11 = 64 = 26.

Taking one 2 out of each of the two triples, ∛64 = 2 × 2 = 4.

Check: 4 × 4 × 4 = 64.

7 Estimate √300 and ∛500, each to one decimal place, without using a calculator.

Estimating √300. The perfect squares on either side are 172 = 289 and 182 = 324, so √300 lies between 17 and 18.

The whole gap from 289 to 324 is 2 × 17 + 1 = 35, and 300 is 300 − 289 = 11 above the lower square.

So 300 is 11 ÷ 35 of the way along, which is about 0.31.

Estimate: 17 + 0.31 = 17.31, which is 17.3 to one decimal place. The true value is about 17.32.

Estimating ∛500. The cubes on either side are 73 = 343 and 83 = 512, so ∛500 lies between 7 and 8.

The number 500 is only 12 below 512 but 157 above 343, so it sits very near the top of that range.

Estimate: 7.9. The true value is about 7.94.

8 Study the pattern and write the next two lines: 1³ = 1; 1³ + 2³ = 9; 1³ + 2³ + 3³ = 36. What rule is at work?

Look at the totals: 1, 9 and 36. Each one is a perfect square, namely 12, 32 and 62. And the numbers 1, 3, 6 are themselves the running totals 1, then 1 + 2, then 1 + 2 + 3.

The next two lines:

1³ + 2³ + 3³ + 4³      = 100 = 10² = (1 + 2 + 3 + 4)²
1³ + 2³ + 3³ + 4³ + 5³ = 225 = 15² = (1 + 2 + 3 + 4 + 5)²

Checking the first of these by direct addition: 1 + 8 + 27 + 64 = 100, and 102 = 100.

Checking the second: 100 + 125 = 225, and 152 = 225.

The rule: the cubes from 13 to n3 add up to the square of (1 + 2 + 3 + ... + n).

Previous-year board questions 6

Q1 The area of a square field is 5184 square metres. Find the length of its side, and then find the cost of fencing it all round at ₹150 per metre. 3 marks mark

Finding the side. For a square, area = side2, so side = √5184.

Factorise 5184. Dividing by 2 six times takes 5184 to 2592, 1296, 648, 324, 162 and finally 81, and 81 = 3 × 3 × 3 × 3.

So 5184 = 26 × 34. Every exponent is even, so 5184 is a perfect square.

Halving the exponents: √5184 = 23 × 32 = 8 × 9 = 72. The side is 72 metres.

Finding the fencing length. The fence runs right around the field, so its length is the perimeter: 4 × 72 = 288 metres.

Finding the cost. Cost = 288 × 150.

288 × 150 = 288 × 100 + 288 × 50 = 28800 + 14400 = ₹43,200.

Q2 Find the smallest number by which 3645 must be multiplied so that the product is a perfect square. Also find the square root of that product. 3 marks mark

Factorise 3645. It is odd, and its digits add to 3 + 6 + 4 + 5 = 18, so it is divisible by 9. Keep dividing by 3:

3645 ÷ 3 = 1215
1215 ÷ 3 =  405
 405 ÷ 3 =  135
 135 ÷ 3 =   45
  45 ÷ 3 =   15
  15 ÷ 3 =    5

That is six divisions by 3, leaving 5. So 3645 = 36 × 5.

The six 3s form three complete pairs, but the single 5 has no partner, so 3645 is not a perfect square.

Multiply by 5 to give that 5 a partner. This is the smallest number that works, because 5 is the only unpaired prime.

Product = 3645 × 5 = 18225 = 36 × 52.

√18225 = 33 × 5 = 27 × 5 = 135.

Check: 135 × 135 = 135 × 100 + 135 × 35 = 13500 + 4725 = 18225.

Q3 Find the cube root of 175616 by the grouping method, showing both groups clearly. 3 marks mark

Step 1 — group the digits in threes from the right. 175616 splits into 175 and 616.

Step 2 — use the right-hand group. The group 616 ends in 6. A cube ends in 6 only when its cube root ends in 6, because 6 × 6 × 6 = 216. So the unit digit of the answer is 6.

Step 3 — use the left-hand group. The group is 175. The cubes run 1, 8, 27, 64, 125, 216, and the largest one that does not exceed 175 is 125 = 53. So the tens digit of the answer is 5.

Step 4 — join the digits. ∛175616 = 56.

Check by multiplying back: 56 × 56 = 3136, and 3136 × 56 = 3136 × 50 + 3136 × 6 = 156800 + 18816 = 175616.

Q4 A cubical carton has a volume of 3375 cubic centimetres. Find (i) the length of its edge, (ii) its total surface area, and (iii) the cost of covering the whole outside with paper costing ₹2 for every 100 square centimetres. 4 marks mark

(i) The edge. For a cube, volume = edge3, so edge = ∛3375.

Factorise: 3375 ÷ 3 = 1125, then 1125 ÷ 3 = 375, then 375 ÷ 3 = 125, and 125 = 5 × 5 × 5.

So 3375 = 33 × 53. Taking one prime from each triple, ∛3375 = 3 × 5 = 15.

The edge is 15 cm.

(ii) Total surface area. A cube has 6 square faces, each of area edge2.

Area of one face = 15 × 15 = 225 square cm.

Total surface area = 6 × 225 = 1350 square cm.

(iii) The cost. The paper costs ₹2 for every 100 square cm, and 1350 ÷ 100 = 13.5 lots of 100 square cm.

Cost = 13.5 × 2 = ₹27.

Q5 Show that the difference between the squares of two consecutive whole numbers is always an odd number, and use this to find 76² − 75² without squaring either number. 2 marks mark

The proof. Let the two consecutive whole numbers be n and n + 1.

(n + 1)2 means (n + 1) × (n + 1). Expanding it, this is n × n + n × 1 + 1 × n + 1 × 1 = n2 + 2n + 1.

So (n + 1)2 − n2 = n2 + 2n + 1 − n2 = 2n + 1.

Now 2n is even for every whole number n, so 2n + 1 is one more than an even number, which makes it odd. Hence the difference between the squares of two consecutive whole numbers is always odd.

Using the result. The numbers 75 and 76 are consecutive, so take n = 75:

762 − 752 = 2 × 75 + 1 = 151.

Verifying the long way: 762 = 5776 and 752 = 5625, and 5776 − 5625 = 151, the same answer.

Q6 A gardener has 1000 saplings and wants to plant them so that the number of rows equals the number of saplings in each row, with none left over. Find the smallest number of extra saplings he must buy, and how many rows he will then have. 3 marks mark

If the number of rows equals the number of saplings in each row, then the total must be rows × rows, which means the total has to be a perfect square.

Trap 1000 between two squares. Working through the squares of numbers near 30: 302 = 900, 312 = 961 and 322 = 1024.

Since 961 is below 1000 and 1024 is above it, the number 1000 is not a perfect square, and the next perfect square above it is 1024.

Extra saplings needed = 1024 − 1000 = 24.

He will then have 1024 saplings planted in 32 rows of 32 each.

The opposite version of the question asks how many saplings must be removed instead. In that case you drop to the perfect square below, so he removes 1000 − 961 = 39 saplings and plants 31 rows of 31.

Part of Priodemy for School

Interactive Maths & Science — free with every school on Priodemy EduSuite. Explore more chapters and labs on the Priodemy for School hub.

Ask AI