Squaring a 2-digit number ending in 1
- Take a 2-digit number ending in 1.
- Subtract 1 from the number.
- Square the difference.
- Add the difference twice to its square.
- Add 1.
Example:
- If the number is 61, subtract 1: 61 - 1 = 60.
- 60 × 60 = 3600 (square the difference).
- 3600 + 60 + 60 = 3720 (add the difference twice to its square).
- 3720 + 1 = 3721 (add 1).
- So 61 × 61 = 3721.
Here's another:
1. For 81 × 81, subtract 1: 81 - 1 = 80. 2. 80 × 80 = 6400 (square the difference). 3. 6400 + 80 + 80 = 6560 (add the difference twice to its square). 4. 6560 + 1 = 6561 (add 1) 5. So 81 × 81 = 6561.
No comments:
Post a Comment