You can
put this solution on YOUR website! please help me solve this equation: The sum of two numbers is 8.5, their product is 18. Find the numbers.
----------------------------------------
x+y = 8.5
xy = 18
------------------
Solve using substitution:
x = 8.5-y
---
Substitute into xy = 18:
(8.5-y)y = 18
-y^2 + 8.5y = 18
y^2 - 8.5y + 18 = 0
(y-4.5)(y-4) = 0
---
If y = 4.5, x = 4
If y = 4, x = 4.5
========================
Cheers,
Stan H.