InterviewSolution
Saved Bookmarks
| 1. |
If `hat(i)+2hat(j)+nhat(k)` is perpendicular to `4hat(i)+2hat(j)+2hat(k)` then find the value of n ? |
|
Answer» `(1hat(i) +2hat(j)+nhat(k)).(4hat(i)+2hat(j)+ 2hat(k))=0` `4+4+n(2)=0rArrn=-4` |
|