|
Question 537214: Two numbers have a difference of 3.The sum of their square is 89.Find the number.
Found 2 solutions by lmeeks54, stanbon: Answer by lmeeks54(111) (Show Source):
You can put this solution on YOUR website! You have two unknowns and two equations. Easily solved.
...
Let x = the 1st number
Let y = the 2nd number
...
x = y - 3
x^2 + y^2 = 89
...
In a system of two equations with two unknowns, we normally rewrite one of the equations so that one of the unknowns (variables) is expressed in terms of the other. But we already have that with our 1st equation. The 2nd step is to substitute that equality into the 2nd equation:
...
So, plug x = y - 3 into:
x^2 + y^2 = 89
(y - 3)^2 + y^2 = 89
...
expand the (y - 3)^2 term to rewrite the whole equation:
y^2 - 6y + 9 + y^2 = 89
...
simplify like terms and subtract 89 from both sides so we end up with a quadratic equation in standard form to solve:
2y^2 - 6y - 80 = 0
...
divide both sides by 2 to simplify further:
y^2 - 3y - 40 = 0
...
factor the quadratic equation above to solve:
(y + 5) (y - 8) = 0
...
y = -5 or y = 8 are possible solutions to this equation.
...
we still need to calculate x and then check our work. Recall our 1st equation:
x = y - 3
...
x = -5 - 3
x = -8, therefore:
x = -8, y = -5
...
or:
x = 8 - 3,
x = 5, therefore:
x = 5, y = 8
...
It turns out both solutions work:
...
-8^2 + -5^2 = 89
64 + 25 = 89
89 = 89 checks
...
5^2 + 8^2 = 89
25 + 64 = 89
89 = 89 checks
...
We have two solutions sets:
x = -8, y = -5
OR
x = 5 y = 8
...
cheers,
Lee
Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! Two numbers have a difference of 3.The sum of their square is 89.
Find the numbers.
-----
Equatiions:
x -y = 3
x^2 + y^2 = 89
-----
x = y + 3
---
Substitute and solve for "y":
(y+3)^2 + y^2 = 89
y^2+6y+9 + y^2 = 89
----
2y^2 + 6y -80 = 0
y^2 + 3y - 40 = 0
Factor:
y^2+8y-5y-40 = 0
y(y+8)-5(y+8) = 0
(y+8)(y-5)= 0
---
y = 5 or y = -8
----
Solve for "x":
x-y = 3
If x = 5, y = 2
If x = -8, y = -11
---------------------------
Checking (5,2)
x -y = 3
ok
---
x^2 + y^2 = 89
5^2+2^2 = 89
false
---------
Checking (-8,-11)
x-y = 3
-8--11 = 3
ok
---
x^2+y^2 = 89
64+121 = 89
false
==================
Cheers,
Stan H.
==================
|
|
|
| |