InterviewSolution
Saved Bookmarks
| 1. |
The line `(x-4)/1=(y-2)/1=(z-k)/2` lies exactly on the plane `2x=4y+z=7` then the value of k is (A) 7 (B) -7 (C) 1 (D) none of theseA. `-7`B. 7C. 4D. `-4` |
|
Answer» Correct Answer - b Clearly, the given line passes through the point (4,2,k). Since, the given line lies in the plane `2x-4y+z=7`, so the above point lies in this plane. `therefore (2xx4)-(4 xx 2)+k=7 rArr k=7`. |
|