document.write( "Question 48410: find the distance between the points: (-4,-3) and (-1,-2)
\n" ); document.write( "thanks for you help
\n" ); document.write( "

Algebra.Com's Answer #32033 by Nate(3500)\"\" \"About 
You can put this solution on YOUR website!
\"d+=+sqrt%28%28x2+-+x1%29%5E2+%2B+%28y2+-+y1%29%5E2%29\"
\n" ); document.write( "\"d+=+sqrt%28%28-4+%2B+1%29%5E2+%2B+%28-3+%2B+2%29%5E2%29\"
\n" ); document.write( "\"d+=+sqrt%289+%2B+1%29\"
\n" ); document.write( "\"d+=+sqrt%2810%29\"
\n" ); document.write( "
\n" );