You can put this solution on YOUR website! The sum of two numbers is 200 and their difference is 66. What are the numbers?
---------------
Equations:
x + y = 200
x - y = 66
--------------
Add and solve for "x"::
2x = 266
x = 133
------
Solve for "y"::
x + y = 200
133 + y = 200
y = 67
---------------
Cheers,
Stan H.
-----------