Question

Difficulty: HardMatrices and Determinants

For the matrix M=(k312k0152)M = \begin{pmatrix} k & 3 & 1 \\ 2 & k & 0 \\ 1 & 5 & 2 \end{pmatrix}, the determinant of MM is equal to 44. What is the positive value of kk?

Answer: 2

Answer

The positive value of kk is 22.
Expanding the determinant along the second row yields det(M)=2(65)+k(2k1)=2k2k2\det(M) = -2(6-5) + k(2k-1) = 2k^2 - k - 2. Setting this equal to 44 yields 2k2k6=02k^2 - k - 6 = 0, which factors into (2k+3)(k2)=0(2k+3)(k-2)=0. The positive value is 22.

Step-by-Step Solution

1
Evaluate the determinant of MM in terms of kk using row 2 cofactor expansion
\det(M) = 2k^2 - k - 2
Expanding along the second row gives 2(65)+k(2k1)0=2+2k2k-2(6 - 5) + k(2k - 1) - 0 = -2 + 2k^2 - k.
2
Set the determinant equal to the given value 4 and rearrange into standard quadratic form
2k^2 - k - 6 = 0
Subtracting 4 from both sides gives 2k2k6=02k^2 - k - 6 = 0.
3
Solve the quadratic equation by factorization
k = -1.5 \text{ or } k = 2
Factoring (2k+3)(k2)=0(2k + 3)(k - 2) = 0 gives roots k=1.5k = -1.5 and k=2k = 2.
4
Select the positive root
k = 2
The question specifically asks for the positive value of kk.

Key Concept

Evaluating a 3x3 matrix determinant using cofactor expansion and solving the resulting quadratic equation for an unknown parameter.
Rate this question