 
                 
                InterviewSolution
 Saved Bookmarks
    				| 1. | Find matrices `A` and `B`, if `2A - B = [[6, -6, 0], [-4, 2, 1]]` and `2B + A = [[3, 2, 5], [-2, 1, -7]]`A. `[(-3,2,1),(2,1,-1)]`B. `[(3,2,-1),(2,-1,1)]`C. `[(3,2,-1),(-2,1,-1)]`D. none of these | 
| Answer» Correct Answer - C 5A=2(2A-B)+(2B+A) Then , A=1/5(5A). | |