Question 360580
find the distance between (-8,4) and (3,6)
----
d = sqrt[(6-4)^2 + (3--8)^2]
---
d = sqrt[4 + 121]
---
d = 5
============
cheers,
Stan H.