Question 979911
{{{-2x-3y=-7}}}

to find points, first solve for {{{y}}}

{{{-2x+7=3y}}}

{{{y=-(2/3)x+7/3}}}

find points:

if {{{x=2}}}, then {{{y=-(2/3)*2+7/3}}}=>{{{y=-4/3+7/3}}}=>{{{y=3/3=1}}}
if {{{x=4}}}, then {{{y=-(2/3)*5+7/3}}}=>{{{y=-10/3+7/3}}}=>{{{y=-3/3=-1}}}
if {{{x=0}}}, then {{{y=-(2/3)*0+7/3}}}=>{{{y=7/3}}}=>{{{y=2.3}}}

make a table:

{{{x}}}|{{{y}}} 
{{{2}}}|{{{1}}}
{{{5}}}|{{{-1}}}
{{{0}}}|{{{2.3}}}

plot points and draw a line through


{{{drawing( 600, 600, -10, 10, -10, 10, 
circle(0,2.333333333333333,.12),circle(5,-1,.12),circle(2,1,.12),
locate(0,2.3,p(0,2.3)),locate(5,-1,p(5,-1)),locate(2,1,p(2,1)),
 graph( 600, 600, -10, 10, -10, 10, -(2/3)*x+7/3)) }}}