InterviewSolution
Saved Bookmarks
| 1. |
Let the position vectors of the points A, B and C be vec(a),vec(b)andvec(c) respectively. Let Q be the point of intersection of the medians of the triangle ABC. Then vec(QA)+vec(QB)+vec(QC)= |
|
Answer» `(vec(a)+vec(B)+vec(C))/(2)` |
|