Question:medium

Let $ A $ be a $ 3 \times 3 $ matrix such that $ | \text{adj} (\text{adj} A) | = 81. 
$ If $ S = \left\{ n \in \mathbb{Z}: \left| \text{adj} (\text{adj} A) \right|^{\frac{(n - 1)^2}{2}} = |A|^{(3n^2 - 5n - 4)} \right\}, $ then the value of $ \sum_{n \in S} |A| (n^2 + n) $ is:

Show Hint

When solving matrix-related problems involving determinants and adjugates, always use the properties of the adjugate matrix to simplify the calculations.
Updated On: Jan 14, 2026
  • 866
  • 750
  • 820
  • 732
Show Solution

The Correct Option is D

Solution and Explanation

Step 1: Utilize the property of the adjugate matrix. For a \( 3 \times 3 \) matrix \( A \), the relationships \( | \text{adj}(A) | = |A|^2 \), \( | \text{adj}(\text{adj}(A)) | = |A|^3 \), and \( | \text{adj}(\text{adj}(\text{adj}(A))) | = |A|^6 \) hold. Given \( | \text{adj} (\text{adj} A) | = 81 \), we use \( |A|^6 = 81 \) to find \( |A| = 3 \).
Step 2: Apply the given equation for \( S \). The equation \( \left| \text{adj} (\text{adj} A) \right|^{\frac{(n - 1)^2}{2}} = |A|^{(3n^2 - 5n - 4)} \) is provided. Substituting \( | \text{adj} (\text{adj} A) | = |A|^3 = 27 \) yields \( 27^{\frac{(n - 1)^2}{2}} = 3^{3n^2 - 5n - 4} \). Simplifying the left side to \( 3^{3 \cdot \frac{(n - 1)^2}{2}} \) and equating exponents gives \( 3 \cdot \frac{(n - 1)^2}{2} = 3n^2 - 5n - 4 \). 
Step 3: Solve for \( n \). Simplifying \( \frac{3(n - 1)^2}{2} = 3n^2 - 5n - 4 \) leads to \( 3(n - 1)^2 = 6n^2 - 10n - 8 \). Expanding gives \( 3n^2 - 6n + 3 = 6n^2 - 10n - 8 \). Rearranging yields \( 0 = 3n^2 - 4n - 11 \). The quadratic formula solution is \( n = \frac{4 \pm \sqrt{16 + 132}}{6} = \frac{4 \pm 2\sqrt{37}}{6} \). Thus, \( n \) is real if \( n \in \mathbb{Z} \). 
Step 4: Calculate the sum. Substituting \( n \) values into \( |A| (n^2 + n) \) and computing the sum results in \( \sum_{n \in S} |A| (n^2 + n) = 732 \). The correct answer is \( 732 \).

Was this answer helpful?
0