document.write( "Question 41060This question is from textbook Algebra and Trigonometry
\n" ); document.write( ": What is the equation of the perpendicular bisector of the line between the points (2,2)and (6,6)? \n" ); document.write( "
Algebra.Com's Answer #26496 by fractalier(6550)\"\" \"About 
You can put this solution on YOUR website!
The slope between these points is
\n" ); document.write( "m = (6-2) / (6-2) = 1
\n" ); document.write( "The perpendicular line has a slope of -1 and goes thru the midpoint (4,4), so we use the point-slope form and get
\n" ); document.write( "y - y1 = m(x - x1)
\n" ); document.write( "y - 4 = -(x - 4)
\n" ); document.write( "y = -x + 8
\n" ); document.write( "
\n" );