Simplifying the Exponentiation of Two-digit Numbers Ending in 5
Formulas
The square of a two-digit number whose ones place is 5 can be computed quickly and easily as shown in the photo above. It’s okay to just know and use the result, but some might be curious about why it works this way.
Proof
Let’s assume any two-digit number whose ones place is is . Then, the square can be calculated as follows.
■
Explanation
Applying the above result, it’s easy to calculate even when the tens places are not the same.
If the tens place differs by 1, use instead of , and do instead of for the multiplication of the tens place.
■
By now, you might think that it’s also possible to create a formula for when the difference between the tens places is .
Multiplication of two two-digit numbers whose ones place is 5 and the difference in the tens place is
■
For the tens digits, multiply (smaller number) by (larger number + 1), then multiply the result by 100, add 25, and also add 50 times the difference in the tens digits. It may seem complicated, but it’s actually not difficult once you try it. For the case of , since it’s , it would be . There’s no need to memorize the general formula; knowing just the squares or situations where there’s a difference of 1 is enough for application.Examples
Or