StemCET Logo

Maths Question 6 – JEE-MAIN 2026

Let A=[112201135]. Then the sum of all elements of the matrix adj(adj(2(adjA1))) is equal to:

Simplify the given expression using properties of adjoint and inverse of a matrix.

Step 1: Simplify the matrix expression using adjoint properties✦ Active

Let the given expression be P=adj(adj(2(adjA1))). For a 3×3 matrix (n=3), we use the following properties:

adj(adj(M))=|M|n2M=|M|M
|kM|=kn|M|
adj(M1)=(adjM)1
(adjM)1=1|M|M
|adjM|=|M|n1=|M|2

Applying these properties sequentially to P:

P=|2(adjA1)|(2(adjA1))
P=(23|adjA1|)(2(adjA1))=16|adjA1|adjA1
P=16|(adjA)1|(adjA)1
P=161|adjA|(adjA)1
P=161|adjA|(1|A|A)
P=161|A|21|A|A=161|A|3A
Step 2: Calculate the determinant of matrix A○ Expand

Given A=[112201135]. The determinant |A| is calculated as:

|A|=1(0513)1(2511)+2(2301)
|A|=1(3)1(101)+2(60)
|A|=31(11)+2(6)
|A|=3+1112=812=4
💡 Teacher's Secret Hint

Double-check determinant calculations to avoid arithmetic errors.

Step 3: Substitute the determinant value and find the sum of elements○ Expand

Substitute |A|=4 into the simplified expression for P from Step 1:

P=161(4)3A=16164A=14A

Now, find the sum of all elements of matrix A:

Sum of elements of A=(1+1+2)+(2+0+1)+(1+3+5)
=4+(1)+9=3+9=12

The sum of all elements of matrix P is then:

Sum of elements of P=14×(Sum of elements of A)
=14×12=3
💡 Teacher's Secret Hint

Ensure all elements, including negative ones, are correctly summed for matrix A.

✦ STEM Console utilizes AI models to generate step-by-step explanations and math clues. AI can make mistakes.