InterviewSolution
Saved Bookmarks
| 1. |
The plane 2x – (1 + λ)y + 3λz = 0 passes through the intersection of the planes.A. 2x – y = 0 and y – 3x = 0B. 2x + 3y = 0 and y = 0C. 2x – y + 3z = 0 and y – 3z = 0D. none of these |
|
Answer» Correct option is D. none of these The given equation plane is, 2x–(1 + λ)y + 3λz = 0 We can rewrite the equation of the given plane as, 2x – (1 + λ)y + 3λz = 0 2x - y - λ(y - 3z) = 0 So, the given plane passes through the intersection of the planes 2x - y = 0 and y - 3z = 0. |
|