All Exams Test series for 1 year @ ₹349 only
Question

Let $A =  \(\begin{bmatrix} 2 & 2+p & 2+p+q \\ 4 & 6+2p & 8+3p+2q \\ 6 & 12+3p & 20+6p+3q \end{bmatrix}\) If $\det (\text{adj (adj (3A))})= 2^m \cdot 3^n$, $m, n \in \mathbb{N}$, then $m + n$ is equal to

The correct answer is
24

Matrix Simplification and Determinant Calculation

First, simplify the given matrix $A$ using row operations to find its determinant.

Given matrix:

$ A = \begin{bmatrix} 2 & 2+p & 2+p+q \\ 4 & 6+2p & 8+3p+2q \\ 6 & 12+3p & 20+6p+3q \end{bmatrix} $

Apply row operations:

  • $R_2 \leftarrow R_2 - 2R_1$
  • $R_3 \leftarrow R_3 - 3R_1$

The matrix transforms into:

$ \begin{bmatrix} 2 & 2+p & 2+p+q \\ 0 & 2 & 4+p \\ 0 & 6 & 14+3p \end{bmatrix} $

Now, calculate the determinant of $A$ using the cofactor expansion along the first column:

$ \det(A) = 2 \times \begin{vmatrix} 2 & 4+p \\ 6 & 14+3p \end{vmatrix} $ $ \det(A) = 2 \times [2(14+3p) - 6(4+p)] $ $ \det(A) = 2 \times [28 + 6p - 24 - 6p] $ $ \det(A) = 2 \times [4] = 8 $

Properties of Adjoint and Determinant

We need to evaluate $\det(\text{adj}(\text{adj}(3A)))$. Let the matrix size be $n=3$. We use the following properties for an $n \times n$ matrix $X$:

  • $\det(kA) = k^n \det(A)$
  • $\text{adj}(\text{adj}(X)) = (\det(X))^{n-2} X$ (for $n \ge 3$)

Let $X = 3A$. Using the property $\text{adj}(\text{adj}(X)) = (\det(X))^{n-2} X$, we get:

$ \text{adj}(\text{adj}(3A)) = (\det(3A))^{3-2} (3A) = (\det(3A)) (3A) $

Now, find the determinant of this expression:

$ \det(\text{adj}(\text{adj}(3A))) = \det((\det(3A)) (3A)) $

Using $\det(kA) = k^n \det(A)$, where $k = \det(3A)$ and the matrix is $3A$ (size $n=3$):

$ \det(\text{adj}(\text{adj}(3A))) = (\det(3A))^3 \det(3A) = (\det(3A))^4 $

Calculating $\det(\text{adj}(\text{adj}(3A)))$

First, calculate $\det(3A)$ using $\det(kA) = k^n \det(A)$ with $k=3$ and $n=3$:

$ \det(3A) = 3^3 \det(A) = 27 \times 8 = 216 $

Now substitute this value back into the expression for $\det(\text{adj}(\text{adj}(3A)))$:

$ \det(\text{adj}(\text{adj}(3A))) = (216)^4 $

Express 216 in terms of its prime factors:

$ 216 = 6^3 = (2 \times 3)^3 = 2^3 \times 3^3 $

Therefore:

$ (216)^4 = (2^3 \times 3^3)^4 = (2^3)^4 \times (3^3)^4 = 2^{12} \times 3^{12} $

We are given that $\det(\text{adj}(\text{adj}(3A))) = 2^m \cdot 3^n$. So:

$ 2^{12} \cdot 3^{12} = 2^m \cdot 3^n $

Finding m + n

By comparing the powers of 2 and 3, we find:

  • $m = 12$
  • $n = 12$

Both $m$ and $n$ are natural numbers, as required.

The value of $m + n$ is:

$ m + n = 12 + 12 = 24 $
Was this answer helpful?

Similar Questions

  1. Let A be a $3 \times 3$ matrix such that $A + A^T = O$. If $A\begin{bmatrix} 1 \\ -1 \\ 0 \end{bmatrix} = \begin{bmatrix} 3 \\ 3 \\ 2 \end{bmatrix}$, $A^2\begin{bmatrix} 1 \\ -1 \\ 0 \end{bmatrix} = \begin{bmatrix} -3 \\ 19 \\ -24 \end{bmatrix}$ and $\det(adj(2 \ adj(A + I))) = (2)^\alpha \cdot (3)^\beta \cdot (11)^\gamma$, $\alpha, \beta, \gamma$ are non-negative integers, then $\alpha + \beta + \gamma$ is equal to _________
  2. Let $\alpha = \frac{-1 + i\sqrt{3}}{2}$ and $\beta = \frac{-1 - i\sqrt{3}}{2}$, $i = \sqrt{-1}$. If $(7 - 7\alpha + 9\beta)^{20} + (9 + 7\alpha - 7\beta)^{20} + (-7 + 9\alpha + 7\beta)^{20} + (14 + 7\alpha + 7\beta)^{20} = m^{10}$, then $m$ is _________
  3. Let ABC be a triangle. Consider four points $p_1, p_2, p_3, p_4$ on the side AB, five points $p_5, p_6, p_7, p_8, p_9$ on the side BC, and four points $p_{10}, p_{11}, p_{12}, p_{13}$ on the side AC. None of these points is a vertex of the triangle ABC. Then the total number of pentagons, that can be formed by taking all the vertices from the points $p_1, p_2, ..., p_{13}$, is _________
  4. If $X = \begin{bmatrix} x \\ y \\ z \end{bmatrix}$ is a solution of the system of equations $AX = B$, where $\text{adj } A = \begin{bmatrix} 4 & 2 & 2 \\ -5 & 0 & 5 \\ 1 & -2 & 3 \end{bmatrix}$ and $B = \begin{bmatrix} 4 \\ 0 \\ 2 \end{bmatrix}$, then $|x + y + z|$ is equal to :
  5. Let $C_r$ denote the coefficient of $x^r$ in the binomial expansion of $(1 + x)^n$, $n \in \mathbb{N}, 0 \leq r \leq n$. If $P_n = C_0 - C_1 + \frac{2^2}{3} C_2 - \frac{2^3}{4} C_3 + \dots + \frac{(-2)^n}{n+1} C_n$, then the value of $\sum_{n=1}^{25} \frac{1}{P_{2n}}$ equals.
  6. The number of elements in the relation $R = \{(x, y) : 4x^2 + y^2 < 52, x, y \in \mathbb{Z}\}$ is
  7. Let $S = \{z \in \mathbb{C} : 4z^2 + \bar{z} = 0\}$. Then $\sum_{z \in S} |z|^2$ is equal to :
  8. Let f and g be functions satisfying $f(x+y) = f(x)f(y), f(1) = 7$ and $g(x+y) = g(xy), g(1) = 1$, for all $x, y \in \mathbb{N}$. If $\sum_{x=1}^{n} \left(\frac{f(x)}{g(x)}\right) = 19607$, then n is equal to :

  9. Let S be the set of the first 11 natural numbers. Then the number of elements in $A = \{B \subseteq S : n(B) \geq 2$ and the product of all elements of B is even is ________.

  10. Let $S = \frac{1}{25!} + \frac{1}{3!23!} + \frac{1}{5!21!} + \dots$ up to 13 terms. If $13S = \frac{2^k}{n!}, k \in \mathbb{N}$, then $n + k$ is equal to

Important Questions from Algebra

  1. Let A be a $3 \times 3$ matrix such that $A + A^T = O$. If $A\begin{bmatrix} 1 \\ -1 \\ 0 \end{bmatrix} = \begin{bmatrix} 3 \\ 3 \\ 2 \end{bmatrix}$, $A^2\begin{bmatrix} 1 \\ -1 \\ 0 \end{bmatrix} = \begin{bmatrix} -3 \\ 19 \\ -24 \end{bmatrix}$ and $\det(adj(2 \ adj(A + I))) = (2)^\alpha \cdot (3)^\beta \cdot (11)^\gamma$, $\alpha, \beta, \gamma$ are non-negative integers, then $\alpha + \beta + \gamma$ is equal to _________
  2. Let $\alpha = \frac{-1 + i\sqrt{3}}{2}$ and $\beta = \frac{-1 - i\sqrt{3}}{2}$, $i = \sqrt{-1}$. If $(7 - 7\alpha + 9\beta)^{20} + (9 + 7\alpha - 7\beta)^{20} + (-7 + 9\alpha + 7\beta)^{20} + (14 + 7\alpha + 7\beta)^{20} = m^{10}$, then $m$ is _________
  3. Let ABC be a triangle. Consider four points $p_1, p_2, p_3, p_4$ on the side AB, five points $p_5, p_6, p_7, p_8, p_9$ on the side BC, and four points $p_{10}, p_{11}, p_{12}, p_{13}$ on the side AC. None of these points is a vertex of the triangle ABC. Then the total number of pentagons, that can be formed by taking all the vertices from the points $p_1, p_2, ..., p_{13}$, is _________
  4. If $X = \begin{bmatrix} x \\ y \\ z \end{bmatrix}$ is a solution of the system of equations $AX = B$, where $\text{adj } A = \begin{bmatrix} 4 & 2 & 2 \\ -5 & 0 & 5 \\ 1 & -2 & 3 \end{bmatrix}$ and $B = \begin{bmatrix} 4 \\ 0 \\ 2 \end{bmatrix}$, then $|x + y + z|$ is equal to :
  5. Let $C_r$ denote the coefficient of $x^r$ in the binomial expansion of $(1 + x)^n$, $n \in \mathbb{N}, 0 \leq r \leq n$. If $P_n = C_0 - C_1 + \frac{2^2}{3} C_2 - \frac{2^3}{4} C_3 + \dots + \frac{(-2)^n}{n+1} C_n$, then the value of $\sum_{n=1}^{25} \frac{1}{P_{2n}}$ equals.
Need Expert Advice?
More Questions from JEE Main

Start Your Preparation with Prepp Mobile App

Download the app from Google Play & App Store
Download the app from Google Play & App Store
Prepp Mobile App