Distance between points (3, 0) and (0, 3)

Given Coordinates: x1 = 3  y1 = 0,  x2 = 0  y2 = 3
Distance Formula: d = (x2 − x1)2 + (y2 − y1)2
Substitute the given coordinates into the Distance Formula and Simplify:
d = (0 − 3)2 + (3 − 0)2
d = (-3)2 + 32
d = √9 + 9
d = √18
d = √9 * 2
d = √9 * √2
d = 3√2
Therefore, the distance between the points (3, 0) and (0, 3) is equal to 3√2
Note: As a decimal number, 3√2 ≈ 4.2426406871193

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