document.write( "Question 1027644: The line,L10,passes through the points A(-3,-2) and B (3,-8) Find the mid-point of AB \n" ); document.write( "
Algebra.Com's Answer #642893 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( "( -3 , -2 ) ( 3 , -8 ) \n" ); document.write( "M(x,y) = \n" ); document.write( "x= ( -3 + 3 )/ 2 y= ( -2 -8 )/ 2 \n" ); document.write( "x= 0 ,y= -5 (0,-5) \n" ); document.write( " \n" ); document.write( " |