document.write( "Question 333962: Find the coordinates of the midpoint of the two given points.
\n" );
document.write( "(4, 8) and (3, 18) \n" );
document.write( "
Algebra.Com's Answer #239294 by checkley77(12844) ![]() You can put this solution on YOUR website! (4-3)/2=1/2=.5 \n" ); document.write( "4-.5=3.5 \n" ); document.write( "3+.5=3.5 IS THE X MID POINT. \n" ); document.write( "(18-8)/2=10/2=5 \n" ); document.write( "------------------ \n" ); document.write( "18-5=13 \n" ); document.write( "8+5=13 IS THE Y MID POINT. \n" ); document.write( "----------------- \n" ); document.write( "(3.5,13) ANS. \n" ); document.write( " |