

InterviewSolution
Saved Bookmarks
1. |
The ratio of maximum and minimum magnitudes of the resultant of two vectors `vec(a)` and `vec(b)` is 3:1. Now, `|vec(a)|` is equal toA. `|vec(b)|`B. `2|vec(b)|`C. `3|vec(b)|`D. `4|vec(b)|` |
Answer» Correct Answer - B `(a+b)/(a-b)=3/1` or `3a-3b=a+b` `2a=4b` or `a=2b` |
|