114k views
1 vote
What is the distance between each pair of points (-3,3),(5,0)

1 Answer

5 votes

The formula of a distance between two points:


d=√((x_2-x_1)^2+(y_2-y_1)^2)

We have the points (-3, 3) and (5, 0).

Substitute the coordinates of the points to the formula:


d=√((5-(-3))^2+(0-3)^2)=√(8^2+(-3)^2)=√(64+9)=√(73)

User Chris Reuter
by
9.5k points

No related questions found