SOLUTION: What is the formula for finding the length of the segment represented by two vertices on a cooordinate plane?

Algebra ->  Coordinate-system -> SOLUTION: What is the formula for finding the length of the segment represented by two vertices on a cooordinate plane?      Log On


   



Question 22741: What is the formula for finding the length of the segment represented by two vertices on a cooordinate plane?
Answer by Earlsdon(6294) About Me  (Show Source):
You can put this solution on YOUR website!
Given two points on a Cartesian coordinate plane with coordiates of (x1, y1) and (x2, y2), the distance between them is given by: d+=+sqrt%28%28x2+-+x1%29%5E2+%2B+%28y2+-+y1%29%5E2%29
You can easily see this by constructing a right triangle in which the hypotenuse is the line between the two points, then using the Pythagorean theorem to find the length of the hypotenuse (the distance between the two points).