document.write( "Question 981723: Find the distance between 3,4 and 4, - 6 round to the nearest teth
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #602673 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Hi there, \n" ); document.write( "Using the distance formula: \n" ); document.write( "√(x2 - x1)^2 + (y2 - y1)^2 \n" ); document.write( "Using (3,4) and (4,-6) \n" ); document.write( "√(4 - 3)^2 + (-6 - 4)^2 \n" ); document.write( "√(1)^2 + (-10)^2 \n" ); document.write( "√(1) + (100) \n" ); document.write( "√ 101 \n" ); document.write( "= 10.1 units \n" ); document.write( "Hope this helps:-) \n" ); document.write( " |