asked 11.6k views
0 votes
What’s the correct answer for this?

What’s the correct answer for this?-example-1

2 Answers

6 votes

Answer:

20

Explanation:

answered
User Jonatas Borges
by
8.2k points
5 votes

Answer:

Distance between two points (x1, y1) and (x2, y2):

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

Then, distance between two points (5, 9) and (-7, -7):

D = sqrt((5 + 7)^2 + (9 + 7)^2) = sqrt(144 + 256) = sqrt(400) = 20

=> Option A is correct

Hope this helps!

:)

answered
User Max Tuzenko
by
8.2k 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.