Question 331849
Y=mX+b
This is the line equation where m=the slope & b=the y intercept.
You find the x intercept by setting y=0 & solving the equaytion for x
3X-6Y=6
-6Y=-3X+6
Y=-3X/-6+6/-6
Y=X/2-1 THIS IS THE LINE EQUATION.
---------------
0=X/2-1
X/2=1 CROSS MULTIPLY.
X=2 (2,0) IS THE X INTERCEPT.
b=(0,-1) IS THE Y INTERCEPT. 
THE LINE IS:
{{{ graph( 300, 300, -6, 5, -6, 5, x/2 -1) }}} (graph 300x300 pixels, x from -6 to 5, y from -6 to 5, x/2 -1).