

InterviewSolution
Saved Bookmarks
1. |
If`[5" "6]{:[(1,-3),(-1,x)]:}{:[(3),(4)]:}=[-15]`, then the value of x is __________ .A. 4B. 2C. 3D. 1 |
Answer» Correct Answer - B `[5" "6]{:[(1,-3),(-1,x)]:}{:[(3),(4)]:}=[-15]` `[5-6-15+6x]{:[(3),(4)]:}=[=15]` `[-1-15+16x]{:[(3),(4)]:}=[15]` `[-3+4(6x-15)]=[-15]` `[-3+24x-60]=[-15]` `[24x-63]=[-15]` 24x-63=-15 24x=63-15 24x=48 x=2. |
|