Question 1206125

{{{y=-3x-1}}}

to graph it, you need two points that lie on that line

make a table:

{{{x}}}|{{{y}}}
{{{0}}}|{{{-1}}}....{{{y=-3*0-1=-1}}}
{{{-1/3}}}|{{{0}}}....{{{0=-3x-1}}}=>{{{3x=-1}}}=>{{{x=-1/3}}}

plot these points and draw a line through


{{{ drawing( 600, 600, -10, 10, -10, 10,
circle(0,-1,.126), circle(-1/3,0,.126),
graph( 600, 600, -10, 10, -10, 10, -3x-1)) }}}