Question 813823
find the length of the line segment whose end points are (6,7) and (8,0).
--
Formula: distance = sqrt[(x1-x2)^2+(y1-y2)^2]
------
Your Problem:
d = sqrt[(6-8)^2+(7-0)^2] = sqrt[2^2 + 7^2] = sqrt(53)
===============
Cheers,
Stan H.
========