Question 655326
  <pre><font face = "Tohoma" size = 3 color = "indigo"><b> 
Hi,
2x - 3y = 6 
if the x is: 0  &#8658;  y = -2   (x,y) Ordered Pair Pt(0,-2) on this Line
if the y is: 0  &#8658;  x = 3      (x,y) Ordered Pair Pt(3,0) on this Line
Plotting points,connecting them and graphing Line 2x - 3y = 6 
{{{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))}}}