InterviewSolution
Saved Bookmarks
| 1. |
Example 4 : Find a relation between x and y such that the point (x . yis equidistantfrom the points (7, 1) and (3, 5). |
|
Answer» let A(x,y) B(7,1) C(3,5) given that, A is equidistant from B and C distance of A from B and C are equal AC = BA |
|