document.write( "Question 1069588: Find the midpoint of the line segment joining the points P1 and P2.
\n" );
document.write( "P1 = (-1, 6); P2 = (-5, 3) \n" );
document.write( "
Algebra.Com's Answer #684775 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Find the midpoint of the line segment joining the points P1 and P2. \n" ); document.write( "P1 = (-1, 6); P2 = (-5, 3) \n" ); document.write( "--------------- \n" ); document.write( "Let the midpoint be (x,y) \n" ); document.write( "x = (-1-5)/2 = -6/2 = -3 \n" ); document.write( "y = (6+3)/2 = 9/2 = 4.5 \n" ); document.write( "--------------- \n" ); document.write( "Ans:: (-3,4.5) \n" ); document.write( "------------ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "----------- \n" ); document.write( " |