38.1k 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
User Spky
by
4.4k 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.

User Denys Kotsur
by
4.1k points