SOLUTION: find the distance of (P1,P2) between the point P1 and P2 P1(5,-5) P2(3,-3)

Algebra ->  Coordinate-system -> SOLUTION: find the distance of (P1,P2) between the point P1 and P2 P1(5,-5) P2(3,-3)      Log On


   



Question 545636: find the distance of (P1,P2) between the point P1 and P2
P1(5,-5)
P2(3,-3)

Answer by mananth(16946) About Me  (Show Source):
You can put this solution on YOUR website!
Distance between two points
x1 y1 x2 y2

5 -5 3 -3
d= sqrt%28%28y2-y1%29%5E2%2B%28x2-x1%29%5E2%29
d= sqrt%28%28-3-%09-5%29%5E2%2B%283-5%29%5E2%09%29
d= sqrt%28%282%29%5E2%2B%28%09-2%29%5E2%09%29
d= sqrt%288%29
d= 2.83
m.ananth@hotmail.ca