

InterviewSolution
Saved Bookmarks
1. |
If `[(1,2,-3),(0,4,5),(0,0,1)][(x),(y),(z)]=[(1),(1),(1)]`, then `(x, y, z)` is equal toA. `(1, 6, 6)`B. `(1, -6, 6)`C. `(1, 1, 6)`D. `(6, -1, 1)` |
Answer» Correct Answer - d |
|