Write the equation of the line that is equidistant from the points (4, 2) and (-4, 3).
distance (x, y) to (-4, 3) = distance (x, y) to (4, 2)
----------------------------------------------------------
sqrt( [(x) - (-4)]^2 + [(3) - (y)]^2 ) = sqrt( [(4) - (x)]^2 + [(2) - (y)]^2 )
(x + 4)^2 + (3 - y)^2 = (4 - x)^2 + (2 - y)^2
x^2 + 16x + 16 + 9 - 6y + y^2 = 16 - 8x + x^2 + 4 - 4y + y^2
16x + 16 + 9 - 6y = 16 - 8x + 4 - 4y
24x + 10y - 5 = 0
y = - 12/5x + 5/10
distance (x, y) to (-4, 3) = distance (x, y) to (4, 2)
----------------------------------------------------------
sqrt( [(x) - (-4)]^2 + [(3) - (y)]^2 ) = sqrt( [(4) - (x)]^2 + [(2) - (y)]^2 )
(x + 4)^2 + (3 - y)^2 = (4 - x)^2 + (2 - y)^2
x^2 + 16x + 16 + 9 - 6y + y^2 = 16 - 8x + x^2 + 4 - 4y + y^2
16x + 16 + 9 - 6y = 16 - 8x + 4 - 4y
24x + 10y - 5 = 0
y = - 12/5x + 5/10