document.write( "Question 384175: What is the coordinates of the midpoint of the segment whose endpoints are H(8, 2) and K(6, 10)? \n" ); document.write( "
Algebra.Com's Answer #271963 by rfer(16322)\"\" \"About 
You can put this solution on YOUR website!
(x1+x2)/2,(y1+y2)/2
\n" ); document.write( "(8+6)/2,(2+10)/2
\n" ); document.write( "(7,6)
\n" ); document.write( "
\n" );