Question 933458
if you have:
{{{g(x)=-3-1}}}
{{{g(x)=-4}}} 

{{{ graph( 400, 400, -10, 10, -10, 10, -4,-4) }}}

in case you have:

{{{g(x)=-3x-1}}}

{{{x}}}|{{{g(x)}}}

{{{0}}}|{{{-1}}}....{{{g(x)=-3*0-1=-1}}}

{{{-1}}}|{{{2}}}....{{{g(x)=-3*(-1)-1=3-1=2}}}


{{{drawing( 400, 400, -10, 10, -10, 10,circle(0,-1,.13),locate(0,-1,p(0,-1)),circle(-1,2,.13),locate(-1,2,p(-1,2)), graph( 400, 400, -10, 10, -10, 10, -3x-1)) }}}