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
Geometry: Length, distance, coordinates, metric length
Geometry
Solvers
Solvers
Lessons
Lessons
Answers archive
Answers
Click here to see ALL problems on Length-and-distance
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)
(
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)
(
Show Source
):
You can
put this solution on YOUR website!
The formula is
Answer by
nyc_function(2741)
(
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!