Question 1008126
graph y+2x= -2 
----
Solve for "y":
y = -2x-2
-----
If x = 0, y = -2, giving you point (0,-2)
If x = 2, y = -6, giving you point (2,-6)
----
Plot those two points and draw a line thru them to see the graph.
-----
{{{graph(400,400,-10,10,-10,10,-2x-2)}}}
---------
Cheers,
Stan H.
------------