document.write( "Question 1113333: For the points (-1, 1) and (2, 5), find the distance d between the points and the midpoint M of the line segment which connects them. \n" ); document.write( "
Algebra.Com's Answer #728334 by rothauserc(4718)\"\" \"About 
You can put this solution on YOUR website!
d = square root((2-(-1)^2 +(5-1)^2) = 5
\n" ); document.write( ":
\n" ); document.write( "M = ((2+(-1)/2), (5+1)/2) = (1/2, 3)
\n" ); document.write( ":
\n" ); document.write( "
\n" ); document.write( "
\n" );