Question 157498
The line equation is: Y=mX+b WHERE Y&X ARE PLOTTED POINT, m=SLOPE & b=THE Y INTERCEPT (0,b)
-3x - y= -3
-Y=3X-3
Y=-3X+3 (RED LINE)
2x + y= 2
Y=-2X+2 (GREEN LINE)
{{{ graph( 300, 200, -6, 5, -10, 10, -3x +3, -2x +2) }}} (graph 300x200 pixels, x from -6 to 5, y from -10 to 10, of TWO functions -3x +3 and -2x +2). 
Solution:(1,0)