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

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

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