Question:medium

If \( A = \begin{bmatrix} 3 & -2 \\ 4 & -2 \end{bmatrix} \), then \( A^2 + I = \) _____

Show Hint

Always verify options by direct substitution in matrix problems.
Updated On: Apr 2, 2026
  • \( A - 2I \)
  • \( A + I \)
  • \( A - I \)
  • \( I - A \)
Show Solution

The Correct Option is C

Solution and Explanation

Step 1: Understanding the Concept:
We can solve this by calculating $A^2$ directly or by using the Characteristic Equation of the matrix.
Step 2: Formula Application:
$A^2 = \begin{pmatrix} 3 & -2
4 & -2 \end{pmatrix} \begin{pmatrix} 3 & -2
4 & -2 \end{pmatrix} = \begin{pmatrix} 9 - 8 & -6 + 4
12 - 8 & -8 + 4 \end{pmatrix} = \begin{pmatrix} 1 & -2
4 & -4 \end{pmatrix}$
Step 3: Explanation:
Now calculate $A^2 + I$: $\begin{pmatrix} 1 & -2
4 & -4 \end{pmatrix} + \begin{pmatrix} 1 & 0
0 & 1 \end{pmatrix} = \begin{pmatrix} 2 & -2
4 & -3 \end{pmatrix}$ Check option (c) $A - I$: $\begin{pmatrix} 3 & -2
4 & -2 \end{pmatrix} - \begin{pmatrix} 1 & 0
0 & 1 \end{pmatrix} = \begin{pmatrix} 2 & -2
4 & -3 \end{pmatrix}$ They match!
Step 4: Final Answer:
The result is $A - I$.
Was this answer helpful?
0