SOLUTION: Find the distance between the two points. Round your result to two decimal places. A(4,5),B(-3,-2)

Algebra ->  Length-and-distance -> SOLUTION: Find the distance between the two points. Round your result to two decimal places. A(4,5),B(-3,-2)      Log On


   



Question 435612: Find the distance between the two points. Round your result to two decimal places.
A(4,5),B(-3,-2)

Answer by mananth(16946) About Me  (Show Source):
You can put this solution on YOUR website!
Distance between two points
x1 y1 x2 y2
d= sqrt%28%28y2-y1%29%5E2%2B%28x2-x1%29%5E2%29
4 5 -3 -2
d= sqrt%28%28-2-5%29%5E2%2B%28-3-4%29%5E2%29
d= sqrt%28%28-7%29%5E2%2B%28-7%29%5E2%29
d= sqrt%28%2898%29%29
d= 9.90