84.1k views
2 votes
Find the distance between (-2,8) and (11,2). round to the nearest hundredth.

Find the distance between (-2,8) and (11,2). round to the nearest hundredth.-example-1

1 Answer

3 votes
distance = sqrt (x2 - x1)^2 + (y2 - y1)^2

(-2,8)....x1 = -2 and y1 = 8
(11,2)...x2 = 11 and y2 = 2

now sub

d = sqrt (11 - (-2)^2 + (2 - 8)^2
d = sqrt (13)^2 + (-6^2)
d = sqrt (169 + 36)
d = sqrt 205
d = 14.317...rounds to 14.32 <==



User Ahue
by
6.0k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.