InterviewSolution
Saved Bookmarks
| 1. |
Three points A,B, and C have position vectors `-2veca+3vecb+5vecc, veca+2vecb+3vecc` and `7veca-vecc` with reference to an origin O. Answer the following questions? Which of the following is true?A. 2OA-3OB+OC=0B. 2OA+7OB+9OC=0C. OA+OB+OC=0D. none of these |
|
Answer» Correct Answer - A `2OA-3OB+OC` `=2(-2a+3b+5c)-3(a+3b+3c)+(7a-c)=0` |
|