MCQMediumJEE 2023Inverse & Adjoint of a Matrix

JEE Mathematics 2023 Question with Solution

Let A=[210121012].A = \begin{bmatrix} 2 & 1 & 0 \\ 1 & 2 & -1 \\ 0 & -1 & 2 \end{bmatrix}. If adj(adj(adj(2A)))=(16)n\left| \operatorname{adj}(\operatorname{adj}(\operatorname{adj}(2A))) \right| = (16)^n, then nn is equal to:

  • A

    88

  • B

    99

  • C

    1212

  • D

    1010

Answer

Correct answer:A

Step-by-step solution

Standard Method

Given: A=[210121012]A = \begin{bmatrix} 2 & 1 & 0 \\ 1 & 2 & -1 \\ 0 & -1 & 2 \end{bmatrix} and adj(adj(adj(2A)))=16n\left|\operatorname{adj}(\operatorname{adj}(\operatorname{adj}(2A)))\right| = 16^n.

Find: The value of nn.

First compute the determinant of AA:

A=2211211102|A| = 2\begin{vmatrix}2 & -1 \\ -1 & 2\end{vmatrix} - 1\begin{vmatrix}1 & -1 \\ 0 & 2\end{vmatrix} =2(41)(20)=62=4.= 2(4-1) - (2-0) = 6 - 2 = 4.

Now AA is of order 33, so for any 3×33 \times 3 matrix MM,

adj(M)=M31=M2.|\operatorname{adj}(M)| = |M|^{3-1} = |M|^2.

Also,

2A=23A=84=32.|2A| = 2^3|A| = 8 \cdot 4 = 32.

Apply the adjugate determinant property repeatedly:

adj(2A)=2A2=322|\operatorname{adj}(2A)| = |2A|^2 = 32^2 adj(adj(2A))=(322)2=324|\operatorname{adj}(\operatorname{adj}(2A))| = (32^2)^2 = 32^4 adj(adj(adj(2A)))=(324)2=328.|\operatorname{adj}(\operatorname{adj}(\operatorname{adj}(2A)))| = (32^4)^2 = 32^8.

Therefore,

328=(25)8=240.32^8 = (2^5)^8 = 2^{40}.

Since

16n=(24)n=24n,16^n = (2^4)^n = 2^{4n},

we get

240=24n4n=40n=10.2^{40} = 2^{4n} \Rightarrow 4n = 40 \Rightarrow n = 10.

Therefore, the value of nn is 1010. The correct option is D.

Common mistakes

  • Using adj(M)=M|\operatorname{adj}(M)| = |M| is incorrect for a 3×33 \times 3 matrix. The correct relation is adj(M)=M2|\operatorname{adj}(M)| = |M|^{2}. Always use Mr1|M|^{r-1} for a matrix of order rr.

  • Forgetting that 2A2A|2A| \neq 2|A| for a 3×33 \times 3 matrix is a common error. Since the scalar multiplies each row, 2A=23A|2A| = 2^3|A|.

  • Applying the adjugate property only once is wrong here because the adjugate is taken three times. Repeat the determinant transformation at each stage in sequence.

Practice more Inverse & Adjoint of a Matrix questions

Get unlimited AI-adaptive practice, mastery tracking, and an AI tutor that explains every step — free to start.

Related questions