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

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