SOLUTION: I don't understand the question: find the distance between each pair of points whose coordinates are given?

Algebra ->  Linear-equations -> SOLUTION: I don't understand the question: find the distance between each pair of points whose coordinates are given?      Log On


   



Question 60882This question is from textbook Mathematics
: I don't understand the question: find the distance between each pair of points whose coordinates are given? This question is from textbook Mathematics

Answer by Earlsdon(6294) About Me  (Show Source):
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:
d+=+sqrt%28%28x2-x1%29%5E2+%2B+%28y2-y1%29%5E2%29
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.
In your problem, the lengths of the two legs are: {x2-x1) and (y2-y1).