document.write( "Question 64377This question is from textbook An Incremental Development
\n" );
document.write( ": Find the distance between (-5, -2) and (4, -3) \n" );
document.write( "
Algebra.Com's Answer #45028 by checkley71(8403)![]() ![]() ![]() You can put this solution on YOUR website! THE DISTANCE BETWEEN THE X POINTS IS 4-(-5)=4+5=9 \n" ); document.write( "THE DISTANCE BETWEEN THE Y POINTS IS -3-(-2)=-3+2=-1 \n" ); document.write( "THUS WE HAVE A TRIANGLE WITH SIDES 9 & 1. \n" ); document.write( "TO FIND THE HYPOTENUSE WE USE THE PATHAGOREAN FORMULA A^2+B^2=C^2 (C^2 BEING THE HYPOTENUSE. \n" ); document.write( "1^2+9^2=C^2 \n" ); document.write( "1+81=C^2 \n" ); document.write( "C^2=82 \n" ); document.write( "C=SQRT82 \n" ); document.write( "C=9.0553851 OR THE DISTANCE BETWEEN THESE TWO POINTS. \n" ); document.write( " |