How do you find the distance between the points (5,-1), (11,7)?

1 Answer
Jul 17, 2017

See a solution process below:

Explanation:

The formula for calculating the distance between two points is:

d=(x2x1)2+(y2y1)2

Substituting the values from the points in the problem gives:

d=(115)2+(71)2

d=(115)2+(7+1)2

d=62+82

d=36+64

d=100

d=10