Question 548303
distance between this points (-3,4),(1,-1), 
------
d = sqrt[(1--3)^2 + (-1-4)^2] = sqrt[16 + 25] = sqrt(41)
=================
Cheers,
stan H.
==================