Question 649426
  <pre><font face = "Tohoma" size = 3 color = "indigo"><b> 
Hi,
-2x-3y=1-6 0r  2x + 3y = 5 {{{y = (-2/3)x + 5/3}}}  slope m = -2/3
Finding the y-intercept  ({{{highlight(0)}}}, _)  
2·{{{highlight(0)}}}+ 3y = 5
      y = 5/3    || the y-intercept  ({{{highlight(0)}}}, 5/3) 

Finding the x-intercept  ( _, {{{highlight(0)}}})   
 2x + 3· {{{highlight(0)}}} = 5
     x = 5/2     ||   the x-intercept is (2.5 , {{{highlight(0)}}}) 
Plot (0,5/3) and (2,0) and connect with a Line {{{y = (-2/3)x + 5/3}}} 
{{{drawing(300,300,   -10, 6, -6, 6, grid(1),
circle(0, 5/3,0.3),
circle(2.5,0,.3),
graph( 300, 300, -10, 6, -6, 6,0, (-2/3)x + 5/3))}}}