Question 211397: if 6 is added to a number and then subtracted from the same number, the product of the sum and the difference is 189. What is the number?
You can put this solution on YOUR website! if 6 is added to a number and then subtracted from the same number, the product of the sum and the difference is 189. What is the number?
-------------
The quick and easy way:
189 + 6^2 = 225
225 is the square of the original number - sqrt(225) = ±15
9*21 = 189
-----------
The hard way:
(n-6)*(n+6) = 189
n^2 - 36 = 189
n^2 = 225
n = 15 (and -15)
Not much difference in the 2 methods