SOLUTION: Given the two points (-7,2) and (-5.5,4). find the distance between the two points

Algebra ->  Length-and-distance -> SOLUTION: Given the two points (-7,2) and (-5.5,4). find the distance between the two points      Log On


   



Question 292913: Given the two points (-7,2) and (-5.5,4). find the distance between the two points
Answer by Alan3354(69443) About Me  (Show Source):
You can put this solution on YOUR website!
Given the two points (-7,2) and (-5.5,4). find the distance between the two points
----------
s+=+sqrt%28diffy%5E2+%2B+diffx%5E2%29
difference in y = 4-2 or 2-4. Since it's squared, either way works.
It's the Pythagorean Theorem.