document.write( "Question 262830: Find an equation of the perpendicular bisector of the lina segment AB;A(2,1)B(-2,3) \n" ); document.write( "
Algebra.Com's Answer #193601 by Alan3354(69443)![]() ![]() You can put this solution on YOUR website! Find an equation of the perpendicular bisector of the lina segment AB; \n" ); document.write( "A(2,1)B(-2,3) \n" ); document.write( "--------- \n" ); document.write( "Find the midpoint by getting the averages of x and y separately. \n" ); document.write( "x: (2-2)/2 = 0 \n" ); document.write( "y: (1+3)/2 = 2 \n" ); document.write( "M is (0,2) \n" ); document.write( "---------- \n" ); document.write( "Find the slope, m, of AB \n" ); document.write( "m = diffy/diffx = (3-1)/(-2-2) \n" ); document.write( "m = -1/2 \n" ); document.write( "--------- \n" ); document.write( "The slope of lines perpendicular is the negative inverse, = +2 \n" ); document.write( "----------- \n" ); document.write( "Use y = mx + b and the point M to find b \n" ); document.write( "2 = 2*0 + b \n" ); document.write( "b = 2 \n" ); document.write( "--------------- \n" ); document.write( "--> y = 2x + 2 \n" ); document.write( " \n" ); document.write( " |