Question 621381
  <pre><font face = "Tohoma" size = 3 color = "indigo"><b> 
Hi,
Which of the following lines is equidistant fro the points 
(3,8) and 
(9,6)   m = 2/-6 = -1/3   and y = (-1/3)x + 9
any line parallel to above line would be equidistant from these points.  
D.  y = (-1/3)x would be, same slopes m = (-1/3)
{{{drawing(300,300,   -10,10,-10,10, 
 grid(1),
circle(3,8,0.4),
circle(9, 6,0.4),
graph( 300, 300, -10,10,-10,10,0,-x/3,-x/3+9))}}}