Distance between points (1, 10) and (-7, 11)

Given Coordinates: x1 = 1  y1 = 10,  x2 = -7  y2 = 11
Distance Formula: d = (x2 − x1)2 + (y2 − y1)2
Substitute the given coordinates into the Distance Formula and Simplify:
d = (-7 − 1)2 + (11 − 10)2
d = (-8)2 + 12
d = √64 + 1
d = √65
Therefore, the distance between the points (1, 10) and (-7, 11) is equal to √65
Note: As a decimal number, √65 ≈ 8.0622577482985

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