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

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