Question 178202: Determine the distance between these two points (-4,2) & (2,5). Found 2 solutions by stanbon, solver91311:Answer by stanbon(75887) (Show Source):
You can put this solution on YOUR website! Determine the distance between these two points (-4,2) & (2,5).
------------
d = sqrt[(5-2)^2 + (2--4)^2]
d = sqrt[9 + 36]
d = sqrt[45]
d = 3sqrt(5)
============
Cheers,
Stan H.