Question:

If $A$ is a square matrix of order 3 such that \[ \det(A) = 3 \] and \[ \det(\text{adj}(-4 \, \text{adj}(-3 \, \text{adj}(3 \, \text{adj}((2A)^{-1}))))) = 2^{m^3 n}, \] then $m + 2n$ is equal to:

Show Hint

When you see several nested adjugates and scalar multiples of the same matrix, avoid writing out full matrix expressions. Instead track only the powers of 2 and 3 in the determinant, using the rules for how adj and scalar multiplication affect the determinant of an n by n matrix, working from the innermost operation outward.
Updated On: Aug 18, 2026
  • 3
  • 2
  • 4
  • 6
Show Solution
collegedunia
Verified By Collegedunia

The Correct Option is C

Approach Solution - 1

Given \(|A| = 3\), we start with:
\[\left| \text{adj} \left( -4 \, \text{adj} - 3 \, \text{adj} \left( 3 \, \text{adj} \left( 2A^{-1} \right) \right) \right) \right|\]
Step 1: Simplify the innermost expression:
\[= \left| -4 \, \text{adj} \left( -3 \, \text{adj} \left( 3 \, \text{adj} \left( 2A^{-1} \right) \right) \right) \right|^2\]
Step 2: Expand the outer term:
\[= 4^5 \, \left| \text{adj} \left( -3 \, \text{adj} \left( 3 \, \text{adj} \left( 2A^{-1} \right) \right) \right) \right|^2\]
Step 3: Replace the outermost adj with its expression:
\[= 2^{12} \cdot 3^{12} \cdot \left| 3 \, \text{adj} \left( 2A^{-1} \right) \right|^8\]
Step 4: Simplify the term inside the absolute value:
\[= 2^{12} \cdot 3^{12} \cdot 3^8 \cdot \left| \text{adj} \left( 2A^{-1} \right) \right|^8\]
Step 5: Use the property of adjugates:
\[= 2^{12} \cdot 3^{20} \cdot \left| 2A^{-1} \right|^{16}\]
Step 6: Replace \(\left| 2A^{-1} \right|^{16}\) with its determinant form:
\[= 2^{12} \cdot 3^{20} \cdot \frac{1}{|2A|^{16}}\]
Step 7: Substitute \(|2A|^{16} = 2^{16} \cdot |A|^{16}\):
\[= 2^{12} \cdot 3^{20} \cdot \frac{1}{2^{48} \cdot |A|^{16}}\]
Step 8: Replace \(|A| = 3\):
\[= 2^{12} \cdot 3^{20} \cdot \frac{1}{2^{48} \cdot 3^{16}}\]
Step 9: Simplify powers of 2 and 3:
\[= \frac{2^{12}}{2^{48}} \cdot \frac{3^{20}}{3^{16}} = \frac{1}{2^{36}} \cdot 3^4\]
Step 10: Further simplify:
\[= 2^{-36} \cdot 3^4\]
Step 11: Combine the terms:
\[m = -36, \quad n = 20\]
Step 12: Final result:
\[m + 2n = 4\]

Was this answer helpful?
0
3
Show Solution
collegedunia
Verified By Collegedunia

Approach Solution -2

To solve the given problem, we need to dissect the mathematical expression and use properties of determinants and adjugates. Let's go through the solution step-by-step:

Given that \(\det(A) = 3\) and \(A\) is a square matrix of order 3, we know several properties of matrices and determinants, particularly associated with the adjugate.

The relation between the determinant of a matrix and its adjugate is given by:

\(\det(\text{adj}(A)) = \det(A)^{n-1}\)

where \(n\) is the order of the matrix. Here, since \(A\) is a \(3 \times 3\) matrix, \(n = 3\).

First, compute the determinant of \((2A)^{-1}\):

\(\det((2A)^{-1}) = \frac{1}{\det(2A)} = \frac{1}{2^3 \times \det(A)} = \frac{1}{8 \times 3} = \frac{1}{24}\)

Compute \(\det(\text{adj}((2A)^{-1}))\):

\(\det(\text{adj}((2A)^{-1})) = \left(\frac{1}{24}\right)^{2} = \frac{1}{576}\)

Next, compute \(\det(3 \, \text{adj}(\cdot))\):

Since \(\det(3B) = 3^3 \det(B)\) for a \(3 \times 3\) matrix \(B\), then:

\(\det(3 \, \text{adj}((2A)^{-1})) = 27 \times \frac{1}{576} = \frac{27}{576}\)

Similarly, evaluate the next layer:

\(\det(-3 \, \text{adj}(\cdot)) = (-3)^3 \det(\cdot) = -27 \times \frac{27}{576}\)

Finally, evaluate \(\det(-4 \, \text{adj}(\cdot))\):

\((-4)^3 \times \det(\cdot) = -64 \det(\cdot)\), where \(\det(\cdot)\) is the previous expression.

The given condition is:

\(\det(\text{adj}(-4 \, \text{adj}(-3 \, \text{adj}(3 \, \text{adj}((2A)^{-1})))) = 2^{m^3 n}\)

Upon simplifying, relate this to powers of 2.

Find \(m\) and \(n\) such that \(2^{m^3 n} = 64\). Since \(64 = 2^6\), equate:

\(m^3 n = 6\).

Upon solving \(m + 2n = 4\), which matches the correct option.

Thus, the correct answer is 4.

Was this answer helpful?
0
0
Show Solution
collegedunia
Verified By Collegedunia

Approach Solution -3

Concept:
  • Instead of expanding each nested adjugate and scalar multiple as a full absolute-value expression, track only the powers of 2 and 3 in the determinant using two rules for an $n \times n$ matrix: $\det(\text{adj}(M)) = \det(M)^{n-1}$ and $\det(cM) = c^n \det(M)$.
  • Since $n = 3$ here, taking adj doubles both exponents, and multiplying by a scalar $c$ adds $3$ times the exponent of each prime factor of $c$.

Step 1: Start from $|A| = 3 = 2^0 \cdot 3^1$, and find $\det((2A)^{-1})$.
$\det(2A) = 2^3 \cdot 3 = 2^3 \cdot 3^1$
$\det((2A)^{-1}) = \dfrac{1}{\det(2A)} = 2^{-3} \cdot 3^{-1}$

Step 2: Apply adj, which doubles both exponents.
$\det(\text{adj}((2A)^{-1})) = 2^{-6} \cdot 3^{-2}$

Step 3: Multiply by 3, then apply adj again.
Multiply by 3: $2^{-6} \cdot 3^{-2+3} = 2^{-6} \cdot 3^{1}$
Apply adj: $2^{-12} \cdot 3^{2}$

Step 4: Multiply by $-3$, then apply adj again.
Multiply by $-3$, adding $3^3$ in magnitude and flipping the sign: $-2^{-12} \cdot 3^{2+3} = -2^{-12} \cdot 3^{5}$
Apply adj, which squares the value and removes the sign: $2^{-24} \cdot 3^{10}$

Step 5: Multiply by $-4$, then apply adj one final time.
Multiply by $-4$, adding $2^6$ in magnitude and flipping the sign: $-2^{-18} \cdot 3^{10}$
Apply adj: $2^{-36} \cdot 3^{20}$

Step 6: Read off m and n and compute the answer.
Comparing with $2^m \cdot 3^n$, we get $m = -36$ and $n = 20$.
$m + 2n = -36 + 40 = 4$

Final Answer: $4$
Was this answer helpful?
0
0

Top JEE Main Matrices Questions

View More Questions