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 #30077 by tutorcecilia(2152) You can put this solution on YOUR website! Midpoint = [(x1+x2)/2 , (y1+y2)/2] [Use the midpoint formula] \n" ); document.write( "Midpoint = [(2+4)/2, (-1+3)/2)] [Plug-in the values] \n" ); document.write( "Midpoint = [(6/2), (2/2)] [Simplify] \n" ); document.write( "Midpoint = (3, 1) [The answer] \n" ); document.write( " |