document.write( "Question 50967: Find the coordinates of the midpoint of a segment with the given endpoints.
\n" ); document.write( "A(6,-4), B(1,8)
\n" ); document.write( "

Algebra.Com's Answer #33980 by tutorcecilia(2152)\"\" \"About 
You can put this solution on YOUR website!
[(x1+x2)/2 , (y1+y2)/2] [Use the midpoint formula]
\n" ); document.write( "[(6+1)/2, (-4+8)/2]
\n" ); document.write( "(7/2, 4/2] [Reduce wherever necessary]
\n" ); document.write( "(7/2, 2)
\n" ); document.write( "
\n" ); document.write( "
\n" );