document.write( "Question 245035: use the distance formula to find the length of the line segment between the pair of points.\r
\n" );
document.write( "\n" );
document.write( "(2, 3) and (4, -5) \n" );
document.write( "
Algebra.Com's Answer #179161 by checkley77(12844)![]() ![]() ![]() You can put this solution on YOUR website! (2, 3) and (4, -5) \n" ); document.write( "d=sqrt[(-5-3)^2+(4-2)^2] \n" ); document.write( "d=sqrt[-8^2+2^2] \n" ); document.write( "d=sqrt64+4 \n" ); document.write( "d=sqrt68 \n" ); document.write( "d=8.2462 ans. \n" ); document.write( " |