How a Number Is Built: Place Value
Quick answer Writing a number as 10a + b or 100a + 10b + c turns digit tricks into simple algebra, and explains them in one line.
Everything in this chapter rests on one small idea: the digits you write are not the number, they are a short code for it. When you write 573, the 5 does not mean five. It means five hundreds, purely because of the place it is sitting in. So 573 is really 500 + 70 + 3, or 100 × 5 + 10 × 7 + 1 × 3.
To reason about every number at once instead of one number at a time, replace the digits by letters. A two-digit number whose tens digit is a and whose ones digit is b equals 10a + b. A three-digit number with digits a, b and c is 100a + 10b + c. Almost every trick in this chapter falls out of these two small expressions, so it is worth writing them down and staring at them for a minute.
Reverse a two-digit number and add. Take 73 and 37: the total is 110. Take 52 and 25: the total is 77. Take 41 and 14: the total is 55. Every answer is a multiple of 11, and that is not a coincidence. In letters, (10a + b) + (10b + a) = 11a + 11b = 11(a + b). The 11 is built into the answer. The other factor is a bonus, because it hands you the digit sum: 110 ÷ 11 = 10, and sure enough 7 + 3 = 10.
Now reverse and subtract instead. 73 - 37 = 36, 52 - 25 = 27, and 41 - 14 = 27. Every answer is now a multiple of 9, because (10a + b) - (10b + a) = 9a - 9b = 9(a - b). For 73 the digit difference is 7 - 3 = 4, and 9 × 4 = 36. The rule predicts the answer before you subtract anything.
Three digits. Reverse 842 to get 248 and subtract: 842 - 248 = 594. In letters, (100a + 10b + c) - (100c + 10b + a) = 99a - 99c = 99(a - c). Notice that the middle digit b cancels out completely, so it can be anything at all and the answer will not change. Here a - c = 8 - 2 = 6, and 99 × 6 = 594, exactly as predicted.
The 1089 surprise. Pick a three-digit number whose first and last digits differ by at least 2, say 732. Reverse it and take the smaller away from the larger: 732 - 237 = 495. Now reverse that answer and add it on: 495 + 594 = 1089. Try 921 instead: 921 - 129 = 792, and 792 + 297 = 1089 again. The reason is the rule you have just proved. The first difference has to be 99 × (a - c), and with a - c running from 2 to 9 that leaves only 198, 297, 396, 495, 594, 693, 792 and 891. Every one of them has 9 in the middle and outer digits adding to 9, so adding the reverse always lands on 1089.
Cycling the digits. Take 254 and slide the digits round twice more to get 542 and then 425. Add all three: 254 + 542 + 425 = 1221. In letters the total is (100a + 10b + c) + (100b + 10c + a) + (100c + 10a + b) = 111a + 111b + 111c = 111(a + b + c). Since 111 = 3 × 37, this sum is always divisible by 3 and by 37, whichever digits you started with. Here a + b + c = 2 + 5 + 4 = 11, and 111 × 11 = 1221, with 1221 ÷ 37 = 33.
Every one of these results was found by trying examples first and proved by place value afterwards. That order, notice then explain, is the habit this chapter is really teaching.
- A two-digit number is 10a + b and a three-digit number is 100a + 10b + c, where a, b and c are its digits.
- A two-digit number plus its reverse is always 11(a + b), so the answer is a multiple of 11.
- A two-digit number minus its reverse is always 9(a - b), so the answer is a multiple of 9.
- A three-digit number minus its reverse is always 99(a - c); the middle digit cancels and never affects the answer.
- Adding a three-digit number to its two cyclic rearrangements gives 111(a + b + c), a multiple of both 3 and 37.
- Try examples first to spot the pattern, then use place value to prove it holds for every number.
