✋
Multiply by 5: halve it, then multiply by 10
Multiplying by 5 is a classic trap: go through the half, then add a zero. Twice as fast.
The trick in one sentence
Multiplying by 5 is dividing by 2 then multiplying by 10 (or the reverse).
Why it works
. So .
Examples
- → half of 84 = 42 → = 420
- → half = 63 → 630
- → half = 18.5 → 185 (the « .5 » vanishes when ×10)
Why it’s faster
Halving is instant in your head, even on large numbers. Doing by hand means handling carries.
?Your turn
What is 246 × 5?
#multiplication#mental math#5
