document.write( "Question 509708: how do you find the midpoint of a line with the endpionts of (-8,7) (-2,8) \n" ); document.write( "
Algebra.Com's Answer #341561 by mananth(16949)\"\" \"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( "
\n" ); document.write( "M = \"%28x1%2Bx2%29%2F2%09%09%09\" \"%09%28y1%2By2%29%2F2\"
\n" ); document.write( "x= ( -8 -2 )/ 2 y= ( 7 -2 )/ 2
\n" ); document.write( "x= -5 ,y= 2.5
\n" ); document.write( "
\n" ); document.write( "
\n" );