document.write( "Question 70533: Find the distance between the pair of points. Give an exact answer, and, where appropriate, an approximation to two decimal places.
\n" );
document.write( "(-4,-3) and (2,-6) \n" );
document.write( "
Algebra.Com's Answer #50330 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! Find the distance between the pair of points. Give an exact answer, and, where appropriate, an approximation to two decimal places. \n" ); document.write( "(-4,-3) and (2,-6) \n" ); document.write( "-------- \n" ); document.write( "d = sqrt[(-6--3)^2 + (2--4)^2] \n" ); document.write( "d = sqrt[9 + 36] \n" ); document.write( "d=sqrt [45] \n" ); document.write( "d=3sqrt5 \n" ); document.write( "d=6.7082... \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |