asked 33.6k views
4 votes
Hi! Can someone help me with the find the distance between two points. Thank you!

Hi! Can someone help me with the find the distance between two points. Thank you!-example-1
asked
User CSan
by
8.2k points

1 Answer

5 votes
Answer
Distance can be found with formula
d = √ (x2 - x1) ^2 + (y2 - y1)^2

d = 11.18 is your distance

Step by step

You have points (10, 6) and (5, -4)

d = √ (5-10)^2 + (-4-6)^2

d = √ (-5)^2 + (-10)^2

d = √ 25 + 100

d = √ 125

d = 11.18 is your distance
answered
User Robyaw
by
8.5k 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.