65.9k views
1 vote
Find the distance between the two points. Round to the nearest tenth if necessary.

(1, –2), (10, –4)

1 Answer

3 votes
d = sqrt (x2 - x1)^2 + (y2 - y1)^2
(1,-2)(10.-4)

d = sqrt (10 - 1)^2 + (-4 - (-2)^2
d = sqrt (9^2 + (-4 + 2)^2
d = sqrt (9^2 + (-2^2)
d = sqrt (81 + 4)
d = sqrt 85
d = 9.2
User Ziad
by
8.7k points