document.write( "Question 273300: Find the midpoint of the segment with endpoints (7,6) and (5, -2)
\n" ); document.write( "
\n" ); document.write( "

Algebra.Com's Answer #199723 by scott8148(6628)\"\" \"About 
You can put this solution on YOUR website!
the midpoint is the averages of the x and y coordinates\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "(7 + 5) / 2 = 6\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "(6 - 2) / 2 = 2\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "midpoint is (6, 2)
\n" ); document.write( "
\n" );