

InterviewSolution
Saved Bookmarks
1. |
If a unit vector is represented by `0.5 hat(i) + 0.8 hat(j) + c hat(k)` , then the value of `c` isA. `1`B. `sqrt(0.11)`C. `sqrt(0.01)`D. `sqrt(0.39)` |
Answer» Correct Answer - B `sqrt((0.5)^(2) + (0.8)^(2) + c^(2)) = 1` `c^(2) = 0.89 rArr c = sqrt(0.11)` |
|