Question 387615
  <pre><font size = 3 color = "indigo"><b>
Hi
slope -3/7 and y intercept (0,-5)
Using the standard slope-intercept form for an equation of a line y = mx + b  
where m is the slope and b the y-intercept.  
  y = (-3/7)x - 5 
Ordered pairs (x,y) that are points on this line:  Pt(0,-5), Pt(7,-8) and Pt(-7,-2)
Graphing
{{{drawing(300,300, -10,10,-10,10,
 grid(1),
circle(-7, -2,0.4),
circle(0, -5,0.4),
circle(7, -8,0.4),

graph( 300, 300, -10,10,-10,10,(-3/7)x - 5 
))}}}