You can put this solution on YOUR website! what is the distance between (0,1) and (-3,6)
---
distance = sqrt[(change in x)^2 + (change in y)^2]
----
Your Problem:
d = sqrt[(0--3)^2 + (6-1)^2]
d = sqrt[9 + 25]
d = sqrt(34)
===============
Cheers,
stan H.