InterviewSolution
Saved Bookmarks
| 1. |
A variable plane moves so that the sum of the reciprocals of its intercepts on the coordinate axes is `(1//2)`. Then, the plane passes through the pointA. `(0,0,0)`B. (1,1,1)C. `(1/2,1/2,1/2)`D. `(2,2,2)` |
|
Answer» Correct Answer - d Let the required equation of the plane be `x/a+y/b+z/c=1`. Then, `1/a+1/b+1/c =1/2 rArr 2/a+2/b+2/c=1`. It means that the plane passes through the point (2,2,2). |
|