InterviewSolution
Saved Bookmarks
| 1. |
Find the equation of a plane passing through the points A(a,0,0), B(0,b,0) and C(0,0,c)`. |
|
Answer» Correct Answer - `x/a+y/b+z/c=1` Clearly,the required equation of the planes is `x/a+y/b+z/c=1`. |
|