Given the matrices and , if , where is the identity matrix, what is the determinant of matrix ?
- Answer
- B
- C
- D
Answer
The determinant of matrix C is 3.
Multiplying matrices A and B using standard row-by-column multiplication yields \begin{pmatrix} 2 & -1 \\ 3 & 6 \end{pmatrix}. Subtracting the scaled identity matrix \begin{pmatrix} 2 & 0 \\ 0 & 2 \end{pmatrix} produces matrix C = \begin{pmatrix} 0 & -1 \\ 3 & 4 \end{pmatrix}. Taking the determinant ad - bc gives (0)(4) - (-1)(3) = 3.
Step-by-Step Solution
Key Concept
Matrix multiplication, matrix arithmetic operations, and evaluation of 2x2 determinants.
Estimated Time:1m 30s