document.write( "Question 143963: Find the midpoint of the line segment PQ\r
\n" );
document.write( "\n" );
document.write( "P(4,9), Q(1,9) \n" );
document.write( "
Algebra.Com's Answer #104768 by nabla(475)![]() ![]() ![]() You can put this solution on YOUR website! ((x1+x2)/2,(y1+y2)/2)\r \n" ); document.write( "\n" ); document.write( "(5/2,9) \n" ); document.write( " |