InterviewSolution
Saved Bookmarks
| 1. |
The non-zero vectors are `vec a,vec b and vec c` are related by `vec a= 8vec b and vec c = -7vec b`. Then the angle between `vec a and vec c` isA. `pi`B. `0`C. `pi/4`D. `pi/2` |
|
Answer» Correct Answer - A Since, `a=8b and c=-7b` So, a is parallel to b and c is anti-parallel to b. `implies a and c` are anti-parallel. so, the angle between a and c is `pi`. |
|