You can put this solution on YOUR website! Solve the systems of equations
x/5+y/5=1
x/3-y/3=1
--------------
Modify:
x + y = 5
x - y = 3
----
Add and solve for "x";
2x = 8
x = 4
---
Solve for "y":
x + y = 5
4 + y = 5
y = 1
---------------
Cheers,
Stan H.