Math can be terrifying for many people. This list will hopefully improve your general knowledge of mathematical tricks and your speed when you need to do math in your head.
1. The 11 times trick
We all know the trick when multiplying by ten – add 0 to the end of the number, but did you know there is an equally easy trick for multiplying a two digit number by 11? This is it:
Take the original number and imagine a space between the two digits; in this example we will use 52: > 5_2
Now add the two numbers together and put them in the middle:
5_(5+2)_2
That is it – you have the answer: 572.
If the numbers in the middle add up to a 2 digit number, just insert the second number and add 1 to the first:
9_(9+9)_9
(9+1)_8_9
10_8_9
1089 – It works every time.
2. Quick square
If you need to square a 2 digit number ending in 5, you can do so very easily with this trick. Multiply the first digit by itself + 1, and put 25 at the end. That is all!
252 = (2x(2+1)) & 25
2 x 3 = 6
625
3. Multiply by 5
Most people memorise the 5 times tables very easily, but when you get in to larger numbers it gets more complex – or does it? This trick is super easy.
Take any number, then divide it
by 2 (in other words, halve the number). If the result is whole, add a 0 at the end. If it is not, ignore the remainder and add a 5 at the end. It works every time:
2682 x 5 = (2682 / 2) & 5 or 0
2682 / 2 = 1341 (whole number, so add 0)
13410
4. Multiply by 9
This one is simple – to multiple any number between 1 and 9 by 9 hold both hands in front of your face – drop the finger that corresponds to the number you are multiplying (for example 9×3 – drop your third finger) – count the fingers before the dropped finger (in the case of 9×3 it is 2) then count the numbers after (in this case 7) – the answer is 27.
5. Multiply by 4
This is a very simple trick which may appear obvious to some, but to others it is not. The trick is to simply multiply by two, then multiply by two again:
58 x 4 = (58 x 2) + (58 x 2) = (116) + (116) = 232
6. Calculate VAT
If you need to calculate your 15% VAT, here is the easy way to do it. Work out 10% (divide the number by 10) – then add that number to half its value and you have your answer:
15% of 525 = (10% of 25) + ((10% of 25)/2)
$2.50 + $1.25 = $ 3.75
7. Tough Multiplication
If you have a large number to multiply and one of the numbers is even, you can easily subdivide to get to the answer:
32 x 125, is the same as:
16 x 250 is the same as:
8x500 is the same as:
4x1000 = 4000