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


   



Question 445542: Find the distance between the points (5, 2) and (7, 7)
Answer by stanbon(75887) About Me  (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.
===========