document.write( "Question 431339: how do u find the midpoint of the line segment of (10,-10),(9,-9)?
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #299385 by mananth(16946)![]() ![]() 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( "(10,-10 )(9,-9) \n" ); document.write( "M = \n" ); document.write( "x= (10+ 9)/2 y=(-10+9)/2 \n" ); document.write( "x= 9.5 y= -0.5 \n" ); document.write( " \n" ); document.write( " |