InterviewSolution
Saved Bookmarks
| 1. |
Prove that three lines drawn from origin with direction cosines proportional to (1,-1,1),(2,-3,0),(1,0,3) lie on one plane . |
| Answer» SOLUTION :Let `OVERSETTOA=i+j+koversettob=2i-3joversettoci+3k` The lines are co-planar if `oversettoa.(oversettobxxoversettoc)=0` Now `oversettoa.(oversettobxxoversettoc)=|(1,-1,1),(2,-3,0),(1,0,3):|=1(-9)+1(6)+1(3)=0` | |