

InterviewSolution
Saved Bookmarks
1. |
Find the equation of the plane with intercept 3 on the y-axis and parallel to ZOX plane. |
Answer» Equation of plane `ZOX` is `y = 0` Equation of a plane parallel to this plane is ` y = a`. y-intercept of plane is `3`. `:. a = 3` Therefore, required equation of plane is ` y = 3`. |
|