 
                 
                InterviewSolution
 Saved Bookmarks
    				| 1. | Write a unit vector in the direction of the sum of the vectors ` vec a=2 hat i+2 hat j-5 hat k a n d vec b=2 hat i+ hat j-7 hat kdot` | 
| Answer» Correct Answer - `(1)/(13)(4hat(i)+3hat(j)-12hat(k))` Required unit vector`=((vec(a)xxvec(b)))/(|vec(a)xxvec(b)|)=((4hat(i)+3hat(j)-12hat(k)))/(sqrt(16+9+144))=(1)/(13)(4hat(i)+3hat(j)-12hat(k))`. | |