All topics

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 (50±k)(50 \pm k). The square is given by (50±k)2=2500±100k+k2=100(25±k)+k2(50 \pm k)^2 = 2500 \pm 100k + k^2 = 100(25 \pm k) + k^2.

Procedure:

  • Last two digits: Square the difference between the number and 50 (k2k^2).
  • Preceding digits: Add or subtract this difference (kk) from 25. Add if the number is greater than 50, subtract if it's less.

For example, 46246^2: k=5046=4k = 50-46 = 4. Last two digits: 42=164^2=16. Preceding digits: 254=2125-4=21. Result: 2116.
For example, 57257^2: k=5750=7k = 57-50 = 7. Last two digits: 72=497^2=49. Preceding digits: 25+7=3225+7=32. Result: 3249.

Practise this