To square a number ending in 5 quickly, you can use this trick:
- Take the number ending in 5: For example, 25.
- Remove the 5 and note the remaining number: For 25, the remaining number is 2.
- Multiply the remaining number by the number plus one: For 25, multiply 2 by 3 (2 + 1).
- 2×3=6.
- Append 25 to the result: This gives you 625.
So, 252=625.
General Formula: For any number n ending in 5, which can be expressed as 10a+5:
- Compute a×(a+1).
- Append 25 to the result.
For instance:
- To square 45:
- Remove the 5, leaving 4.
- Multiply 4 by 5 (4 + 1): 4×5=20.
- Append 25 to get 2025.
Thus, 452=2025
0 comments:
Post a Comment