document.write( "Question 60882This question is from textbook Mathematics
\n" ); document.write( ": I don't understand the question: find the distance between each pair of points whose coordinates are given? \n" ); document.write( "
Algebra.Com's Answer #41840 by Earlsdon(6294)\"\" \"About 
You can put this solution on YOUR website!
Let's say that the two points have the coordinates: (x1, y1) and (x2, y2), you can find the didtance between these two points using the distance formula:
\n" ); document.write( "\"d+=+sqrt%28%28x2-x1%29%5E2+%2B+%28y2-y1%29%5E2%29\"\r
\n" ); document.write( "\n" ); document.write( "This is an application of the Pythagorean theorem applied to finding the length of the hypotenuse of a right triangle when you know the length of the two legs.\r
\n" ); document.write( "\n" ); document.write( "In your problem, the lengths of the two legs are: {x2-x1) and (y2-y1).
\n" ); document.write( "
\n" );