asked 38.2k views
0 votes
I need to know the distance between points x and y

I need to know the distance between points x and y-example-1
asked
User Spky
by
8.3k points

1 Answer

2 votes

Answer:

Explanation:

Distance between two points P(x1,y1) and Q(x2,y2) is given by: d(P, Q) = √ (x2 − x1)2 + (y2 − y1)2 {Distance formula} 2. Distance of a point P(x, y) from the origin is given by d(0,P) = √ x2 + y2.

answered
User Denys Kotsur
by
8.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.