SOLUTION: Two natural numbers differ by two units and the sum of thier sqaures is 580. What are these numbers?

Algebra ->  Customizable Word Problem Solvers  -> Misc -> SOLUTION: Two natural numbers differ by two units and the sum of thier sqaures is 580. What are these numbers?      Log On

Ad: Over 600 Algebra Word Problems at edhelper.com


   



Question 921256: Two natural numbers differ by two units and the sum of thier sqaures is 580. What are these numbers?
Found 2 solutions by stanbon, ewatrrr:
Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
Two natural numbers differ by two units and the sum of thier sqaures is 580. What are these numbers?
-----------------------
Equations:
x - y = 2
x^2 + y^2 = 580
----------------------
Substitute for "x" and solve for "y";;
(y+2)^2 + y^2 = 580
y^ + 4y + 4 + y^2 = 580
y^2 + 2y + 2 = 290
y^2 + y - 288 = 0
y = 16
----
Therefore, x = 18
----------------------
Cheers,
Stan H.
======================

Answer by ewatrrr(24785) About Me  (Show Source):
You can put this solution on YOUR website!
x^2 + (x-2)^2 = 580
2x^2 - 4x + 4 - 580 = 0
x^2 - 2x -288 = 0
(x - 18)(x+16) = 0
x = -16, 18