SOLUTION: Find the distance between two points given the coordinates (3,-5) and (6,9)

Algebra ->  Functions -> SOLUTION: Find the distance between two points given the coordinates (3,-5) and (6,9)      Log On


   



Question 66697: Find the distance between two points given the coordinates (3,-5) and (6,9)
Answer by Nate(3500) About Me  (Show Source):
You can put this solution on YOUR website!
d+=+sqrt%28%28x2+-+x1%29%5E2+%2B+%28y2+-+y1%29%5E2%29
..
d+=+sqrt%28%286+-+3%29%5E2+%2B+%289+%2B+5%29%5E2%29
..
d+=+sqrt%28%283%29%5E2+%2B+%2814%29%5E2%29
..
d+=+sqrt%289+%2B+196%29
..
d+=+sqrt%28205%29
..
d+=+14.3178....