Question 445542
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.
===========