document.write( "Question 1171642: find the distance between the point (-1,5) and (2,3) \n" ); document.write( "
Algebra.Com's Answer #796540 by Boreal(15235)\"\" \"About 
You can put this solution on YOUR website!
It is the square root of the x distance ^2 + and the y distance ^2.
\n" ); document.write( "Unlike slope, it can be taken in different directions with the x and y
\n" ); document.write( "the x distance is 3 and 3^2=9
\n" ); document.write( "the y distance is -2 and (-2)^2=4
\n" ); document.write( "sqrt(13) units is distance.
\n" ); document.write( "
\n" );