Question 96881
Find the distance between two points V(-2,-6), W(1,-2)
distance = sqrt[(x-change)^2 + (y-change)^2]
d = sqrt[ (1--2)^2 + (-2--6)^2]

d = sqrt[ 9 + 16]

d = sqrt(25)

c = 5
===========
Cheers,
Stan H.