Question 118123
Find the distance between points (-1,-1)and (2,5)
-------------
distance = sqrt[(5--1)^2 + (2--1)^2] 
distance = sqrt[36 + 9]
distance = sqrt[45]
distance = 3sqrt5
===================
Cheers,
Stan H.