

InterviewSolution
Saved Bookmarks
1. |
If \(\begin{bmatrix}-2&-3&1\\[0.3em]-y-2&-1&4\end{bmatrix} = \begin{bmatrix}x + 2&-3&1\\[0.3em]5&-1&4\end{bmatrix}\), then find the value of x and y. |
Answer» \(\begin{bmatrix}-2&-3&1\\[0.3em]-y-2&-1&4\end{bmatrix} = \begin{bmatrix}x + 2&-3&1\\[0.3em]5&-1&4\end{bmatrix}\) On comparing, x + 2 = -2 ∴ x = -4 – y – 2 = 5 ⇒ y = -7 Hence, x = -4, y = -7 |
|