MathClario
← Back to Middle school
Middle schoolMental math●●○○○· 4 min
🎩

Multiply two numbers near 100 in 5 seconds

96 × 97 = ? Two differences, one multiplication, one concatenation. The mental magician's trick.

The method in 3 moves

For two numbers aa and bb just below 100:

  1. Write down what each is missing from 100: α=100a\alpha = 100 - a and β=100b\beta = 100 - b.
  2. Multiply α×β\alpha \times \beta → these are the last two digits.
  3. Compute aβa - \beta (or equivalently bαb - \alpha) → these are the first two digits.

Stick the two pieces together — done.

A magical example: 96×9796 \times 97

  • Missing from 96: α=4\alpha = 4. Missing from 97: β=3\beta = 3.
  • α×β=4×3=12\alpha \times \beta = 4 \times 3 = 12 → last two digits: 12.
  • 963=9396 - 3 = 93 (or 974=9397 - 4 = 93) → first two digits: 93.
  • Result: 9312.

Check: 96×97=931296 \times 97 = 9312

Another: 92×8892 \times 88

  • α=8\alpha = 8, β=12\beta = 12.
  • 8×12=968 \times 12 = 96 → last two digits: 96.
  • 9212=8092 - 12 = 80 → first two digits: 80.
  • Result: 8096. ✓

When α×β\alpha \times \beta exceeds 99

Take 85×8885 \times 88:

  • α=15\alpha = 15, β=12\beta = 12.
  • 15×12=18015 \times 12 = 180write 80 and carry 1.
  • 8512=7385 - 12 = 73, then +1+1 carried = 74.
  • Result: 7480. ✓

Why it works

a×b=(100α)(100β)=10000100(α+β)+αβa \times b = (100 - \alpha)(100 - \beta) = 10000 - 100(\alpha + \beta) + \alpha\beta

=100×(100(α+β))+αβ=100×(aβ)+αβ= 100 \times \bigl(100 - (\alpha + \beta)\bigr) + \alpha\beta = 100 \times (a - \beta) + \alpha\beta

The 100 factor pushes the first part two notches left, and αβ\alpha\beta tucks in on the right.

?Your turn

What is 94 × 98?

?Your turn

No calculator: 89 × 91 = ?

#mental math#multiplication#trick#100

You might also like