document.write( "Question 725906: Find the midpoint between the points (1, -7) and (-5, -3) \n" ); document.write( "
Algebra.Com's Answer #444387 by mananth(16946)![]() ![]() You can put this solution on YOUR website! (1, -7) and (-5, -3)\r \n" ); document.write( "\n" ); document.write( "if (x1,y1) & (x2,y2) are the points then co ordinates of mid point are \n" ); document.write( "x=(x1+x2)/2 , y=(y1+y2)/2\r \n" ); document.write( "\n" ); document.write( "(1-5)/2 = -4/2 =-2\r \n" ); document.write( "\n" ); document.write( "(-7-3)/2= -10/2=-5\r \n" ); document.write( "\n" ); document.write( "(-2,-5) co ordinates of mid point \n" ); document.write( " |