SOLUTION: Determine the distance between these two points (-4,2) & (2,5).

Algebra ->  Coordinate-system -> SOLUTION: Determine the distance between these two points (-4,2) & (2,5).      Log On


   



Question 178202: Determine the distance between these two points (-4,2) & (2,5).
Found 2 solutions by stanbon, solver91311:
Answer by stanbon(75887) About Me  (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.

Answer by solver91311(24713) About Me  (Show Source):
You can put this solution on YOUR website!

The distance, , between two points and is given by:



Just plug in the numbers and do the arithmetic.