Question 624473
  <pre><font face = "Tohoma" size = 3 color = "indigo"><b> 
Hi,
how do i graph this?   
I. find 2 points (x,y) on this line 
II. Plot points on graph
III. then connect those points with a line
2x - 3y = 6 
x = 0  &#8658; {{{2*0 - 3y = 6 }}}  Pt(0, -2) on this Line
y = 0  &#8658; {{{2x - 3*0 = 6 }}}  Pt(3, 0) on this Line
Plotting these points and connecting with a line
{{{drawing(300,300,   -6, 6, -6, 6,   grid(1),
circle(0, -2,0.3),
circle(3, 0,0.3),
graph( 300, 300, -6, 6, -6, 6,0, (2/3)x - 2))}}}