

InterviewSolution
Saved Bookmarks
1. |
Find the point which equisdistant from points `O(0,0,0),A(a,0,0)B (0,b,0) and (0,0,c)` |
Answer» Correct Answer - `((a)/(2),(b)/(2),(c)/(2))` Let the required point be `P(x,y,z)` . Then, `PA^(2)=PB^(2)=PC^(2)hArrPA^(2)-PO^(2)=0,PB^(2)-PO^(2)=0 and PC^(2)-PO^(2)=0` |
|