

InterviewSolution
Saved Bookmarks
1. |
If \(\begin{bmatrix} 2x+y & 4x \\[0.3em] 5x-7 & 4x \\[0.3em] \end{bmatrix}\) =\(\begin{bmatrix} 7 & 7y-13 \\[0.3em] y & x+6 \\[0.3em] \end{bmatrix}\), then the value of x + y is :A. x = 3, y = 1 B. x = 2, y = 3 C. x = 2, y = 4 D. x = 3, y = 3 |
Answer» (B). x = 2, y = 3 Comparing the equations, 2x + y = 7 & 4x = x + 6 3x = 6, x = 2 2(2) + y = 7 y = 7 – 4 = 3 x = 2 & y = 3 Option (B) is the answer. |
|