148k views
0 votes
Find the distance between the following two points:
*
(-5,0) and (-2,-1)

User Evan Hu
by
6.9k points

1 Answer

1 vote

Answer:


d = √(10)

Explanation:

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

Simply plug in the 2 coordinates into the distance formula to find distance d:


d = √((-2-(-5))^2+(-1-0)^2)


d = √((-2+5)^2+(-1)^2)


d = √((3)^2+1)


d = √(9+1)


d = √(10)

User GAMA
by
7.8k points