document.write( "Question 245033: use the distance formula to find the length of the line segment between the pair of points. Round to hundredths.\r
\n" );
document.write( "\n" );
document.write( "(5, 4) and (-1, -3) \n" );
document.write( "
Algebra.Com's Answer #179162 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! (5, 4) and (-1, -3) \n" ); document.write( "d=sqrt[(-3-4)^2+(-1-5)^2] \n" ); document.write( "d=sqrt[-7^2+-6^2] \n" ); document.write( "d=sqrt[49+36] \n" ); document.write( "d=sqrt85 \n" ); document.write( "d=9.22 ans. \n" ); document.write( " \n" ); document.write( " |