You can put this solution on YOUR website! Solve each system by substitution.
{2x+2y=2}
{-4x+4y=12}
-------------
They're better suited for elimination, but
2x+2y=2 --> x + y = 1 --> y = 1-x
-4x+4y=12
Sub for y in the 2nd eqn
-4x + 4(1-x) = 12
-x + 1-x = 3
-2x = 2
x = -1
--------
y = 2