find the distance b/w the point A and B in the following : A(7,-3) and B (-5,2)
Answers
Answered by
1
Answer:
given : A (7, -3) and B (-5, 2)
to find the distance between A and B
formula used : d = √[(x2 - x1)² + (y2 - y1)²]
=> d = √ [ (-5 - 7)² + {2 -(-3)}²]
=> d = √ [ (-12)² + (5)²]
=> d = √ (144 + 25)
=> d = √ (169)
=> d = 13 units
Similar questions