document.write( "Question 101045: find the distance between (-9,2) and (-3,-6) \n" ); document.write( "
Algebra.Com's Answer #73549 by stanbon(75887)![]() ![]() ![]() You can put this solution on YOUR website! find the distance between (-9,2) and (-3,-6) \n" ); document.write( "------------------ \n" ); document.write( "d = sqrt[(2--6)^2 + (-3--9)^2] \n" ); document.write( "d = sqrt[ 64 + 36] \n" ); document.write( "d= sqrt[100] \n" ); document.write( "d = 10 \n" ); document.write( "============= \n" ); document.write( "Cheers, \n" ); document.write( "Stan H. \n" ); document.write( " |