Question 953539: Please help!
The difference of two positive numbers is 2 and the sum of their squares is 74. Find the numbers Found 2 solutions by Alan3354, stanbon:Answer by Alan3354(69443) (Show Source):
You can put this solution on YOUR website! The difference of two positive numbers is 2 and the sum of their squares is 74. Find the numbers
===================
x - y = 2 --> y = x - 2
x^2 + y^2 = 74
Sub for y in the 2nd eqn and solve for x, etc
x^2 + (x-2)^2 = 74
==========================
Or, since 74 is not a big number, search for it.
--------------
1^2 + 3^2 = 10 NG
2^2 + 4^2 = 20 NG
.
.
.
5^2 + 7^2 = 74
----
Was that hard?
You can put this solution on YOUR website! The difference of two positive numbers is 2 and the sum of their squares is 74. Find the numbers
----
x^2 + y^2 = 74
x - y = 2
------
Solve for "x"::
x = y+2
------
Substitute and solve for "y"::
(y+2)^2 + y^2 = 74
----
y^2 + 4y + 4 + y^2 = 74
2y^2 + 4y + 4 = 74
----
Modify::
y^2 + 2y - 35 = 0
(y+7)(y-5) = 0
----
Positive solution:
y = 5
x = y+2 = 7
--------------
Cheers,
Stan H.
----------------