Question:

If \[ \begin{bmatrix} a & 2 & 3 b & 5 & -1 \end{bmatrix} \begin{bmatrix} 1 & 2 3 & 4 -1 & 1 \end{bmatrix} = \begin{bmatrix} 4 & 13 12 & 11 \end{bmatrix} \] then $(a,b)$ is

Show Hint

Always verify both columns — ensures no calculation mistake.
Updated On: Apr 15, 2026
  • $(1, -2)$
  • $(-1, -4)$
  • $(1, 3)$
  • $(1, -4)$
Show Solution
collegedunia
Verified By Collegedunia

The Correct Option is D

Solution and Explanation

Concept: Matrix multiplication: Row × Column.

Step 1:
Multiply first row. \[ [a\ \ 2\ \ 3] \begin{bmatrix} 1 3 -1 \end{bmatrix} = a + 6 - 3 = a + 3 = 4 \Rightarrow a = 1 \] \[ [a\ \ 2\ \ 3] \begin{bmatrix} 2 4 1 \end{bmatrix} = 2a + 8 + 3 = 2a + 11 = 13 \Rightarrow a = 1 \text{ (consistent)} \]

Step 2:
Multiply second row. \[ [b\ \ 5\ \ -1] \begin{bmatrix} 1 3 -1 \end{bmatrix} = b + 15 + 1 = b + 16 = 12 \Rightarrow b = -4 \] \[ [b\ \ 5\ \ -1] \begin{bmatrix} 2 4 1 \end{bmatrix} = 2b + 20 - 1 = 2b + 19 = 11 \Rightarrow b = -4 \text{ (consistent)} \]
Was this answer helpful?
0
0