InterviewSolution
Saved Bookmarks
| 1. |
Find a point on y axis which is equidistant from the point A (6,5 )and b (- 4,3) |
| Answer» The point P(0,9) is equidistant from the points A(6,5) and B(-4,3).Step-by-step explanation:Let the point on y axis is P(0,y) which is equidistant from the points A(6,5) and B(-4,3). The distance between PA is equal to PB such that,On squaring,So, the point P(0,9) is equidistant from the points A(6,5) and B(-4,3). | |