document.write( "Question 473077: using the midpoint formula, find the coordinates of the midpoint of the segment whose endpoints are given:\r
\n" ); document.write( "\n" ); document.write( "1) E(4,-4), F(1,7)
\n" ); document.write( "2) G(2,9), H(-3,6)
\n" ); document.write( "3) I(-8,3), J(3,0)
\n" ); document.write( "

Algebra.Com's Answer #324372 by Tatiana_Stebko(1539)\"\" \"About 
You can put this solution on YOUR website!
the midpoint formula \"x=%28x1%2Bx2%29%2F2\", \"y=%28y1%2By2%29%2F2\"
\n" ); document.write( "1) E(4,-4), F(1,7)
\n" ); document.write( "\"x=%284%2B1%29%2F2=2.5\", \"y=%28-4%2B7%29%2F2=1.5\"
\n" ); document.write( "Point (2.5, 1.5)
\n" ); document.write( "2) G(2,9), H(-3,6)
\n" ); document.write( "\"x=%282%2B%28-3%29%29%2F2=-0.5\", \"y=%289%2B6%29%2F2=7.5\"
\n" ); document.write( "Point (-0.5, 7.5)
\n" ); document.write( "3) I(-8,3), J(3,0)
\n" ); document.write( "\"x=%28-8%2B3%29%2F2=-2.5\", \"y=%283%2B0%29%2F2=1.5\"
\n" ); document.write( "Point (-2.5, 1.5)
\n" ); document.write( "
\n" );