document.write( "Question 976961: Please help me solve this equation
\n" );
document.write( "Find the distance between the given points. (2, 3) and (5, 7) \n" );
document.write( "
Algebra.Com's Answer #598443 by Cromlix(4381)![]() ![]() You can put this solution on YOUR website! Distance formuls = square root of (x2 - x1)^2 + (y2 - y1)^2 \n" ); document.write( "Using (2,3) and (5,7) \n" ); document.write( "Square root of (5 - 2)^2 + (7 - 3)^2 \n" ); document.write( "Square root of (3)^2 + (4)^2 \n" ); document.write( "Square root of 9 + 16 \n" ); document.write( "Square root of 25 \n" ); document.write( "= 5 \n" ); document.write( "Hope this helps:-) \n" ); document.write( " |