SOLUTION: find the distance between the points whose coordinates are given. (-5,8), (-10,14) (40,32), (36,20)

Algebra ->  Coordinate-system -> SOLUTION: find the distance between the points whose coordinates are given. (-5,8), (-10,14) (40,32), (36,20)      Log On


   



Question 259274: find the distance between the points whose coordinates are given.
(-5,8), (-10,14)
(40,32), (36,20)

Answer by Alan3354(69443) About Me  (Show Source):
You can put this solution on YOUR website!
find the distance between the points whose coordinates are given.
----------------
(40,32), (36,20)
distance = sqrt%28diffy%5E2+%2B+diffx%5E2%29
s = sqrt%28%2832-20%29%5E2+%2B+%2840-36%29%5E2%29
s = sqrt%2864+%2B+16%29
s = sqrt%2880%29
s = 4sqrt%285%29
s =~ 8.944
----------------
(-5,8), (-10,14)
You do this one.
email me via the thank you note to check your work.