asked 121k views
0 votes
Find the distance between the points (0,2) and (-4,-4)

1 Answer

3 votes
distance formula : sqrt ((x2 - x1)^2 + (y2 - y1)^2
(0,2)....x1 = 0 and y1 = 2
(-4,-4)...x2 = -4 and y2 = -4
now we sub
d = sqrt ((-4 - 0)^2 + (-4 - 2)^2)
d = sqrt (-4^2) + (-6^2)
d = sqrt (16 + 36)
d = sqrt (52)
d = 7.2
answered
User Morbia
by
7.3k 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.