document.write( "Question 43945: find an equation of the perpendicular bisector of line segment AB: A(-9,-3),
\n" );
document.write( "B(1,-7) \n" );
document.write( "
Algebra.Com's Answer #29018 by venugopalramana(3286)![]() ![]() You can put this solution on YOUR website! find an equation of the perpendicular bisector of line segment AB: A(-9,-3), \n" ); document.write( "B(1,-7) \n" ); document.write( "WE CAN USE THE PROPERTY OF PERPENDICULAR BISECTOR(LM SAY) TO SOLVE EASILY.ANY POINT ON IT IS EQUIDISTANT FROM A AND B.IF P (X,Y)IS ANY POINT ON IT,THEN \n" ); document.write( "PA=PB \n" ); document.write( "PA^2=PB^2 \n" ); document.write( "(X+9)^2+(Y+3)^2=(X-1)^2+(Y+7)^2 \n" ); document.write( "X^2+18X+81+Y^2+6Y+9=X^2-2X+1+Y^2+14Y+49 \n" ); document.write( "20X-8Y+40=0 IS THE EQN. OF PERPENDICULAR BISECTOR. \n" ); document.write( " |