How do you find the distance between points (5,8), (5,7)?

1 Answer
May 1, 2017

See the solution process below:

Explanation:

The formula for calculating the distance between two points is:

d = sqrt((color(red)(x_2) - color(blue)(x_1))^2 + (color(red)(y_2) - color(blue)(y_1))^2)d=(x2x1)2+(y2y1)2

Substituting the values from the points in the problem gives:

d = sqrt((color(red)(5) - color(blue)(5))^2 + (color(red)(7) - color(blue)(8))^2)d=(55)2+(78)2

d = sqrt(0^2 + (-1)^2)d=02+(1)2

d = sqrt(0 + 1)d=0+1

d = sqrt(1)d=1

d = 1d=1