Question:

The system of linear equations \[ x+y+z=0,\; 2x+y-z=0,\; 3x+2y=0 \] has

Show Hint

Determinant = 0 $\Rightarrow$ either no solution or infinite solutions—check consistency.
Updated On: Apr 15, 2026
  • no solution
  • a unique solution
  • infinitely many solutions
  • None of these
Show Solution
collegedunia
Verified By Collegedunia

The Correct Option is C

Solution and Explanation

Concept: If determinant = 0 and system is consistent → infinitely many solutions.

Step 1: Form determinant.
\[ \begin{vmatrix} 1 & 1 & 1 \\ 2 & 1 & -1 \\ 3 & 2 & 0 \end{vmatrix} \]

Step 2: Evaluate.
\[ = 1(1\cdot0 - (-1)\cdot2) - 1(2\cdot0 - (-1)\cdot3) + 1(2\cdot2 - 1\cdot3) \] \[ = 1(2) - 1(3) + 1(4 - 3) = 2 - 3 + 1 = 0 \]

Step 3: Conclusion.
\[ \text{Determinant } = 0 \Rightarrow \text{not unique} \] Check consistency → equations are dependent \( \Rightarrow \) infinitely many solutions.
Was this answer helpful?
0
0