document.write( "Question 110406: Find the distance between (-3,-2) and (1,4)\r
\n" ); document.write( "\n" ); document.write( "Can you show me how to do this problem?\r
\n" ); document.write( "\n" ); document.write( "Thank you!
\n" ); document.write( "

Algebra.Com's Answer #80517 by josmiceli(19441)\"\" \"About 
You can put this solution on YOUR website!
The formula is \"d+=+sqrt%28%28y%5B2%5D+-+y%5B1%5D%29%5E2+%2B+%28x%5B2%5D+-+x%5B1%5D%29%5E2%29\"
\n" ); document.write( "given the points (\"x%5B1%5D\", \"y%5B1%5D\") = (-3,-2)
\n" ); document.write( "and (\"x%5B2%5D\", \"y%5B2%5D\") = (1,4)
\n" ); document.write( "\"d+=+sqrt%28%284+-+%28-2%29%29%5E2+%2B+%281+-+%28-3%29%29%5E2%29\"
\n" ); document.write( "\"d+=+sqrt%28+6%5E2+%2B+4%5E2%29\"
\n" ); document.write( "\"d+=+sqrt%28+36+%2B+16%29\"
\n" ); document.write( "\"d+=+sqrt%2852%29\"
\n" ); document.write( "\"d+=+7.211\" answer
\n" ); document.write( "
\n" );