Question 1160443
Use the distance formula to find an equation of the perpendicular bisector of the line segment between the points (4,3) and (-2,5)
----------------
Find the midpoint
It's the average of x & y separately
x: (4-2)/2 = 1
y: (3+5)/2 = 4
-----
The MP is (1,4)
======================
Find the slope of the line thru the 2 points:
slope = diffy/diffx = (5-3)/(-2-4) = -1/3
The slope, m, of lines perpendicular is the negative inverse.  m = 3
----------------
Use y - y1 = m*(x - x1) where (x1,y1) is the Midpoint.
y-4 = 3*(x-1)
==============================
I don't see how the distance formula is involved.