document.write( "Question 79053: I need help please. I'm to find the distance between each pair of points and approximate the distance to two decimal places. (1.7,-3.6) and (-8.6,5.7) \n" ); document.write( "
Algebra.Com's Answer #56739 by funmath(2933)\"\" \"About 
You can put this solution on YOUR website!
I need help please. I'm to find the distance between each pair of points and approximate the distance to two decimal places. (1.7,-3.6) and (-8.6,5.7)
\n" ); document.write( "The formula for distance is:
\n" ); document.write( "\"highlight%28d=sqrt%28%28x%5B2%5D-x%5B1%5D%29%5E2%2B%28y%5B2%5D-y%5B1%5D%29%5E2%29%29\", where d=distance, (x1,y1) and (x2,y2) are the given points.
\n" ); document.write( "(x1,y1)=(1.7,-3.6) and (x2,y2)=(-8.6,5.7)
\n" ); document.write( "\"d=sqrt%28%28-8.6-1.7%29%5E2%2B%285.7-%28-3.6%29%29%5E2%29\"
\n" ); document.write( "\"d=sqrt%28%28-10.3%29%5E2%2B%289.3%29%5E2%29\"
\n" ); document.write( "\"d=sqrt%28106.09%2B86.49%29\"
\n" ); document.write( "\"d=sqrt%28192.58%29\"
\n" ); document.write( "\"d=13.87731963\"
\n" ); document.write( "\"highlight%28d=13.88%29\"
\n" ); document.write( "Happy Calculating!!!
\n" ); document.write( "
\n" );