SOLUTION
{x,y} = {1,2}
Step-by-step explanation
y = -3x + 5
// Plug 2 in for variable y in equation
2x - 2•(-3x+5) = -2
8x = 8
// Solve equation for the variable x
8x = 8
x = 1
By now we know this much :
x = 1
y = -3x+5
// Use the x value to solve for y
y = -3(1)+5 = 2