

InterviewSolution
Saved Bookmarks
1. |
Find the equations of the plane passing through the following points : (i) `A(2,1,0), B(3,-2,-2), C(3,1,7)` (ii) `A(1,1,1), B(1,-1,2), C(-2,-2,2)` (iii) `A(0,-1,0), B(2,1,-1), C(1,1,1)` (iv) `A(1,-2,5), B(0,-5,-1), C(-3,5,0)` (v) `(4,-1,-1), B(2,0,2),C(3,-1,2)` |
Answer» Correct Answer - (i) `7x+3y-z=17` , (ii) `x-3y-6z+8=0` (iii) `4x-3y+2z=3`, (iv) `3x+y-z +4 =0` (v) `3x+3y+z=8` |
|