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

Given Coordinates: x1 = -4  y1 = 3,  x2 = 0  y2 = 0
Distance Formula: d = (x2 − x1)2 + (y2 − y1)2
Substitute the given coordinates into the Distance Formula and Simplify:
d = (0 − (-4))2 + (0 − 3)2
d = (0 + 4)2 + (0 − 3)2
d = 42 + (-3)2
d = √16 + 9
d = √25
d = 5
Therefore, the distance between the points (-4, 3) and (0, 0) is equal to 5

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