Question 1155216
<pre><font face = "consolas" color = "indigo" size = 4><b>
Hi  
(-2,3) and (-8, 1)
Midpoint Pt(x,y):  ( {{{(x[1] + x[2])/2}}}, {{{(y[1] + y[2])/2  )}}})
Midpoint: P(-5, 2)
m ={{{(y[1] - y[2])/(x[1] - x[2] )}}}
m =2/6 = 1/3
***Using point-slope form, {{{y - y[1] = highlight_green(m)(x - x[1])}}}
y-2 = -3(x+5) 
y-2 = -3x -15
y = -3x -13
double intercept form
x/(-13/3) + y/-13 = 1
Wish You the Best in your Studies.
{{{drawing(300,300,    -15,15,-15,15,    blue(line(-2,3,-8,1))  ,  
 grid(1),
circle(-2,3,0.4),
circle(-8,1,0.4),
circle(-5,2,0.4),
graph( 300, 300,  -15,15,-15,15,  -3x -13))}}}