

InterviewSolution
Saved Bookmarks
1. |
If `[{:(x,6),(-1,2w):}]+[{:(" "4,x+y),(z+w," "3):}]=3[{:(x,y),(z,w):}]`, find the values of x, y, z, w. |
Answer» Correct Answer - `x=2,y=4,z=1,w=3` | |