Question 404975
  <pre><font size = 3 color = "indigo"><b>
Hi
graph the line containing the given pair of points and find the slope
Using the point-slope formula, {{{m =(y[2] - y[1])/(x[2] - x[1])}}}
(-5,5), 
(0,1)   m = (5-1) /(-5-0) = -4/5
 y = (-4/5)x + b  |Using ordered pair Pt(0,1) to find b
 1 = 0 + b
 1 = b    |  y = (-4/5)x + 1
{{{drawing(300,300, -6, 6, -6, 6, grid(1),
circle(0, 1,0.3),
circle(-5, 5,0.3),
graph( 300, 300, -6, 6, -6, 6,0,-.8x+1))}}}