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

Given Coordinates: x1 = 0  y1 = 4,  x2 = 10  y2 = 0
Distance Formula: d = (x2 − x1)2 + (y2 − y1)2
Substitute the given coordinates into the Distance Formula and Simplify:
d = (10 − 0)2 + (0 − 4)2
d = 102 + (-4)2
d = √100 + 16
d = √116
d = √4 * 29
d = √4 * √29
d = 2√29
Therefore, the distance between the points (0, 4) and (10, 0) 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.