document.write( "Question 419624: Need some help with finding the distance between the two points. Round an approximate result tot he nearest hundredth.
\n" ); document.write( "(4,3) and (9,15) \r
\n" ); document.write( "\n" ); document.write( "How would I do this? totally confused. Thanks :o)
\n" ); document.write( "

Algebra.Com's Answer #293411 by dnanos(83)\"\" \"About 
You can put this solution on YOUR website!
There is a formula for the two points (\"x%5B1%5D\" , \"y%5B1%5D%29\")and (\"x%5B2%5D\",\"y%5B2%5D%29\") distance:
\n" ); document.write( "\"d=sqrt%28%28x%5B1%5D-x%5B2%5D%29%5E2%2B%28y%5B1%5D-y%5B2%5D%29%5E2%29\"
\n" ); document.write( "\"d=sqrt%28%284-9%29%5E2%2B%283-15%29%5E2%29\"=
\n" ); document.write( "\"sqrt%28%28-5%29%5E2%2B%28-12%29%5E2%29\"=
\n" ); document.write( "\"sqrt%2825%2B144%29\"=
\n" ); document.write( "\"sqrt%28169%29\"=
\n" ); document.write( "13=
\n" ); document.write( "13.00\r
\n" ); document.write( "\n" ); document.write( "
\n" ); document.write( "
\n" );