The difference of squares of two numbers is 180. The square of the smaller number is 8 times the larger number. Find the two numbers.

+1 vote
317 views
asked Apr 25, 2017 in Mathematics by sforrest072 (157,439 points) 60 409 933

1 Answer

0 votes
answered May 8, 2017 by sarthaks (25,122 points) 9 24 36

Let the larger number = x

Then the square of the smaller number = 8 times the larger number = 8x

and the square of the larger number = x2

According to the question,

  x2 - 8x = 180

  =>  x2 - 8x - 180 = 0

  =>  x2 - 18x + 10x - 180 = 0

  =>  x(x - 18) + 10(x - 18) = 0

  =>  (x - 18) (x + 10)  = 0

  =>  x - 18 = 0  or x + 10 = 0

  =>  x = 18  or x = -10

Thus, the larger number = 18 or -10

Then, the square of the smaller number  = 8(18)  or     8(-10)

  = 144       or     -80

The square of a number can't be negative, so, the square of smaller number = 144

Hence, the smaller number = sqrt(144) = 12

The numbers are 12 and 18

...