StemCET Logo

Maths Question 15 – JEE-MAIN 2025

← Back
Let aR and A be a matrix of order 3×3 such that det(A)=4 and A+I=[1a1210a12], where I is the identity matrix of order 3×3. If det((a+1)adj((a1)A)) is 2m3n, m,n{0,1,2,...,20}, then m+n is equal to :

First, subtract the identity matrix from the given sum to find A, then calculate its determinant and equate it to the given value to solve for a.

Video Walkthrough
Step 1: Determine matrix A and the value of 'a'✦ Active

Given A+I=[1a1210a12], we find A by subtracting the identity matrix I=[100010001]:

A=[1a1210a12][100010001]=[0a1200a11]

Now, calculate det(A):

det(A)=0(00)a(20)+1(20)=2a+2

Given det(A)=4, we have:

2a+2=42a=6a=3
Step 2: Simplify the expression using determinant properties○ Expand

Substitute a=3 into the expression det((a+1)adj((a1)A)):

det((3+1)adj((31)A))=det(4adj(2A))

Using the property det(kM)=kndet(M) where n=3 (order of matrix A):

det(4adj(2A))=43det(adj(2A))=64det(adj(2A))

Using the property det(adj(M))=(det(M))n1 where n=3:

64det(adj(2A))=64(det(2A))31=64(det(2A))2

Now, calculate det(2A) using det(kM)=kndet(M):

det(2A)=23det(A)=8(4)=32

Substitute this back into the expression:

64(det(2A))2=64(32)2=641024
💡 Teacher's Secret Hint

Remember to apply the determinant properties for scalar multiplication and adjoints in the correct order.

Step 3: Express in powers of 2 and 3 and find m+n○ Expand

Express the result in terms of powers of 2 and 3:

641024=26210=216

Given that the expression is 2m3n, by comparing with 216:

m=16
n=0

Both m=16 and n=0 are within the set {0,1,2,...,20}. Finally, calculate m+n:

m+n=16+0=16
💡 Teacher's Secret Hint

Ensure all calculations are correct, especially powers of 2.

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