Question:medium

If $A = \begin{bmatrix} 1 & 0 & 1 \\ 0 & 2 & 3 \\ 1 & 2 & 1 \end{bmatrix}$, then the value of the determinant of $A^{-1}$ is

Show Hint

Never spend time calculating the adjoint or inverse matrix if the question only asks for the determinant of an inverse or power of a matrix. Always use determinant properties like $|A^{-1}| = |A|^{-1}$ or $|A^n| = |A|^n$ to save valuable time.
Updated On: Jun 18, 2026
  • $-6$
  • $-\frac{1}{6}$
  • $\frac{1}{36}$
  • $36$
Show Solution

The Correct Option is B

Solution and Explanation

Step 1: Understanding the Question:
Given a 3×3 matrix A, find the determinant of its inverse |A⁻¹|.

Step 2: Key Formula or Approach:

A fundamental determinant property states |A⁻¹| = 1/|A|. So we only need to compute the determinant of the original matrix A.

Step 3: Detailed Explanation:

Expanding |A| along the first row: |A| = 1·|2 3; 2 1| - 0 + 1·|0 2; 1 2| = 1·(2·1 - 3·2) + 1·(0·2 - 2·1) = (2 - 6) + (0 - 2) = -4 - 2 = -6. Therefore, |A⁻¹| = 1/(-6) = -1/6.

Step 4: Final Answer:

The determinant is -1/6, option (B).
Was this answer helpful?
0