Question 1086086


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

table:
to graph a line  all you need is to find two points; so,choose {{{x=0}}} and find {{{y}}}, then choose {{{y=0}}} and find {{{x}}}

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

{{{0}}}|{{{1}}}...{{{y=-6*0+1}}}->{{{y=1}}}

{{{1/6}}}|{{{0}}}...{{{0=-6x+1}}}->{{{6x=1}}}->{{{x=1/6}}}

now plot these points and draw a line through


{{{drawing( 600, 600, -10, 10, -10, 10,
circle(0,1,.12),circle(1/6,0,.12),
locate(0,1,p(0,1)),locate(1/6,0,p(1/6,0)),
 graph( 600, 600, -10, 10, -10, 10, -6x+1)) }}}