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) 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 = \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( " |