Under which one of the following conditions does the system of equations \(\begin{pmatrix} 1 & 2 & 4 \\ 2 & 1 & 2 \\ 1 & 2 & k-4 \end{pmatrix} \begin{pmatrix} x \\ y \\ z \end{pmatrix} = \begin{pmatrix} 6 \\ 4 \\ k \end{pmatrix}\) have a unique solution?
Show Hint
Notice that the first and third rows of the matrix \( A \) are almost identical:
- Row 1: \( (1, 2, 4) \)
- Row 3: \( (1, 2, k-4) \)
If \( k - 4 = 4 \implies k = 8 \), the two rows become identical, making the determinant zero and violating the unique solution condition. This visual shortcut yields the answer instantly.
Step 1: Understanding the Question:
This question asks for the condition on parameter \( k \) such that the given system of linear equations has a unique solution.
Step 2: Key Formula or Approach:
A system of linear equations \( A X = B \) has a unique solution if and only if the determinant of the coefficient matrix \( A \) is non-zero:
\[ |A| \neq 0 \]
If \( |A| = 0 \), the system will either have no solution or infinitely many solutions.