Question 101045
find the distance between (-9,2) and (-3,-6)
------------------
d = sqrt[(2--6)^2 + (-3--9)^2]
d = sqrt[ 64 + 36]
d= sqrt[100]
d = 10
=============
Cheers,
Stan H.