Question 1127375
to graph this linear equation  {{{-x-7y=6}}}}, make table, choose two values for {{{x}}}, calculate {{{y}}}, plot points and draw a line through

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

{{{1}}}|{{{-1}}}->{{{-1-7y=6}}}->{{{-7y=6+1}}}->{{{-7y=7}}}->{{{y=7/-7}}}->{{{y=-1}}}
{{{8}}}|{{{-2}}}->{{{-8-7y=6}}}->{{{-7y=6+8}}}->{{{-7y=14}}}->{{{y=14/-7}}}->{{{y=-2}}}


{{{drawing( 600, 600, -10, 10, -10, 10,
circle(1,-1,.12),circle(8,-2,.12),
locate(1,-1,p(1,-1)),locate(8,-2,p(8,-2)),
 graph( 600, 600, -10, 10, -10, 10, -(1/7)x - 6/7)) }}}