document.write( "Question 839508: find the distance between the points (4,4) and (-7- -7) round to the nearest tenth \n" ); document.write( "
Algebra.Com's Answer #505723 by swincher4391(1107)![]() ![]() You can put this solution on YOUR website! sqrt((x2-x1)^2 + (y2-y1)^2) = sqrt((4+7)^2 + (4+7)^2) = srqt(242) = 15.6 \n" ); document.write( " |