document.write( "Question 330403: the problem was \"find the midpoint of the line segment PQ, then the question was P(0,3);Q(-10,-13). I really had problems with this one. \n" ); document.write( "
Algebra.Com's Answer #236801 by mananth(16946)\"\" \"About 
You can put this solution on YOUR website!
the mid point formula between two points (x1,y1) & (x2,y2) is
\n" ); document.write( "\"%28x1%2Bx2%29%2F2\"\"+%28y1%2By2%29%2F2+\"
\n" ); document.write( "..
\n" ); document.write( "P(0,3);Q(-10,-13)\r
\n" ); document.write( "\n" ); document.write( "x,y= {0+(-10) / 2 , 3+(-13)/2}
\n" ); document.write( "=(-10/2,-10/2}
\n" ); document.write( "=-5,-5
\n" ); document.write( "..
\n" ); document.write( "The mid point is (-5,-5)
\n" ); document.write( "
\n" );