Question 282170
Y=mX+b
This is the line equation where m=slope & b=the Y intercept.
2x+y=2
y=-2x+2 here you have a slope=2 & a Y intercept=+2.
{{{ graph( 200, 200, -6, 5, -6, 5, -2x +2) }}} (graph 200x200 pixels, x from -6 to 5, y from -6 to 5, -2x +2).