Question:medium

Let $P$ and $Q$ be any two $3\times3$ matrices where $P=[p_{ij}]_{3\times3}$, $Q=[q_{ij}]_{3\times3}$ such that $q_{ij}=2^{\,i+j-1}p_{ij}$. Find $|\operatorname{adj}(\operatorname{adj}P)|$.

Show Hint

For $n\times n$ matrices, $\det(\operatorname{adj}A)=\det(A)^{n-1}$.
Updated On: Jan 27, 2026
Show Solution

Correct Answer: 16

Solution and Explanation

Step 1: Use standard results of determinants and adjoint

For any non-singular square matrix A of order n:

adj(adj A) = |A|n−2 A


Step 2: Apply the result for a 3 × 3 matrix

Here, P is a 3 × 3 matrix, so n = 3.

adj(adj P) = |P|3−2 P = |P| · P


Step 3: Take determinant on both sides

|adj(adj P)| = | |P| · P |

= |P|3 · |P|

= |P|4


Final Answer:

|adj(adj P)| = |P|4

Was this answer helpful?
0