Squaring Two Digit Numbers in Your Head — The Complete Method

Squaring Two Digit Numbers in Your Head The Complete Method | MentalMathChampions.com
HomeSpeed Math Tricks › Squaring Two Digit Numbers
² Squaring · Post 23

Squaring Two Digit Numbers in Your Head — The Complete Method

📖 10 min read🎯 7 TOC sections❓ 5 FAQs🧠 25-Q Quiz
At a Glance
Method 1 Ends in 5 (1s)
Method 2 Near round # (2–3s)
Method 3 Any number (3–5s)
Covers 11² to 99²
A
Ashwani Sharma · Mental Math, Abacus & Vedic Math Trainer and Expert|June 8, 2026
⚡ Quick Answer

Squaring two digit numbers in your head uses three methods: (1) for numbers ending in 5 — multiply tens digit by (tens digit+1), append 25; (2) for numbers near a round number — use the identity (R±d)² = R²±2Rd+d²; (3) for any 2-digit number — split into tens and units and expand. Together these cover every 2-digit square from 11² to 99².

Squaring two digit numbers in your head is a skill that separates casual mental math practitioners from serious ones. It appears in competitive maths exams, programming problems, physics calculations, and everyday estimation. Knowing the square of any 2-digit number — or being able to calculate it within a few seconds — gives you an enormous advantage in speed and confidence.

The good news: you do not need to memorise all 89 squares from 11² to 99². Three methods cover every case, and each method reduces to simple arithmetic you already know. The fastest of these — the ends-in-5 shortcut from Post 12 — takes under two seconds. The most general method takes three to five seconds for a trained practitioner.

1. Why Squaring Two Digit Numbers in Your Head Matters More Than You Think

Squaring comes up in more places than most people realise. Area calculations (room dimensions squared), the Pythagorean theorem (a² + b² = c²), standard deviation in statistics, distance formulas in geometry — all require squaring. More practically, knowing perfect squares up to at least 30² gives you instant anchors for estimation in any calculation involving multiplication near those values.

The ability to square two digit numbers also builds the algebraic intuition needed for the next level of mental multiplication. The same (a+b)² = a²+2ab+b² identity used for squaring is the foundation of general 2-digit multiplication, which we cover in the complete 2-digit multiplication guide from Post 11.

2. Method 1 — Squaring Two Digit Numbers Ending in 5 (Under 2 Seconds)

This is the fastest of all squaring methods for two digit numbers. Any number of the form n5 (tens digit n, units digit 5) satisfies: (n5)² = n×(n+1) followed by 25.

Squaring two digit numbers ending in 5
15²: 1×2=2, append 25 → 225
25²: 2×3=6, append 25 → 625
35²: 3×4=12, append 25 → 1,225
45²: 4×5=20, append 25 → 2,025
55²: 5×6=30, append 25 → 3,025
65²: 6×7=42, append 25 → 4,225
75²: 7×8=56, append 25 → 5,625
85²: 8×9=72, append 25 → 7,225
95²: 9×10=90, append 25 → 9,025 ✓ All nine cases — no calculator needed

3. Method 2 — Squaring Two Digit Numbers Near a Round Number (2–3 Seconds)

The algebraic identity (a+b)² = a²+2ab+b² is the engine of this method. Choose a = the nearest multiple of 10 to your target number. Choose b = the small distance between them (can be positive or negative). Then compute the three terms and add them up.

Squaring two digit numbers near round numbers
43²: nearest 10 = 40, d=+3 | 40²=1,600 | 2×40×3=240 | 3²=9
1,600 + 240 + 9 = 1,849 ✓
Numbers just below a round number (negative d)
47²: nearest 50, d=−3 | 50²=2,500 | 2×50×(−3)=−300 | (−3)²=9
2,500 − 300 + 9 = 2,209 ✓
More examples of squaring two digit numbers
61²: nearest 60, d=+1 | 3,600+120+1 = 3,721
79²: nearest 80, d=−1 | 6,400−160+1 = 6,241
53²: nearest 50, d=+3 | 2,500+300+9 = 2,809
68²: nearest 70, d=−2 | 4,900−280+4 = 4,624
Numbers with |d|=1 or |d|=2 are the fastest: only one small product needed

Why Numbers Ending in 1, 2, 8, or 9 Are Fastest for Squaring

When your two digit number ends in 1 or 9, the distance d = ±1. When it ends in 2 or 8, d = ±2. These small d values make the calculation extremely fast because d² is a tiny single-digit number (1 or 4) and 2×round×d is simple to compute. The hardest cases for squaring two digit numbers are those ending in 3, 4, 6, or 7 — where |d| = 3 or 4 — but even these are manageable with practice.

💡 Expert Tip
A
Ashwani Sharma Mental Math, Abacus & Vedic Math Trainer
The “d=1” Drill — The Fastest Way to Build Squaring Speed for Two Digit Numbers

When I teach squaring two digit numbers in your head, I always start with what I call the “d=1 drill.” Take any multiple of 10 — say 60² = 3,600. Then immediately find 61² (3,600+120+1=3,721) and 59² (3,600−120+1=3,481). Do this for all multiples of 10 from 20 to 90. After one week of this drill, your brain has anchored all nine perfect-tens squares and can jump to any nearby square in one step. From there, the d=2 extension takes another week. After two weeks you can mentally square any two digit number ending in 1, 2, 8, or 9 within two seconds — covering 36 of the 89 possible two-digit squares.

— Ashwani Sharma, MentalMathChampions.com

4. Method 3 — Squaring Any Two Digit Number Using the Split Method

For two digit numbers in the middle of a decade (ending in 3, 4, 6, 7), the split method gives a clean path. Write the number as 10a + b where a is the tens digit and b is the units digit. Then: (10a+b)² = 100a² + 20ab + b².

Split method for squaring any two digit number
73²: a=7, b=3 | 100×49=4,900 | 20×7×3=420 | 9
4,900 + 420 + 9 = 5,329 ✓
More examples
84²: a=8, b=4 | 6,400 | 20×8×4=640 | 16 → 7,056
56²: a=5, b=6 | 2,500 | 20×5×6=600 | 36 → 3,136
37²: a=3, b=7 | 900 | 20×3×7=420 | 49 → 1,369
Works for every two digit number — choose whichever method feels faster

For checking your results, the estimation check from Post 19 and the casting-out-nines method from Post 21 give you fast verification of any squared result.

5. Myths About Squaring Two Digit Numbers in Your Head

🔍 Myths vs Reality — Squaring Two Digit Numbers in Your Head
❌ Myth
✅ Reality
You need to memorise all 89 squares from 11² to 99²
Three methods let you calculate any square on the fly. Memorising squares of multiples of 10 (9 values) is enough as anchors.
Squaring two digit numbers is only for maths competitions
Area, distance, statistics, and finance all involve squaring regularly. Everyday use is common.
You must use the same method for every two digit number
You choose the fastest method case by case: ends-in-5 → Method 1, close to a round number → Method 2, other → Method 3.
Mental squaring is slower than using a calculator
For trained students, squaring numbers near round numbers takes 2–3 seconds — faster than unlocking a phone and opening a calculator app.
You need to be a maths genius to square numbers mentally
The round-number method only requires knowing squares of 20, 30, 40… 90 and basic multiplication. Any motivated student can learn it in a week.

6. How to Practise Squaring Two Digit Numbers — A 4-Week Plan

Like all mental math skills, squaring two digit numbers requires deliberate practice to move from “I know the method” to “I can do it automatically.” Here is a structured plan:

Week 1: Drill all nine endings-in-5 squares (15², 25², …, 95²) until they fire automatically. These require zero working memory once memorised. Then drill the nine multiples-of-10 squares (20², 30², …, 90²). Add the daily routine structure from Post 05 to ensure consistency.

Week 2: Use the round-number method for all numbers ending in 1, 9, 2, 8. These have d=±1 or ±2, making the calculation fast. Target: any such number in under 3 seconds.

Week 3: Extend to numbers ending in 3, 7, 4, 6 (d=±3 or ±4). These take a little more working memory. Practise holding the three sub-sums while computing.

Week 4: Mixed drills — any two digit number, random order, targeting under 5 seconds consistently. Use the warm-up format from Post 17 to integrate this into a daily session.

7. Perfect Squares Reference — 11² to 30² for Squaring Two Digit Numbers

These 20 squares serve as anchors. Memorise them and you can reach any two digit square using the round-number method with d ≤ 5.

Perfect squares 11² to 30² — memorise these anchors
11²=121 12²=144 13²=169 14²=196 15²=225
16²=256 17²=289 18²=324 19²=361 20²=400
21²=441 22²=484 23²=529 24²=576 25²=625
26²=676 27²=729 28²=784 29²=841 30²=900
Tip: note the last-digit pattern — 1,4,9,6,5,6,9,4,1,0 repeating every 10 numbers
🧩 Quick Practice Challenge

Q1. Square a two digit number ending in 5: 55² = ?

5×6=30, append 25 → 3,025.

Q2. Use the round-number method: 62² = ?

Nearest round: 60, d=+2. 60²=3,600. 2×60×2=240. 2²=4. Total: 3,600+240+4=3,844.

Q3. Use the split method: 74² = ?

a=7, b=4. 100×49=4,900. 20×7×4=560. 4²=16. Total: 4,900+560+16=5,476.
❓ Frequently Asked Questions
What is the fastest method for squaring two digit numbers in your head?+
For numbers ending in 5: multiply tens digit by (tens digit+1) and append 25 — takes under 2 seconds. For numbers near a multiple of 10: use (R±d)²=R²±2Rd+d² — takes 2–3 seconds when d is small. For any number: the split method (10a+b)²=100a²+20ab+b² takes 3–5 seconds. Choose based on the specific number.
How do you square two digit numbers ending in 5 in your head?+
Multiply the tens digit by itself plus one, then append 25. For 75²: 7×8=56, append 25 = 5,625. For 35²: 3×4=12, append 25 = 1,225. Works for all nine numbers ending in 5 from 15 to 95. The identity behind this is (10a+5)²=100a(a+1)+25.
Is there a way to square any two digit number in under 5 seconds?+
Yes, with practice. Numbers ending in 0 or 5: under 2 seconds. Numbers ending in 1, 2, 8, 9 (d=±1 or ±2 from a round number): 2–3 seconds. Numbers ending in 3, 4, 6, 7 (d=±3 or ±4): 3–5 seconds. Consistent under-5-second speeds across all two digit numbers requires about 4–6 weeks of daily practice.
What is the algebraic identity that makes squaring two digit numbers easy?+
(a+b)² = a² + 2ab + b². For squaring two digit numbers mentally: set a = nearest round number, b = distance to that round number. The three terms a², 2ab, and b² are all easily computable when a is a multiple of 10. The same identity also underlies general 2-digit mental multiplication.
How does squaring two digit numbers in your head help with other mental math?+
It builds fluency with (a+b)²=a²+2ab+b², the foundation of general 2-digit multiplication. It creates a library of perfect squares as estimation anchors. It trains the habit of finding a nearby round number — a universal speed math strategy. And it improves working memory by practising holding multiple intermediate values simultaneously.
🧠 Quiz: Squaring Two Digit Numbers
Question 1 of 25

Leave a Comment

Your email address will not be published. Required fields are marked *

Join Our WhatsApp Channel
Scroll to Top