Question:medium

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 18, 2026
  • no solution
  • a unique solution
  • infinitely many solutions
  • None of these
Show Solution

The Correct Option is C

Solution and Explanation

We are given the following system of linear equations:

\(x + y + z = 0\)   (Equation 1)
\(2x + y - z = 0\)   (Equation 2)
\(3x + 2y = 0\)   (Equation 3)
 

To determine the nature of its solutions, let's analyze these equations:

  1. First, eliminate \(z\) by adding Equation 1 and Equation 2:

\[ (x + y + z) + (2x + y - z) = 0 + 0 \]
This results in: \[ 3x + 2y = 0 \]

This equation is identical to Equation 3.

  1. Since Equation 3 does not involve \(z\), the system can be simplified to two equations:

Equation 1: \(x + y + z = 0\)
Equation 3: \(3x + 2y = 0\)

  1. We already see that Equations 1 and 3 are dependent. To check this, solve for one variable:

From Equation 3:

\[ 3x + 2y = 0 \Rightarrow y = -\frac{3}{2}x \]

  1. Substitute \(y = -\frac{3}{2}x\) into Equation 1 to find \(z\):

\[ x - \frac{3}{2}x + z = 0 \Rightarrow -\frac{1}{2}x + z = 0 \Rightarrow z = \frac{1}{2}x \]

  1. Therefore, the general solution is:

\[ x = t, \quad y = -\frac{3}{2}t, \quad z = \frac{1}{2}t \quad \text{for any } t \in \mathbb{R} \]

This shows that the system has infinitely many solutions, parameterized by \(t\).

Conclusion: The correct answer is infinitely many solutions.

Was this answer helpful?
0

Top Questions on Applications of Determinants and Matrices