Question 899046
 <pre><font face = "Tohoma" size = 3 color = "indigo"><b> 
Hi
(-2,-3) and 
 (4,-5)  m = 2/-6 = -1/3
**Using point-slope form, {{{y - y[1] = m(x - x[1])}}} (-2,-3)
y + 3 = -1/3(x+2)
  y = (-1/3)x - 11/3 OR  x + 3y = -11 (in Standard form)
{{{drawing(300,300,   -6, 6, -6, 6, grid(1), 
circle(-2, -3,0.2),
circle(4, -5,0.2),
graph( 300, 300, -6, 6, -6, 6,0,(-1/3)x - 11/3 ) )}}}