document.write( "Question 447253: Find the midpoint of the segment with the end points (6,-9) and (-2,7) \n" ); document.write( "
Algebra.Com's Answer #307929 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
If the coordinates of A and B are ( x1, y1) and ( x2, y2) respectively, then the midpoint, M, of AB is given by the following formula
\n" ); document.write( "(6,-9) (-2,7)
\n" ); document.write( "M =\"%28x1%2Bx2%29%2F2\"\"%28y1%2By2%29%2F2\"
\n" ); document.write( "x=(6-2)/2,y=(-9 +7)/2
\n" ); document.write( "x= 2,y= -1
\n" ); document.write( "Mid point =(2,-1)
\n" ); document.write( "
\n" ); document.write( "
\n" ); document.write( "
\n" );