Question 635700
  <pre><font face = "Tohoma" size = 3 color = "indigo"><b> 
Hi,
-5x+9y= -45     or  y = (5/9)x - 5
Finding the y-intercept  ({{{highlight(0)}}}, _)  
{{{highlight(0)}}} + 9y = -45 
      y = -5    || the y-intercept  ({{{highlight(0)}}}, -5) 

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