Question:medium

For a $3 \times 3$ matrix $A$, if $A(\operatorname{adj} A) = \begin{bmatrix} 99 & 0 & 0 \\0 & 99 & 0 \\0 & 0 & 99 \end{bmatrix}$, then $\det(A)$ is equal to:

Show Hint

The product \(A \cdot \operatorname{adj}(A)\) equals \(\det(A)\) times the identity matrix.
Updated On: Apr 2, 2026
  • \(3 \times 99\)
  • \(99^3\)
  • \(99^2\)
  • 99
Show Solution

The Correct Option is D

Solution and Explanation

For any square matrix \(A\), the matrix identity is \(A \cdot \operatorname{adj}(A) = \det(A) I\), where \(I\) is the identity matrix of the same order. We are given that \(A \cdot \operatorname{adj}(A) = \begin{bmatrix} 99 & 0 & 0 \\ 0 & 99 & 0 \\ 0 & 0 & 99 \end{bmatrix} = 99 I\). Comparing this with the identity \(A \cdot \operatorname{adj}(A) = \det(A) I\), we deduce that \(\det(A) = 99\).
Was this answer helpful?
0