InterviewSolution
Saved Bookmarks
| 1. |
For the lines `L_1 ; vec a+t(vec b+vec c) and L_2 ; vec r=vec b+s(vec c+vec a)` then `L_1 and L_2` 1ntersect atA. aB. bC. a b+cD. a 2b |
|
Answer» Correct Answer - C Since the lines intersect `therefore a+t(b+c)=b+s(c+a)` We easily get t=1, s=1 Hence point of intersection is a+b+c. |
|