document.write( "Question 183192: 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 #137549 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! What is the equation of the perpendicular bisector of the line between the points (2,2) and (6,6)? \n" ); document.write( "------------------ \n" ); document.write( "Find the point. The easiest way (always use the easiest) is to average x and y separately \n" ); document.write( "(2+6)/2 = 4 (x and y in this case) \n" ); document.write( "The mid-point is (4,4) \n" ); document.write( "Now find the slope, m \n" ); document.write( "m = diffy/diffx \n" ); document.write( "m = (6-2)/(6-2) \n" ); document.write( "m = 1 \n" ); document.write( "--------- \n" ); document.write( "The slope of lines perpendicular (there are an infinite number of them) have a slope that's the negative inverse. \n" ); document.write( "m2 = -1 \n" ); document.write( "Then use \n" ); document.write( "y-y1 = m2*(x-x1) where (x1,y1) is (4,4) \n" ); document.write( "y-4 = -1(x-4) \n" ); document.write( "y-4 = -x+4 \n" ); document.write( "x+y = 8 \n" ); document.write( " \n" ); document.write( " |