How to find distance between 2 points on the cartesian plane.
Answers
Answered by
1
let two points be (x1, y1) & (x2, y2)
Reqd. distance = sqr root {sqr of (x1 - x2) + sqr of (y1 - y2)}
Reqd. distance = sqr root {sqr of (x1 - x2) + sqr of (y1 - y2)}
Similar questions