InterviewSolution
Saved Bookmarks
| 1. |
Find the direction of a line whose direction ratio are `2, -6, 3`. |
|
Answer» Here, `a=2,b=-6,c=3`. `therefore " " sqrt(a^(2)+b^(2)+c^(2))=sqrt(2^(2)+(-6)^(2)+3^(2))` `=sqrt(4+36+9)=sqrt49=7`. Hence, the direction cosines of the given line ar `(2)/(7),(-6)/(7),(3)/(7)`. |
|