SOLUTION: Find the distance between the points (5, 2) and (7, 7)
Algebra
->
Length-and-distance
-> SOLUTION: Find the distance between the points (5, 2) and (7, 7)
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 445542
:
Find the distance between the points (5, 2) and (7, 7)
Answer by
stanbon(75887)
(
Show Source
):
You can
put this solution on YOUR website!
Find the distance between the points (5, 2) and (7, 7)
---------------
dist = sqrt[(7-5)^2 + (7-2)^2]
---
dist = sqrt[4+25]
---
dist = sqrt(29)
==================
Cheers,
Stan H.
===========