Question

Difficulty: MediumMatrices and Determinants

If the determinant of the matrix A=(k12310241)A = \begin{pmatrix} k & 1 & 2 \\ 3 & -1 & 0 \\ 2 & 4 & 1 \end{pmatrix} is equal to 1717, what is the value of kk?

Answer: 8

Answer

The value of kk is 88.
Expanding the matrix determinant along the first row gives det(A)=k(1)1(3)+2(14)=k+25\det(A) = k(-1) - 1(3) + 2(14) = -k + 25. Setting k+25=17-k + 25 = 17 leads to k=8-k = -8, so k=8k = 8.

Step-by-Step Solution

1
Perform cofactor expansion along the first row of matrix AA.
\det(A) = k((-1)(1) - (0)(4)) - 1((3)(1) - (0)(2)) + 2((3)(4) - (-1)(2))
Expanding along the first row uses the formula \det(A) = a_{11}C_{11} + a_{12}C_{12} + a_{13}C_{13}.
2
Evaluate the products and simplify the algebraic expression for the determinant.
\det(A) = -k - 3 + 28 = -k + 25
Simplifying each sub-determinant term yields a linear expression in kk.
3
Equate the expression to 1717 and solve for kk.
-k + 25 = 17 \implies k = 8
Subtracting 25 from both sides gives k=8-k = -8, which simplifies to k=8k = 8.

Key Concept

Determinant of a 3x3 Matrix
Rate this question