FINDING SQUARES OF NUMBERSS NEAR 50

Posted by Takards on September 03, 2024 with No comments

To find the square of numbers near 50, you can use a few methods:

Direct Calculation:

  • For 49: 492=2401
  • For 50: 502=250050^2 = 2500
  • For 51: 512=260151^2 = 2601

Approximation Using Binomial Expansion:

If you’re looking for a quick approximation and the number is close to 50, use the formula (50+x)2=2500+100x+x2(50 + x)^2 = 2500 + 100x + x^2, where xx is the difference from 50.

  • For 49 (x = -1): (501)2=2500100+1=2401(50 - 1)^2 = 2500 - 100 + 1 = 2401

  • For 51 (x = 1): (50+1)2=2500+100+1=2601(50 + 1)^2 = 2500 + 100 + 1 = 2601

These methods give you precise squares for numbers around 50.

 

0 comments:

Post a Comment