document.write( "Question 45336: Find the midpoint of the segment that joins them.
\n" );
document.write( "(2,-1), (4,3) \n" );
document.write( "
Algebra.Com's Answer #30076 by Nate(3500) ![]() You can put this solution on YOUR website! M = ((x2 + x1)/2 , (y2 + y1)/2) \n" ); document.write( "M = ((2 + 4)/2 , (-1 + 3)/2) \n" ); document.write( "M = (3 , 1) \n" ); document.write( " |