document.write( "Question 336380: coordinates of the midpoint of a segment having the endpoints A(8,4) and B(12,2) \n" ); document.write( "
Algebra.Com's Answer #241155 by user_dude2008(1862)\"\" \"About 
You can put this solution on YOUR website!
Midpoint ( (8+12)/2, (4+2)/2 ) = (20/2, 6/2) = (10, 3) \n" ); document.write( "
\n" );