Question:medium

If \(A = \begin{bmatrix} 1 & -2 & 2 0 & 2 & -3 3 & -2 & 4 \end{bmatrix}\), find the value of the matrix expression \(A(I + \text{adj } A)\), where \(I\) is the identity matrix of the same order as \(A\).

Show Hint

Always replace \(A\cdot \text{adj}(A)\) with \(|A|I\). It saves time and avoids the heavy computation of cofactors in higher-order matrices.
Updated On: May 19, 2026
  • \( \begin{bmatrix} 8 & -2 & 2 0 & 8 & -3 3 & -2 & 8 \end{bmatrix} \)
  • \( \begin{bmatrix} 9 & -2 & 2 0 & 10 & -3 3 & -2 & 12 \end{bmatrix} \)
  • \( \begin{bmatrix} 1 & -16 & 16 0 & 16 & -24 24 & -16 & 32 \end{bmatrix} \)
  • \( \begin{bmatrix} 9 & 0 & 0 0 & 10 & 0 0 & 0 & 12 \end{bmatrix} \)
Show Solution

The Correct Option is B

Solution and Explanation

Was this answer helpful?
0