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).