asked 79.4k views
1 vote
A grid shows the positions of a subway stop and your house. The subway stop is located at (7, -6) and your house is located at (-9, 5). What is the distance, to the nearest unit, between your house and the subway stop?

1 Answer

1 vote
distance = sqrt (x2 - x1)^2 + (y2 - y1)^2
(7,-6)(-9,5)

d = sqrt (-9 - 7)^2 + (5 - (-6))^2
d = dsrt (- 16)^2 + (11)^2
d = sqrt (256 + 121)
d = sqrt 377
d = 19.4 rounded to the nearest unit is 19
answered
User Gardezi
by
7.8k points

No related questions found

Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.