document.write( "Question 245457: use the distance formula to find the length of the line segment between the pair of points. Round to hundredths.
\n" );
document.write( "(5, 4) and (-1, -3) \n" );
document.write( "
Algebra.Com's Answer #179312 by dabanfield(803)![]() ![]() ![]() You can put this solution on YOUR website! d^2 = (x1-x2)^2 + (y1-y2)^2 where d is the distance between the two points (x1,y1) an d(x2,y2).\r \n" ); document.write( "\n" ); document.write( "So in this case \r \n" ); document.write( "\n" ); document.write( "d^2 = (5-(-1))^2 + (4-(-3))^2 \n" ); document.write( "d^2 = 6^2 + 7^2 \n" ); document.write( "d^2 = 36 + 49 = 85 \n" ); document.write( "d = ? \n" ); document.write( " |