

InterviewSolution
Saved Bookmarks
1. |
Find the equation of the plane which cuts the intercepts of length `3,-4` and `2 `units on the axes respectively. |
Answer» Here, `a = 3, b = - 4, c = 2` Equation of plane `x/a + y/b + z/c = 1` `rArr x/3 - y/4 + z/2 = 1` `rArr 4x-3y+6z = 12`. |
|