document.write( "Question 1153054: find the distance from P1=(-2,-3) to P2=(3,-5)
\n" ); document.write( "what's midpoint of the line from P1 to P2?
\n" ); document.write( "what's the slope of the line containing the points P1 and P2?
\n" ); document.write( "

Algebra.Com's Answer #775198 by josgarithmetic(39620)\"\" \"About 
You can put this solution on YOUR website!
Points (h,k) and (u,v)\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Midpoint is at \"x=%28h%2Bu%29%2F2\", and \"y=%28k%2Bv%29%2F2\".\r
\n" ); document.write( "
\n" ); document.write( "\n" ); document.write( "Slope between the two points, \"%28v-k%29%2F%28u-h%29\".
\n" ); document.write( "
\n" );