InterviewSolution
Saved Bookmarks
| 1. |
If ` vec a , vec b`are the position vectors of the points `(1,-1),(-2,m),`find the value of `m`for which ` vec aa n d vec b`are collinear.A. 4B. 3C. 2D. 0 |
|
Answer» Correct Answer - C Condition for collinearly, `b=lamda=a` `implies(-2hati+mhatj)=lamda(hati-hatj)` Comparison of coefficient, we get `implies lamda=-2 and -lamda=m` so, m=2 |
|