Question:medium

If \( A = \begin{bmatrix} 2 & 3 \\ 4 & 5 \end{bmatrix} \), find the determinant of \( A^2 \).

Show Hint

For the determinant of \( A^2 \), square the determinant of \( A \).
Updated On: Nov 26, 2025
  • 0
  • 4
  • 9
  • 25
Hide Solution

The Correct Option is B

Solution and Explanation

The determinant of matrix \( A \) is calculated as \( \text{det}(A) = ad - bc \). For \( A = \begin{bmatrix} 2 & 3 \\ 4 & 5 \end{bmatrix} \), \( \text{det}(A) = 2 \times 5 - 3 \times 4 = 10 - 12 = -2 \). The determinant of \( A^2 \) is \( \text{det}(A^2) = (\text{det}(A))^2 = (-2)^2 = 4 \). The final answer is \( \boxed{4}. \)
Was this answer helpful?
0