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

Squaring a number ending in 5, without a calculator

Multiply the left part by itself + 1, stick 25 at the end. Done.

The rule

To square a number ending in 5:

  1. Take the left part (everything except the final 5), call it nn.
  2. Compute n×(n+1)n \times (n + 1).
  3. Stick 25 at the end.

Two examples

35235^2:

  • Left part: n=3n = 3
  • n×(n+1)=3×4=12n \times (n+1) = 3 \times 4 = 12
  • Stick 25: 1225

75275^2:

  • n=7n = 7
  • 7×8=567 \times 8 = 56
  • Result: 5625

Works on bigger numbers too

1152115^2:

  • n=11n = 11
  • 11×12=13211 \times 12 = 132
  • Result: 13225

Why?

A number ending in 5 writes as 10n+510n + 5. Its square:

(10n+5)2=100n2+100n+25=100n(n+1)+25(10n + 5)^2 = 100n^2 + 100n + 25 = 100 \cdot n(n+1) + 25

The 100n(n+1)100 \cdot n(n+1) term pushes n(n+1)n(n+1) into hundreds, and the +25+25 tacks on at the end. Mathematical magic!

?Your turn

What is 45²?

?Your turn

Without a calculator, what is the square of 95?

#square#mental math#powers

You might also like