Question:medium

Let the following system of equations: $$ kx + y + z = 1, \quad x + ky + z = k, \quad x + y + kz = k^2 $$ have no solution. Find $|k|$:

Show Hint

When determining parameter values in a system of equations, apply properties of determinants and verify consistency using the rank of the augmented matrix.
Updated On: Mar 28, 2026
  • \( 0 \)
  • \( 1 \)
  • \( 2 \)
  • \( 3 \)
Show Solution

The Correct Option is C

Solution and Explanation

Step 1: Calculate the determinant of the coefficient matrix.

The coefficient matrix is: \[ \begin{bmatrix} k & 1 & 11 & k & 11 & 1 & k \end{bmatrix}. \]

The determinant \( D \) is: \[ D = \begin{vmatrix} k & 1 & 11 & k & 11 & 1 & k \end{vmatrix}. \]

Expanding along the first row yields: \[ D = k \begin{vmatrix} k & 11 & k \end{vmatrix} - 1 \begin{vmatrix} 1 & 11 & k \end{vmatrix} + 1 \begin{vmatrix} 1 & k1 & 1 \end{vmatrix}. \]

Simplifying the 2x2 determinants: \[ D = k(k^2 - 1) - (k - 1) + (1 - k). \]

Combining like terms gives: \[ D = k^3 - k - k + 1 + 1 - k = k^3 - 3k + 2. \]

Step 2: Find the values of \( k \) for which \( D = 0 \).

Factorizing the cubic equation \( k^3 - 3k + 2 = 0 \): \[ (k - 1)(k^2 + k - 2) = 0. \]

Further factorization results in: \[ (k - 1)(k - 1)(k + 2) = 0. \]

Step 3: Determine the condition for no solution.

A system has no solution if \( D = 0 \) and the rank of the augmented matrix is less than the rank of the coefficient matrix. This implies \( k eq 1 \). Therefore, the only possible value for \( k \) is \( k = -2 \), which means \( |k| = 2 \).

Final Answer: \[ \boxed{2} \]

Was this answer helpful?
2