Estimating the size
Before working something out exactly, it pays to know roughly how big the answer will be. Round both numbers to something easy and compute the estimate:
47 × 6 ≈ 50 × 6 = 300, exactly 282
387 + 245 ≈ 400 + 200 = 600, exactly 632
The estimate is not meant to be accurate. Its job is to show how many digits the answer has and roughly where it lies.
Why this step matters. A big mistake is usually a mistake of size: a missing zero, a misplaced decimal point, a forgotten ten. If 47 × 6 comes out as 102 or 2820, casting out nines may let the error through, but an estimate of 300 catches it at once.
Many smaller errors can be caught by casting out nines. The two techniques catch different errors and so they belong together: the estimate shows whether the answer is even in the right place, and the digit-sum check catches many of the smaller errors.
Estimating costs almost nothing, because computing with round numbers is the easy part. And in a game where a wrong answer costs points, it pays for itself quickly.
Practise
The exercise asks for the estimate first and the exact answer second, for every task. That is the order worth keeping in real life too.
Mental arithmetic techniques
Addition and subtraction
Multiplication
- Multiplying by eightThree doublings in a row, and you get the twos and the fours for free along the way.
- Squares as anchorsLearn the nine squares by heart and use them to reach the neighbouring products. The hardest corner of the times table sits right next to the squares.
- Multiplying by nineReally just multiplying by ten and subtracting once.
- Multiplying in partsSplit the bigger factor into its tens and its units, multiply each separately, then add.
- Multiplying two-digit numbersSplit one factor and multiply the other factor by each part. Nothing new here, just one layer more.
- Rounding in multiplicationMultiply by the nearby round number and correct afterwards. The correction is the gap times the other factor.
- Halving and doublingMultiplying by five is multiplying by ten and halving. Halving one factor while doubling the other leaves the product unchanged.
- Multiplying by elevenPull the digits apart and put their sum in the middle. When the sum goes past nine, carry one to the left-hand digit.
- Squaring any two-digit numberChoose the nearest multiple of ten. Move one factor to it and the other the same distance in the opposite direction, multiply the new factors, and add the square of the shift.
- Difference of squaresWhen two factors sit the same distance from a round number, square the number between them and subtract the square of the distance.
- Squaring numbers ending in fiveDrop the final five, multiply what is left by the next number up, and put 25 on the end. 35 squared is 3 × 4 and 25, which is 1225.
Division
Checking
Mental arithmetic