You can put this solution on YOUR website! 2x - 2y = 6....1
x + y = 7......2
Adjust Eq(2)
x + y = 7
x = 7 - y
Substitute 7 - y for x
in Eq (1)
2x - 2y = 6
2(7 - y) - 2y = 6
14 - 2y - 2y = 6
-4y = 6 - 14
-4y = -8
y = 2
Substitute y = 2 into
Eq(2)
x + y = 7
x + 2 = 7
x = 7 - 2
x = 5
{5, 2}
Hope this helps.
:-)