Roman C. answered 05/09/13
Masters of Education Graduate with Mathematics Expertise
Yes it is.
Say the the endpoints of the segment are (x1, y1) and (x2, y2).
Then the perpendicular bisector goes through the segment's midpoint which is
(xm, ym) where xm = (x1 + x2) / 2 and ym = (y1 + y2) / 2.
The perpendicular bisector's slope is m = (x1 - x2) / (y2 - y1).