

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