Question:medium

If $A$ is a square matrix of order 3 such that $|A| = 2$, then $|\operatorname{adj}(\operatorname{adj}(A))|$ is:

Show Hint

Use the formula recursively for \(\operatorname{adj}(\operatorname{adj}(A))\) using the order of the matrix.
Updated On: Mar 19, 2026
  • 2
  • 16
  • -16
Show Solution

The Correct Option is C

Solution and Explanation

Step 1: The determinant of the adjugate of an \(n \times n\) matrix \(A\) is given by \(|\operatorname{adj}(A)| = |\det(A)|^{n-1}\). For \(n = 3\) and \(|A| = 2\), we have \(|\operatorname{adj}(A)| = 2^{3-1} = 2^{2} = 4\). Step 2: To find \(|\operatorname{adj}(\operatorname{adj}(A))|\), we treat \(\operatorname{adj}(A)\) as a new \(3 \times 3\) matrix. Applying the same formula, \(|\operatorname{adj}(\operatorname{adj}(A))| = |\det(\operatorname{adj}(A))|^{3-1} = |\det(\operatorname{adj}(A))|^{2}\). Step 3: We know that \(\det(\operatorname{adj}(A)) = |\operatorname{adj}(A)|\). From Step 1, \(\det(\operatorname{adj}(A)) = 4\). Step 4: Substituting the value from Step 3 into the equation from Step 2, we get \(|\operatorname{adj}(\operatorname{adj}(A))| = 4^{2} = 16\).
Was this answer helpful?
0