SOLUTION: Find the distance between P and Q. P(5, 4); Q(11, 12)

Algebra ->  Signed-numbers -> SOLUTION: Find the distance between P and Q. P(5, 4); Q(11, 12)      Log On


   



Question 1178766: Find the distance between P and Q.
P(5, 4); Q(11, 12)

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

d= sqrt%28%28y2-y1%29%5E2%2B%28x2-x1%29%5E2%29
x1 y1 x2 y2
5 4 11 12
d=sqrt%28%28%0911%09-5%09%29%29%5E2%2Bsqrt%09%2812%09-4%09%29%5E2
d= sqrt%28%28%09%096%09%29%5E2%09%2B%09%28%098%09%29%5E2%09%29
d= sqrt%28%28%09%09100%09%29++%09%29

d= 10.00