<p>If <i>A</i> is a square matrix of order 5 and \(2A^{-1} = A^T\), then the remainder when \(|\text{adj}(\text{adj}(\text{adj}\, A))|\) is divided by 7 is</p>
Step-by-Step Solution
Key Concept: Use the relation 2A⁻¹ = Aᵀ to find |A|, then apply the determinant formula for adjugate matrices repeatedly: |adj(M)| = |M|^(n-1) for order n matrices.
<p><strong>Step 1:</strong> Find |A| from the condition 2A⁻¹ = Aᵀ</p><p>Taking determinants: |2A⁻¹| = |Aᵀ|</p><p>2⁵|A⁻¹| = |A| (since |2A⁻¹| = 2⁵|A⁻¹| and |Aᵀ| = |A|)</p><p>32 · (1/|A|) = |A|</p><p>|A|² = 32, so |A| = ±4√2</p><p>Since we need integer answers mod 7, reconsider: |A|² = 32 implies |A|⁴ = 1024</p><p><strong>Step 2:</strong> Apply determinant formula for adjugates iteratively</p><p>For square matrix M of order n: |adj(M)| = |M|^(n-1)</p><p>Let |A| = d. Then:</p><p>|adj(A)| = |A|⁴ = d⁴</p><p>|adj(adj(A))| = |adj(A)|³ = (d⁴)³ = d¹²</p><p>|adj(adj(adj(A)))| = |adj(adj(A))|⁴ = (d¹²)⁴ = d⁴⁸</p><p><strong>Step 3:</strong> Calculate d⁴⁸ mod 7</p><p>From |A|² = 32: |A|⁴ = 1024 ≡ 2 (mod 7)</p><p>So d⁴ ≡ 2 (mod 7)</p><p>d⁴⁸ = (d⁴)¹² ≡ 2¹² (mod 7)</p><p>2¹² = 4096 = 585 × 7 + 1 ≡ 1 (mod 7)</p><p>∴ Answer: D (remainder is 1)</p>
Correct Answer: D