Level 1 · Quick Tricks
Squaring Numbers Ending in 5
Squaring numbers like 35 or 85 looks incredibly difficult to the untrained eye, but it actually relies on a highly predictable base-10 shortcut. Once you see the hidden structure, you'll never need scratch paper for these again.
The Rule
Take the digit (or digits) that comes before the 5. We'll call this part X. Multiply X by the next highest number (X + 1). Finally, just attach 25 to the end of your answer. That's it; the last two digits will always be 25.
Worked Example: 35²
- Identify the number before the 5: X = 3
- Find the next highest number: X + 1 = 4
- Multiply them together: 3 × 4 = 12
- Attach 25 to the end: 1225
Worked Example: 85²
- Identify the number before the 5: X = 8
- Find the next highest number: X + 1 = 9
- Multiply them together: 8 × 9 = 72
- Attach 25 to the end: 7225
Why It Works
This trick works flawlessly every single time because of how binomials expand. Any number ending in 5 can be mathematically written as (10X + 5). When we square that formula, the proof reveals its mechanics:
= (10X)² + 2(10X)(5) + 5²
= 100X² + 100X + 25
= 100[X(X + 1)] + 25
Notice that multiplying our first part by 100 naturally shifts the value two decimal places to the left. This creates a perfect, empty space in the tens and units columns for the 25 to drop right into!
Cognitive Benefits
Mastering patterns like this helps train the brain to recognize algebraic structures embedded within ordinary base-10 numbers. By shifting focus away from manual mechanical multiplication and toward structural pattern matching, students build superior working memory control and mathematical intuition.
The best way to build true mental fluency is through repetition with real-time feedback. Test your limits and build your speed with the interactive sandbox below.
Extension Challenge
This pattern doesn't stop at two digits! It applies universally to any number ending in 5. Challenge yourself: try calculating 125² in the interactive sandbox to see how the rule handles three-digit inputs.