You can put this solution on YOUR website! The sum of two numbers is 25 and their difference is 7. Find the numbers using system of equations.
---------------
Equations:
x + y = 25
x - y = 7
--------------
Add to get:
2x = 32
x = 16
------
Since x+y = 25, y = 25-16 = 9
==================================
Cheers,
Stan H.
=====================