document.write( "Question 184086: Find an equation y = m x + b of the perpendicular bisector of the line segment joining the points A(3,5) and B(9,-1).
\n" );
document.write( "The slope m is
\n" );
document.write( "The constant b is \n" );
document.write( "
Algebra.Com's Answer #138160 by ankor@dixie-net.com(22740)![]() ![]() You can put this solution on YOUR website! Find an equation y = mx + b of the perpendicular bisector of the line segment joining the points A(3,5) and B(9,-1). \n" ); document.write( "; \n" ); document.write( "Find the slope of the line given by the above coordinates; m = \n" ); document.write( "Assign the points as follows: \n" ); document.write( "x1=3; y1=5 \n" ); document.write( "x2=9; y2=-1 \n" ); document.write( "m1 = \n" ); document.write( ": \n" ); document.write( "Find the slope of the perpendicular line (m2) \n" ); document.write( "m1*m2 = -1 \n" ); document.write( "-1*m2 = -1 \n" ); document.write( "m2 = \n" ); document.write( "m2 = +1 is the slope of the perpendicular line \n" ); document.write( ": \n" ); document.write( "Find the mid-point of the line mp = \n" ); document.write( "mp = \n" ); document.write( "mid point: x=6 y=2, (we know lines intersect at this point) \n" ); document.write( ": \n" ); document.write( "Find the perpendicular line using the point/slope equation y - y1 = m(x-x1) \n" ); document.write( "and the intersection coordinates: \n" ); document.write( "y - 2 = +1(x - 6) \n" ); document.write( "y - 2 = x - 6 \n" ); document.write( "y = x - 6 + 2 \n" ); document.write( "y = x - 4; is the perpendicular line \n" ); document.write( ": \n" ); document.write( "The slope m is 1 \n" ); document.write( "The constant b is -4 \n" ); document.write( " |