SOLUTION: Find the distance between the two points (9,-5) and (19,-29)

Algebra ->  Length-and-distance -> SOLUTION: Find the distance between the two points (9,-5) and (19,-29)      Log On


   



Question 582571: Find the distance between the two points (9,-5) and (19,-29)
Found 3 solutions by jim_thompson5910, josmiceli, nyc_function:
Answer by jim_thompson5910(35256) About Me  (Show Source):
You can put this solution on YOUR website!
d = sqrt((x2-x1)^2+(y2-y1)^2)


d = sqrt((19-9)^2+(-29-(-5))^2)


d = sqrt((19-9)^2+(-29+5)^2)


d = sqrt((10)^2+(-24)^2)


d = sqrt(100+576)


d = sqrt(676)


d = 26


So exact distance between the two points is 26 units.

Answer by josmiceli(19441) About Me  (Show Source):
You can put this solution on YOUR website!
The formula is
+d+=+sqrt+%28+%28+-29+-+%28-5%29+%29%5E2+%2B+%28+19+-+9+%29%5E2+%29+
+d+=+sqrt+%28+%28-24%29%5E2+%2B+10%5E2+%29+
+d+=+sqrt+%28+576+%2B+100+%29+
+d+=+sqrt%28+676+%29+
+d+=+26+

Answer by nyc_function(2741) About Me  (Show Source):
You can put this solution on YOUR website!
Let d = distance between the two points.

d = sqrt{(19 - 9)^2 + (-29 -(-5))^2}

d = sqrt{(10)^2 + (-24)^2}

d = sqrt{100 + 576}

d = sqrt{676}

d = 26

Done!