Question 471170
  <pre><font face = "Tohoma" size = 4 color = "indigo"><b> 
Hi,
 y = (-2/5)x - 4
 y = (-2/5)*-5 - 4 = -2  (-5,-2)
 y = (-2/5)*0 - 4 = -4  (0,-4)
 y = (-2/5)*5- 4 = -6   (5,-6)
{{{drawing(300,300,   -10,10,-10,10, grid(1),
circle(-5, -2,0.4),
circle(0, -4,0.4),
circle(5, -6,0.4),
graph( 300, 300, -10,10,-10,10,0,(-2/5)x - 4))}}}