document.write( "Question 1092110: Can i get help with finding the distance between (-4, 6) and (3, -7) please on how to brake it down and come up with the answer
\n" );
document.write( " \n" );
document.write( "
Algebra.Com's Answer #706637 by Boreal(15235)![]() ![]() You can put this solution on YOUR website! It is the square root of the difference in the y-value squared PLUS the difference in the x-value squared. \n" ); document.write( "The y value difference is -7-6 or 6-(-7), and one is -13 and the other is 13. Since they are being squared, it doesn't matter which direction you go, unlike slope calculations. 13^2=169 \n" ); document.write( "For the x is it 3-(-4) or -4-3, and that is 7 or -7 and squared it is 49. \n" ); document.write( "Add 169 and 49 (218) and take the square root of 218, which is 14.76. \n" ); document.write( "d=sqrt {(x1-x2)^2+(y1-y2)^2} \n" ); document.write( " |