Distance between points (3, 2) and (8, 2)

Given Coordinates: x1 = 3  y1 = 2,  x2 = 8  y2 = 2
Distance Formula: d = (x2 − x1)2 + (y2 − y1)2
Substitute the given coordinates into the Distance Formula and Simplify:
d = (8 − 3)2 + (2 − 2)2
d = 52 + 02
d = √25 + 0
d = √25
d = 5
Therefore, the distance between the points (3, 2) and (8, 2) is equal to 5
Note: Since y1 = y2, the distance between (3, 2) and (8, 2) is equal to the absolute value of the difference between x2 (8) and x1 (3), d = |8 − 3| = 5

The solution above and other related solutions were provided by the Distance Between Two Points Application.