Question:

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 \)
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is C

Solution and Explanation

Concept: Direct matrix multiplication.
Step 1: Compute \( A^2 \). \[ A^2 = \begin{bmatrix} 3 & -2 \\ 4 & -2 \end{bmatrix} \begin{bmatrix} 3 & -2 \\ 4 & -2 \end{bmatrix} = \begin{bmatrix} 1 & -2 \\ 4 & -4 \end{bmatrix} \]
Step 2: Add identity matrix. \[ A^2 + I = \begin{bmatrix} 1 & -2 \\ 4 & -4 \end{bmatrix} + \begin{bmatrix} 1 & 0 \\ 0 & 1 \end{bmatrix} = \begin{bmatrix} 2 & -2 \\ 4 & -3 \end{bmatrix} \]
Step 3: \[ A - I = \begin{bmatrix} 3 & -2 \\ 4 & -2 \end{bmatrix} - \begin{bmatrix} 1 & 0 \\ 0 & 1 \end{bmatrix} = \begin{bmatrix} 2 & -2 \\ 4 & -3 \end{bmatrix} \] \[ \Rightarrow A^2 + I = A - I \]
Was this answer helpful?
0
0