You can
put this solution on YOUR website!The difference between two positive numbers is 4. If twice the square of the larger number is added to three times the smaller number ,the sum is 53.What is the steps to the solution?
-------
EQUATIONS:
x - y = 4
2x^2 + 3y = 53
-----------------------
Substitute y = x-4 into the 2nd equation to solve for "x":
2x^2 + 3(x-4) = 53
2x^2 + 3x - 65 = 0
---
x = [-3 +- sqrt(9 - 4*2*-65)]/4
x = [-3 +- 23]/4
x = [-3 +23]/4 = 5
Then y = x+4 = 9
======================
Cheers,
Stan H.
You can
put this solution on YOUR website!The difference between two positive numbers is 4. If twice the square of the larger number is added to three times the smaller number ,the sum is 53.What is the steps to the solution?
-------
EQUATIONS:
x - y = 4
2x^2 + 3y = 53
-----------------------
Sub y = x-4 into the 2nd eqn
2x^2 + 3(x-4) = 53
2x^2 + 3x - 65 = 0
---
x = 5, x = -6.5
Only the positive is asked for, so ignore the -6.5
x = 5
y = 9