InterviewSolution
Saved Bookmarks
| 1. |
Let `veca=2hati+3hatj-hatk` and `vecb=hati-2hatj+3hatk`. Then , the value of `lamda` for which the vector `vecc=lamdahati+hatj+(2lamda-1)hatk` is parallel to the plane containing `veca` and `vecb`. IsA. `1`B. `0`C. `-1`D. `2` |
|
Answer» Correct Answer - B We are given that `vecc` is parallel to the plane containing `veca` and `vecb` `impliesvecc_|_(vecaxxvecb)impliesvecc.(vecaxxvecb)=0implies[(veca, vecb, vecc)]=0` `implies |(2,3,-1),(1,-2,3),(lamda, 1, 2lamda-1)|=0implieslamda=0` |
|