Question 1158777
Graphing equations in slope form, 

{{{-3x+y=6}}}

{{{y=3x+6}}}

to graph it you need two points, and easiest way is to find {{{x}}} and {{{y}}} intercepts

set {{{y=0}}} and find {{{x}}}-intercept

{{{0=3x+6}}}

{{{-6=3x}}}

{{{x=-2}}}


set {{{x=0}}} and find {{{y}}}-intercept

{{{y=3*0+6}}}

{{{y=6}}}

make table

{{{x}}}|{{{y}}} 

{{{0}}}|{{{6}}} 

{{{-2}}}|{{{0}}} 

plot the points and draw a line through


{{{drawing( 600, 600, -10, 10, -10, 10,
circle(-2,0,.13),circle(0,6,.13),
 graph( 600, 600, -10, 10, -10, 10, 3x+6)) }}}