document.write( "Question 625382: what is the midpoint of the line segment connecting (2,7) and (-8,15) ? \n" ); document.write( "
Algebra.Com's Answer #393493 by reynard2007(52)\"\" \"About 
You can put this solution on YOUR website!
\r
\n" ); document.write( "\n" ); document.write( "(x1,y1): (2,7)
\n" ); document.write( "(x2,y2): (-8,15)\r
\n" ); document.write( "\n" ); document.write( "Midpoint = (\"%28x1%2Bx2%29%2F2\",\"%28y1%2By2%29%2F2\")
\n" ); document.write( "Midpoint = (\"%282%2B-8%29%2F2\",\"%287%2B15%29%2F2\") = (\"-6%2F2\",\"22%2F2\") = (-3,11)
\n" ); document.write( "
\n" ); document.write( "
\n" );