← All methods
🔲

Squaring a number — the fast way

📘What it is

Learn to square numbers quickly with special tricks — no paper or calculator, all in your head.

🛠️How it works

It is especially easy for numbers ending in 5: 65² — multiply 6 by 7 (42) and append 25 → 4225.

🔢A worked example

65² instantly: multiply the first digit 6 by the next number 7 (6 × 7 = 42) and always append 25 → 4225. It works for any number ending in 5.

🎓A closer look

There are two core techniques. First, for numbers ending in 5: multiply the tens digit by the next number up and append 25: 35² = 3×4=12 plus 25 → 1225. Second, for any number: a² = (a+b)(a−b) + b², i.e. shift the number to a convenient round one. 48² = 50×46 + 2² = 2300+4 = 2304; 62² = 60×64 + 2² = 3840+4 = 3844.

Squares come up constantly in geometry (areas), the Pythagorean theorem and algebra. The shifting trick is really the difference-of-squares formula — by using it mentally, a child starts handling algebraic identities long before the formal algebra course.

  • Age: 10-11 and up.
  • Common mistake: forgetting to add b² back after the shift — 48² is not just 50×46.
  • Practice tip: memorise the squares from 1 to 25 as anchors — larger squares are computed through them.

💡Why it helps

The squaring trick boosts calculation speed and teaches a child to enjoy maths instead of fearing it.

Frequently asked questions

It teaches special tricks for squaring numbers fast. For example, for numbers ending in 5: the square of 65 is 4225, because you multiply 6 by 7 and append 25 at the end.
No, it does not replace it, it speeds it up. The child understands what a square means from school, and this lesson adds ways to find it quickly in their head.
A child who knows multiplication, roughly from age 9-10, gradually masters these tricks.
Yes, on the MentalMath platform the squaring lesson and all the exercises are free, requiring neither payment nor registration.

Other methods

🎮 Try the brain games too