asked 141k views
2 votes
Which is the correct formula to find the distance between two points (p,q) and (m,n)?

Which is the correct formula to find the distance between two points (p,q) and (m-example-1
asked
User Daye
by
7.7k points

2 Answers

0 votes

Answer:

The answer is d = √[(p - m)² + (q - n)²] ⇒ first answer

Explanation:

answered
User Mudshark
by
7.5k points
2 votes

Answer:

The answer is d = √[(p - m)² + (q - n)²] ⇒ first answer

Explanation:

* The distance between any to points (x1 , y1) , (x2 , y2) is

- d = √[square the difference of x- coordinates plus

square the difference of y-coordinates]

∴ d = √[(x2 - x1)² + (y2 - y1)²] or

∴ d² = (x2 - x1)² + (y2 - y1)²

* x2 - x1 is the horizontal distance (h) and y2 - y1

is the vertical distance (v)

- By using Pythagoras theorem

∴ d = √[h² + v²]

∵ The two points are (p , q) and (m , n)

- Put x1 = m and y1 = n

- Put x2 = p and y2 = q

∴ d² = (p - m)² + (q - n)²

∴ d = √[(p - m)² + (q - n)²]

∴ The answer is d = √[(p - m)² + (q - n)²] ⇒ first answer

answered
User AvisSiva
by
7.6k 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.