88.2k views
4 votes
Find the distance between the points given (2, 5) and (6,8)

User Nasr
by
4.6k points

2 Answers

4 votes

Answer:

The distance between the two points is 5

Explanation:

User Rinat Diushenov
by
4.1k points
1 vote

We have a formula to it, given the points (x, y) and (xo, yo)


dist = √((x-xo)^2+(y-yo)^2)

So,


dist = √((6-2)^2+(8-5)^2)


dist = √(4^2+3^2)


dist = √(25)


dist = 5

User Asergaz
by
4.4k points