

InterviewSolution
Saved Bookmarks
1. |
If `[(1,2,3),(2,4,1),(3,2,9)][(x),(y),(z)]=[(6),(7),(14)]`, then the values of `x, y, z` respectively areA. `1, 2, 3`B. `1, 1, 1`C. `2, 2, 2`D. `3, 2, 1` |
Answer» Correct Answer - b |
|