Question

Difficulty: MediumMatrices and Determinants

Given that the determinant of the 3×33 \times 3 matrix M=(3102x1042)M = \begin{pmatrix} 3 & 1 & 0 \\ 2 & x & -1 \\ 0 & 4 & 2 \end{pmatrix} is equal to 2020, calculate the value of xx.

Answer: 2

Answer

The value of xx is 22.
Expanding the matrix MM along its top row yields det(M)=3(2x+4)1(4)=6x+8\det(M) = 3(2x + 4) - 1(4) = 6x + 8. Setting this expression equal to 2020 gives 6x+8=206x + 8 = 20, which simplifies to 6x=126x = 12, yielding x=2x = 2.

Step-by-Step Solution

1
Expand the 3x3 matrix along the first row
\det(M) = 3(2x - (-4)) - 1(4 - 0) + 0
Cofactor expansion along a row containing a zero simplifies the computation of a 3x3 determinant.
2
Simplify the algebraic expression for the determinant
\det(M) = 6x + 8
Distribute the coefficients and combine like constant terms.
3
Solve the linear equation for x
x = 2
Subtract 8 from 20 to get 12, then divide by 6.

Key Concept

Determinant of a 3x3 Matrix via Cofactor Expansion
Rate this question