document.write( "Question 606492: Determine the midpoint of the line segment\r
\n" );
document.write( "\n" );
document.write( "(4,3) and (6,15) \n" );
document.write( "
Algebra.Com's Answer #802860 by CubeyThePenguin(3113)![]() ![]() You can put this solution on YOUR website! midpoint = ((4+6)/2, (3+15)/2) = (5, 9) \n" ); document.write( " |