document.write( "Question 109642: Find the distance between the points. Round your answer to the nearest tenth if necessary\r
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( "A(-1, 3), B(5, 7)\r
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "
\n" );
document.write( "\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #79921 by checkley71(8403)![]() ![]() ![]() You can put this solution on YOUR website! FIRST YOU NEED TO FIND THE DISTANCE BETWEEN THE X & Y VALUES THUS: \n" ); document.write( "5+1=6 IS THE X DISTANCE. \n" ); document.write( "7-3=4 IS THE Y DISTANCE. \n" ); document.write( "KNOWING THAT YOU HAVE A RIGHT TRIANGLE & THE DISTANCE IS THE HYPOTENUSE OF THIS TRIANGLE WE USE THE PYTHAGOREAN FORMULA A^2+B^2=C^2 \n" ); document.write( "6^2+4^2=C^2 \n" ); document.write( "36+16=C^2 \n" ); document.write( "52=C^2 \n" ); document.write( "C=SQRT52 \n" ); document.write( "C=7.2 IS THE DISTANCE BETWEEN THESE 2 POINTS. \n" ); document.write( " |