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

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