Question 387775
  <pre><font size = 3 color = "indigo"><b>
Hi,         
Graphing the line.
  2x + 3y = 9      OR  y = -(2/3)x + 3  
 Pt(0,3) & Pt (4.5, 0) on the line

{{{drawing(300,300, -6, 6, -6, 6, grid(1),
circle(0, 3,0.2),
circle(4.5, 0,0.2),
graph( 300, 300, -6, 6, -6, 6,-(2/3)x + 3  ))}}}