Distance between points (4, 0) and (0, 10)

Given Coordinates: x1 = 4  y1 = 0,  x2 = 0  y2 = 10
Distance Formula: d = (x2 − x1)2 + (y2 − y1)2
Substitute the given coordinates into the Distance Formula and Simplify:
d = (0 − 4)2 + (10 − 0)2
d = (-4)2 + 102
d = √16 + 100
d = √116
d = √4 * 29
d = √4 * √29
d = 2√29
Therefore, the distance between the points (4, 0) and (0, 10) is equal to 2√29
Note: As a decimal number, 2√29 ≈ 10.770329614269

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