Let A=21012−10−12. If ∣adj(adj(adj2A))∣=(16)n, then n is equal to :
Options
Solution
Key Concepts and Formulas
Before we dive into the solution, let's recall the fundamental properties of determinants and adjoints that are crucial for solving this problem. For an N×N matrix A:
Determinant of a scalar multiple of a matrix: If k is a scalar, then ∣kA∣=kN∣A∣. Here, N represents the order (dimension) of the matrix. For a 3×3 matrix, N=3.
Determinant of the adjoint of a matrix: ∣adjA∣=∣A∣N−1. Again, N is the order of the matrix.
Iterative application of the adjoint property: If we apply the adjoint property multiple times, say k times, for an N×N matrix A:
∣adj(adj(…(adjA)…))∣ (k times)=∣A∣(N−1)k
Step-by-Step Solution
Given the matrix A=21012−10−12.
The order of matrix A is N=3.
Step 1: Calculate the Determinant of Matrix A, ∣A∣
We begin by finding the determinant of the given matrix A. We can expand the determinant along the first row for simplicity, as it contains a zero element.
∣A∣=21012−10−12
Expanding along the first row:
∣A∣=2⋅2−1−12−1⋅10−12+0⋅102−1
Now, we calculate the 2×2 determinants:
∣A∣=2⋅((2)(2)−(−1)(−1))−1⋅((1)(2)−(−1)(0))+0∣A∣=2⋅(4−1)−1⋅(2−0)∣A∣=2⋅(3)−1⋅(2)∣A∣=6−2∣A∣=4
Step 2: Calculate the Determinant of 2A, ∣2A∣
Next, we need to find the determinant of the matrix 2A. We use the property ∣kA∣=kN∣A∣. In this case, k=2 and N=3 (since A is a 3×3 matrix).
∣2A∣=23∣A∣
Substitute the value of ∣A∣=4 that we calculated in Step 1:
∣2A∣=8×4∣2A∣=32
Step 3: Simplify the Expression ∣adj(adj(adj2A))∣
Let X=2A. We need to evaluate ∣adj(adj(adjX))∣.
Since A is a 3×3 matrix, 2A (which is X) is also a 3×3 matrix. So, the order of matrix X is N=3.
We apply the iterative adjoint property for k=3 adjoints:
∣adj(adj(adjX))∣=∣X∣(N−1)3
Substitute N=3 into the formula:
∣adj(adj(adjX))∣=∣X∣(3−1)3∣adj(adj(adjX))∣=∣X∣23∣adj(adj(adjX))∣=∣X∣8
Now, substitute back X=2A:
∣adj(adj(adj2A))∣=∣2A∣8
Step 4: Substitute Values and Solve for n
From Step 2, we found that ∣2A∣=32. Substitute this value into the simplified expression from Step 3:
∣adj(adj(adj2A))∣=(32)8
The problem statement gives us the equation ∣adj(adj(adj2A))∣=(16)n.
Therefore, we equate the two expressions:
(16)n=(32)8
To solve for n, we need to express both sides of the equation with a common base. The simplest common base for 16 and 32 is 2.
We know that 16=24 and 32=25.
Substitute these into the equation:
(24)n=(25)8
Using the exponent rule (ab)c=abc:
24n=25×824n=240
Since the bases are equal, the exponents must also be equal:
4n=40
Divide by 4 to solve for n:
n=440n=10
Common Mistakes & Tips
Order of Matrix (N): Always correctly identify the order of the matrix (N) at each step. For this problem, A is 3×3, so N=3. This is fundamental for applying the determinant properties correctly.
Exponent Rules: Be meticulous with exponent rules. The iterative adjoint property involves powers of (N−1), specifically (N−1)k for k adjoints, not k(N−1).
Base Conversion: When solving exponential equations like ax=by, convert both a and b to their smallest common prime factor base (e.g., 16=24, 32=25) to simplify calculations and prevent errors.
Summary
This problem is a direct test of your understanding and application of two fundamental properties of determinants: the determinant of a scalar multiple of a matrix (∣kA∣=kN∣A∣) and the determinant of the adjoint of a matrix (∣adjA∣=∣A∣N−1). By systematically calculating ∣A∣, then ∣2A∣, and finally applying the iterative adjoint property for three adjoints, we simplified the given expression. Equating this to (16)n and converting both sides to a common base (base 2) allowed us to solve for n using basic exponent rules.
The final answer is 10, which corresponds to option (C).