InterviewSolution
Saved Bookmarks
| 1. |
Write the equation of the plane parallel to YZ-plane and passing through the point (-3,2,0). |
|
Answer» Correct Answer - `x=-3` Any plane parallel to YZ-plane, is x=k. Sinece, it passes through `(-3,2,0)`, we have `-3=k`. Hence, the required equation of the plane is `x=-3`. |
|