Calculating Numbers Squared- Easy Methods
What Does "Squared" Actually Mean?
When you square a number, you multiply it by itself. That's it. No fancy math jargon needed. The number 7 squared (written as 7²) means 7 × 7 = 49.
The small 2 floating at the top is called an exponent. It tells you how many times to multiply the base number by itself.
The Basic Method: Multiply by Itself
For small numbers, just multiply. Grab a calculator or do it longhand:
- 3² = 3 × 3 = 9
- 5² = 5 × 5 = 25
- 8² = 8 × 8 = 64
Nothing complicated here. If you can multiply two numbers, you can square them.
Mental Math Tricks That Actually Work
You don't always need a calculator. These tricks will save you time ⏱️
Squaring Numbers Ending in 5
This is the easiest pattern in math. Take a number ending in 5, drop the 5, multiply the remaining digits by themselves plus one, then append 25.
Example: 35²
- Drop the 5 → you have 3
- Multiply 3 × 4 = 12
- Append 25 → 1225
So 35² = 1225. Works every time. 15² = 225, 25² = 625, 45² = 2025. You get the pattern.
Squaring Numbers Near 100
For numbers between 90-110, this trick is fast. Find how far the number is from 100, add or subtract that from the original number, then multiply to find the last two digits.
Example: 97²
- 97 is 3 below 100
- 97 - 3 = 94 (this is your first part)
- 3² = 09 (always use two digits for this part)
- Combine: 9409
Check: 97 × 97 = 9409. Correct.
Example: 104²
- 104 is 4 above 100
- 104 + 4 = 108
- 4² = 16
- Combine: 10816
The "Near Square" Method
For any number, find a nearby square you know, then adjust.
Example: 41²
- You know 40² = 1600
- 41² = 40² + 40 + 41 = 1600 + 81 = 1681
The formula: n² = (a²) + a + (a+1) when n = a+1
This works because (a+1)² = a² + a + (a+1)
Using a Calculator
Sometimes you just need the answer fast. Most calculators have an x² button. Punch in your number, hit that button, done.
On smartphones: type the number, then look for the x² function in the calculator app. On computer spreadsheets, type =number^2 or use =number*number.
Comparing Squaring Methods
| Method | Best For | Speed | Accuracy |
|---|---|---|---|
| Direct multiplication | Small numbers, any number | Medium | High |
| Ending-in-5 trick | Numbers ending in 5 | Fastest | Perfect |
| Near-100 method | Numbers 90-110 | Fast | Perfect |
| Near-square adjustment | Numbers near tens | Fast | High |
| Calculator | Large numbers | Fastest | Perfect |
Practical How-To: Squaring Any Two-Digit Number
Follow these steps in order:
- Check if the number ends in 5. If yes, use the ending-in-5 trick.
- Check if the number is 90-110. If yes, use the near-100 method.
- Check if it's near a round number you know. Like 41 near 40, or 89 near 90.
- Default to multiplication. If none of the above apply, just multiply directly.
Practice with: 27², 85², 96², 52²
Answers: 729, 7225, 9216, 2704
When You Need More Than Two Digits
For three-digit numbers or larger, mental math tricks get unwieldy. Use:
- A calculator
- A spreadsheet formula
- Long multiplication broken into parts
There's no shame in using tools. The tricks above are for speed and mental exercise, not to prove anything.
The Bottom Line
Squaring is just multiplication. The shortcuts exist to make you faster, not to replace understanding. Learn the patterns that fit how your brain works. Drop the ending-in-5 trick if you want. Use the near-100 method if it clicks. Or just multiply—nobody grading your homework cares about your method.