Question 103125
find the distance between points (-6,0) and (-3,1)
-------------------
distance = sqrt[(1-0)^2 + (-3--6)^2]

distance = sqrt[1 + 9]

distance = sqrt(10)

=========================
Cheers,
Stan H.