SOLUTION: One number is 3 more than another. The difference between their squares is 51. What are the numbers?

Algebra ->  Customizable Word Problem Solvers  -> Numbers -> SOLUTION: One number is 3 more than another. The difference between their squares is 51. What are the numbers?      Log On

Ad: Over 600 Algebra Word Problems at edhelper.com


   



Question 1008696: One number is 3 more than another. The difference between their squares is 51. What are the numbers?
Found 2 solutions by stanbon, fractalier:
Answer by stanbon(75887) About Me  (Show Source):
You can put this solution on YOUR website!
One number is 3 more than another. The difference between their squares is 51. What are the numbers?
------
Equations:
x = y + 3
x^2 - y^2 = 51
-------
Substitute for "x" and solve for "y"::
(y+3)^2 - y^2 = 51
-------
y^2+6y+9 - y^2 = 51
6y+9 = 51
6y = 60
y = 10
-----
solve for "x"::
x = y + 3
x = 13
------------
Cheers,
Stan H.
----------

Answer by fractalier(6550) About Me  (Show Source):
You can put this solution on YOUR website!
Call the numbers x and y. Thus we have
x = y + 3 and
x^2 - y^2 = 51
Now substitute and get
(y+3)^2 - y^2 = 51
y^2 + 6y + 9 - y^2 = 51
6y + 9 = 51
6y = 42
y = 7
x = 10