InterviewSolution
Saved Bookmarks
| 1. |
If bar(a), bar(b), bar(c) are the position vectors of the vertices A, B, C of the triangle ABC, then the equation of the median from A to BC is |
|
Answer» `BAR(R)=bar(a)+t(bar(B)+bar(C))` |
|