How to Square Two-Digit Numbers Mentally
Choose the squaring pattern before multiplying.
Think in columns
Square a two-digit number with Duplex columns
For 37 squared, read the square as three small columns instead of one long multiplication.
- 1Find D(3), D(37), and D(7).
- 2Apply place values from left to right.
- 3Carry cleanly and read the final square.
Common slip
Do not treat the raw middle column as a digit. Normalize the carries before reading the answer.
Large square
Split the base before squaring
For a larger number, square the main place, add the double product, then square the tail.
- 1Square the large place first.
- 2Add the double product.
- 3Add the tail square and normalize.
Mind the carry
Keep each raw part visible until the final carry pass; early carrying causes most slips.
Squaring feels hard when every number asks for a new plan. It gets easier when you pick the method from the number shape.
Use these four patterns as a decision tree. The visual method block below handles the column version; this article keeps the choices simple.
Numbers Ending in 5
Take the tens part, multiply it by the next number, and append 25.
| Number | Calculation | Result |
|---|---|---|
| 15^2 | 1 x 2 = 2, append 25 | 225 |
| 35^2 | 3 x 4 = 12, append 25 | 1,225 |
| 95^2 | 9 x 10 = 90, append 25 | 9,025 |
The rule works because (10a + 5)^2 = 100a(a + 1) + 25.
Numbers Near 50
Use 50^2 = 2,500 as the base. Add the distance from 50 to 25, then append the square of the distance as two digits.
For 53^2, the distance is +3. Use 25 + 3 = 28, append 09, and get 2,809.
For 47^2, the distance is -3. Use 25 - 3 = 22, append 09, and get 2,209.
Numbers Near 100
When the number is close to 100, cross-adjust the number by its distance, then append the distance squared.
For 97^2, the distance is -3. Compute 97 - 3 = 94, append 09, and get 9,409. For 104^2, compute 104 + 4 = 108, append 16, and get 10,816.
General Anchor
If none of the quick cases fits, choose a nearby anchor and use a correction.
For 37^2, anchor at 40. Use (37 - 3)(37 + 3) + 3^2 = 34 x 40 + 9 = 1,369.
This is the fallback worth practicing. One factor becomes friendly, and the final square is only a small correction.
Practice Order
Practice one method at a time. Start with endings in 5, then near-50 and near-100 numbers, then the general anchor method.
Use short sets: 10 examples, immediate review, then a second set only if the first move stayed clean.
In Math Gym, the Squares category moves from single digits to three-digit numbers so you can keep the same method while the numbers grow.