InterviewSolution
Saved Bookmarks
| 1. |
The plane `2x-(1+lambda)y+3lambdaz=0` passes through the intersection of the planeA. `2x-y=0` and `y+3z=0`B. `2x-y=0` and `y-3z=0`C. `2x+3yz=0` and `y=0`D. none of these |
|
Answer» Correct Answer - B The equation of the given plane can be written in the form `(2x-y)+lamda(-y+3z)=0` which is a plane passing through the intersection of the plane `2x-y=0` and `-y+3z=0` |
|