Question 136345
x+2y=-6
2y=-x-6
y=-x/2-6/2
y=-x/2-3
you could set x=0 & solve for y
y=-0/2-3 then you have one point (0,-3)
then you could set y=0 & solve for x
0=-x/2-3
-x/2=3
-x=6
x=-6 then you have another point (-1.5,0)
{{{ graph( 300, 200, -6, 5, -10, 10, -x/2 -3) }}} 
 (graph 300x200 pixels, x from -6 to 5, y from -10 to 10, -x/2 -3).