document.write( "Question 359004: Find the midpoint of the line segment PQ.
\n" ); document.write( "P(0,3);Q(-10,-13)
\n" ); document.write( "

Algebra.Com's Answer #256182 by robertb(5830)\"\" \"About 
You can put this solution on YOUR website!
\"x+=+%280%2B%28-10%29%29%2F2\",\"y+=+%283%2B%28-13%29%29%2F2\", or
\n" ); document.write( "\"x+=+-5\",\"y+=+-5\". Therefore the midpoint is (-5,-5).
\n" ); document.write( "
\n" );