107k views
5 votes
Find the distance between the two points. ​(2​,7​) and ​(−18​,22​)

User Mogzol
by
4.6k points

1 Answer

5 votes

Answer:

d = 25

Explanation:

d = sqrt( (y2 - y1)^2 + (x2 - x1)^2 )

d = sqrt( (7 - 22)^2 + (2 - (-18) )^2 )

d = sqrt ( (- 15)^2 + 20^2 )

d = sqrt ( (225) + (400) )

d = sqrt (625)

d = 25

User Lara Dougan
by
5.1k points