 
                 
                InterviewSolution
 Saved Bookmarks
    				| 1. | Find the sum of the vectors a=i-2j+k, vector b=-2i+4j+5k and vector c=i-6j-7k. | 
| Answer» vector (a+b+c)=(1-2+1)i+(-2+4-6)j+(1+5-7)k = -4j+k | |