Question:medium

Matrix A is non-singular matrix and $(A - 3I)(A - 5I) = 0$, then $\frac{15}{8} A^{-1} = \dots\dots$

Show Hint

This technique is a direct application of the Cayley-Hamilton theorem. To quickly find an inverse from a polynomial equation, simply factor out $A$ from all higher-degree terms and push the Identity matrix to the other side!
Updated On: Jun 19, 2026
  • $I - 8A$
  • $2I - \frac{1}{15} A$
  • $I - \frac{1}{8} A$
  • $8I - 15 A$
Show Solution

The Correct Option is C

Solution and Explanation

Step 1: Understanding the Concept:
Expand the given matrix equation and manipulate it to isolate the term containing $A^{-1}$ by multiplying by $A^{-1}$ throughout.

Step 2: Formula Application:

$(A - 3I)(A - 5I) = A^2 - 5A - 3A + 15I = A^2 - 8A + 15I = 0$.

Step 3: Explanation:

Multiply by $A^{-1}$ on both sides: $A^{-1}(A^2 - 8A + 15I) = A^{-1}(0)$ $A - 8I + 15A^{-1} = 0$ $15A^{-1} = 8I - A$ Divide by 8: $\frac{15}{8} A^{-1} = I - \frac{1}{8} A$.

Step 4: Final Answer:

The result is $I - \frac{1}{8} A$.
Was this answer helpful?
0