How to find the distance between two points in Coordinate Geometry?
Answer (1)
Let the two points in a Cartesian plane be $(x_1,y_1)$ and $(x_2,y_2)$.
So, their distance = $\sqrt{\left(x_2-x_1\right)^2+\left(y_2-y_1\right)^2}$
Comments (0)



