Question

Difficulty: MediumMatrices and Determinants

If the matrix P=(k20141302)P = \begin{pmatrix} k & 2 & 0 \\ 1 & 4 & 1 \\ 3 & 0 & 2 \end{pmatrix} has a determinant equal to 1818, find the value of kk.

Answer: 2

Answer

The value of kk is 22.
Expanding matrix PP along the first row gives det(P)=k(80)2(23)+0(012)=8k+2\det(P) = k(8 - 0) - 2(2 - 3) + 0(0 - 12) = 8k + 2. Setting 8k+2=188k + 2 = 18 yields 8k=168k = 16, which simplifies to k=2k = 2.

Step-by-Step Solution

1
Expand the matrix determinant along the first row.
\det(P) = k(8 - 0) - 2(2 - 3) + 0 = 8k + 2
Applying the cofactor expansion formula for a 3×33 \times 3 matrix across row 1.
2
Set the resulting determinant expression equal to the given value of 18.
8k + 2 = 18
The question specifies that the determinant of PP is equal to 1818.
3
Solve the linear equation for kk.
k = 2
Subtracting 2 from both sides yields 8k=168k = 16, and dividing by 8 gives k=2k = 2.

Key Concept

Determinant of a 3×33 \times 3 Matrix
Rate this question