Question:medium

Find the determinant of the matrix \( A = \begin{bmatrix} 2 & 3 \\ 4 & 5 \end{bmatrix} \).

Show Hint

For a 2x2 matrix \( \begin{bmatrix} a & b
c & d \end{bmatrix} \), use the formula \( \text{det}(A) = ad - bc \) to calculate the determinant.
Updated On: Nov 26, 2025
  • 0
  • 4
  • 9
  • 25
Hide Solution

The Correct Option is A

Solution and Explanation

The determinant of a 2x2 matrix \( A = \begin{bmatrix} a & b \\ c & d \end{bmatrix} \) is calculated as \( ad - bc \). For the matrix \( A = \begin{bmatrix} 2 & 3 \\ 4 & 5 \end{bmatrix} \), the determinant is \( 2 \times 5 - 3 \times 4 \), which equals \( 10 - 12 = -2 \). The determinant of this matrix is therefore \( \boxed{-2} \).
Was this answer helpful?
0