InterviewSolution
Saved Bookmarks
| 1. |
If the vectors ` bar A B=3 hat i+4 hat k`and ` bar A C=5 hat i-2 hat j+4 hat k`are the sidesof a triangle ABC, then the length of the median through A is(1) `sqrt(72)`(2) `sqrt(33)`(3) `sqrt(45)`(4) `sqrt(18)` |
|
Answer» `vec( AM) = (vec(AB) + vec (AC))/2` `vec(AM) = ((3 hat i + 4 hat k)+ (5 hat i - 2 hat j + 4 hat k))/2` `= (8 hat i - 2 hat j + 8 hat k )/2` `vec (AM)= 4 hat i- hat j + 4 hat k ` `|vec(AM)| = sqrt(4^2 + 1^2 + 4^2)` `= sqrt(16 +1+16) = sqrt33` option 2 is correct |
|