ExamBro
ExamBro
AP EAMCET · Maths · Determinants

If the equations
\[
\begin{aligned}
& k x+(k+1) y+(k-1) z=0, \\
& (k-1) x+(k+2) y+k z=0 \text { and } \\
& (k+1) x+k y+(k+2) z=0
\end{aligned}
\]
have a non trivial solution, then the sum of all the possible values of \(k\) is

  1. A 0
  2. B \(-\frac{1}{2}\)
  3. C \(\frac{1}{2}\)
  4. D 1
Verified Solution

Answer & Solution

Correct Answer

(B) \(-\frac{1}{2}\)

Step-by-step Solution

Detailed explanation

\( \begin{vmatrix} k & k+1 & k-1 \\ k-1 & k+2 & k \\ k+1 & k & k+2 \end{vmatrix} = 0 \) \( k((k+2)^2-k^2) - (k+1)((k-1)(k+2)-k(k+1)) + (k-1)(k(k-1)-(k+1)(k+2)) = 0 \) \( k(4k+4) - (k+1)(-2) + (k-1)(-4k-2) = 0 \) \( 4k^2+4k + 2k+2 - 4k^2+2k+2 = 0 \) \( 8k+4 = 0 \)…