Question 247795: two numbers add up 20 when plusd and 96 when multiplied find the two numbers Found 2 solutions by solver91311, stanbon:Answer by solver91311(24713) (Show Source):
You can put this solution on YOUR website! two numbers add up 20 when plused and 96 when multiplied find the two numbers
-------------
x + y = 20
xy = 96
---------------
x = 20-y
Substitute into xy=96 to solve for "y":
(20-y)y = 96
-y^2 + 20y = 96
--------------------
Rearrange:
y^2 - 20y + 96 = 0
---
y = [20 +- sqrt(400 - 4*!*96)]/2
---
y = [20 +- sqrt(16)}/2
y = [20 +- 4]/2
y = (20+4]/2 = 12 or y = (20-4)/2 = 8
-----
Find the true solution(s):
If y = 12, x = 8 and the product is 96
If y = 8, x = 12 and the product is 96
-------------
Cheers,
Stan H.