document.write( "Question 435582: Find the distance between two points and round to two decimal points.
\n" );
document.write( "A(4,5),B(-3,-2) \n" );
document.write( "
Algebra.Com's Answer #301429 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Find the distance between two points and round to two decimal points. \n" ); document.write( "A(4,5),B(-3,-2) \n" ); document.write( "-------------------------- \n" ); document.write( "distance = sqrt[(-2-5)^2+(-3-4)^2] \n" ); document.write( "--- \n" ); document.write( "= sqrt[49+49] \n" ); document.write( "--- \n" ); document.write( "= 7sqrt(2) \n" ); document.write( "================ \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( "============= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |