s1.2.9
Squares from 41-59
1,000 questions1 starred · within 5% counts
There is a quick trick for squaring numbers from 41 to 59. This method uses 50 as a base. Let the number be . The square is given by .
Procedure:
- Last two digits: Square the difference between the number and 50 ().
- Preceding digits: Add or subtract this difference () from 25. Add if the number is greater than 50, subtract if it's less.
For example, : . Last two digits: . Preceding digits: . Result: 2116.
For example, : . Last two digits: . Preceding digits: . Result: 3249.