All Exams Test series for 1 year @ ₹349 only
Question

Consider the system of simultaneous equation,

x + 2y + z = 6

2x + y + 2z = 6

x + y + z = 5

The system has,

The correct answer is

no solution

Analyzing the Given System of Linear Equations

We are given a system of three linear equations with three variables (x, y, and z):

  • Equation 1: \(x + 2y + z = 6\)
  • Equation 2: \(2x + y + 2z = 6\)
  • Equation 3: \(x + y + z = 5\)

To determine the nature of the solution (unique solution, no solution, or infinite solutions) for this system of simultaneous equations, we can use the determinant method, also known as Cramer's rule principles.

First, we write the coefficient matrix A and the constant vector B:

$$ A = \begin{pmatrix} 1 & 2 & 1 \\ 2 & 1 & 2 \\ 1 & 1 & 1 \end{pmatrix}, \quad B = \begin{pmatrix} 6 \\ 6 \\ 5 \end{pmatrix} $$

Calculating the Determinant of the Coefficient Matrix

Next, we calculate the determinant of the coefficient matrix A, denoted as $\Delta$ or det(A).

$$ \Delta = \text{det}(A) = \begin{vmatrix} 1 & 2 & 1 \\ 2 & 1 & 2 \\ 1 & 1 & 1 \end{vmatrix} $$

Using the cofactor expansion along the first row:

$$ \Delta = 1 \cdot \begin{vmatrix} 1 & 2 \\ 1 & 1 \end{vmatrix} - 2 \cdot \begin{vmatrix} 2 & 2 \\ 1 & 1 \end{vmatrix} + 1 \cdot \begin{vmatrix} 2 & 1 \\ 1 & 1 \end{vmatrix} $$ $$ \Delta = 1((1)(1) - (2)(1)) - 2((2)(1) - (2)(1)) + 1((2)(1) - (1)(1)) $$ $$ \Delta = 1(1 - 2) - 2(2 - 2) + 1(2 - 1) $$ $$ \Delta = 1(-1) - 2(0) + 1(1) $$ $$ \Delta = -1 - 0 + 1 $$ $$ \Delta = 0 $$

Since $\Delta = 0$, the system does not have a unique solution. It will either have no solution or infinite solutions. To distinguish between these two cases, we calculate the determinants $\Delta_x$, $\Delta_y$, and $\Delta_z$, which are obtained by replacing the x, y, and z coefficient columns with the constant vector B, respectively.

Calculating Determinants for Variables

Calculate $\Delta_x$:

$$ \Delta_x = \begin{vmatrix} 6 & 2 & 1 \\ 6 & 1 & 2 \\ 5 & 1 & 1 \end{vmatrix} $$

Using cofactor expansion along the first row:

$$ \Delta_x = 6 \cdot \begin{vmatrix} 1 & 2 \\ 1 & 1 \end{vmatrix} - 2 \cdot \begin{vmatrix} 6 & 2 \\ 5 & 1 \end{vmatrix} + 1 \cdot \begin{vmatrix} 6 & 1 \\ 5 & 1 \end{vmatrix} $$ $$ \Delta_x = 6((1)(1) - (2)(1)) - 2((6)(1) - (2)(5)) + 1((6)(1) - (1)(5)) $$ $$ \Delta_x = 6(1 - 2) - 2(6 - 10) + 1(6 - 5) $$ $$ \Delta_x = 6(-1) - 2(-4) + 1(1) $$ $$ \Delta_x = -6 + 8 + 1 $$ $$ \Delta_x = 3 $$

Since $\Delta = 0$ and $\Delta_x \neq 0$, the system of equations is inconsistent. An inconsistent system has no solution.

We can also calculate $\Delta_y$ and $\Delta_z$ for completeness, but knowing $\Delta=0$ and at least one of $\Delta_x, \Delta_y, \Delta_z$ is non-zero is sufficient to conclude there is no solution.

Calculate $\Delta_y$:

$$ \Delta_y = \begin{vmatrix} 1 & 6 & 1 \\ 2 & 6 & 2 \\ 1 & 5 & 1 \end{vmatrix} $$

Using cofactor expansion along the first row:

$$ \Delta_y = 1 \cdot \begin{vmatrix} 6 & 2 \\ 5 & 1 \end{vmatrix} - 6 \cdot \begin{vmatrix} 2 & 2 \\ 1 & 1 \end{vmatrix} + 1 \cdot \begin{vmatrix} 2 & 6 \\ 1 & 5 \end{vmatrix} $$ $$ \Delta_y = 1((6)(1) - (2)(5)) - 6((2)(1) - (2)(1)) + 1((2)(5) - (6)(1)) $$ $$ \Delta_y = 1(6 - 10) - 6(2 - 2) + 1(10 - 6) $$ $$ \Delta_y = 1(-4) - 6(0) + 1(4) $$ $$ \Delta_y = -4 - 0 + 4 $$ $$ \Delta_y = 0 $$

Calculate $\Delta_z$:

$$ \Delta_z = \begin{vmatrix} 1 & 2 & 6 \\ 2 & 1 & 6 \\ 1 & 1 & 5 \end{vmatrix} $$

Using cofactor expansion along the first row:

$$ \Delta_z = 1 \cdot \begin{vmatrix} 1 & 6 \\ 1 & 5 \end{vmatrix} - 2 \cdot \begin{vmatrix} 2 & 6 \\ 1 & 5 \end{vmatrix} + 6 \cdot \begin{vmatrix} 2 & 1 \\ 1 & 1 \end{vmatrix} $$ $$ \Delta_z = 1((1)(5) - (6)(1)) - 2((2)(5) - (6)(1)) + 6((2)(1) - (1)(1)) $$ $$ \Delta_z = 1(5 - 6) - 2(10 - 6) + 6(2 - 1) $$ $$ \Delta_z = 1(-1) - 2(4) + 6(1) $$ $$ \Delta_z = -1 - 8 + 6 $$ $$ \Delta_z = -3 $$

Conclusion on System Solution

We found that:

  • $\Delta = 0$
  • $\Delta_x = 3 \neq 0$
  • $\Delta_y = 0$
  • $\Delta_z = -3 \neq 0$

According to the properties of determinants applied to a system of linear equations:

  • If $\Delta \neq 0$, there is a unique solution.
  • If $\Delta = 0$ and at least one of $\Delta_x, \Delta_y, \Delta_z$ is non-zero, there is no solution (inconsistent system).
  • If $\Delta = 0$ and $\Delta_x = \Delta_y = \Delta_z = 0$, there are infinite solutions or no solution (further analysis like rank might be needed for the latter, but for typical systems derived from classroom problems, $\Delta_i=0$ when $\Delta=0$ usually implies infinite solutions).

In our case, $\Delta = 0$ and $\Delta_x \neq 0$ (and $\Delta_z \neq 0$), which means the system of simultaneous equation is inconsistent and has no solution.

Was this answer helpful?

Important Questions from System of Linear Equations

  1. A system of equations is said to be inconsistent if

  2. If a system of simultaneous equations has infinite solutions, then that system of equations is called:

  3. The system of equations x + 2y = 13 and 3x + 6y = 9 has:

  4. For what value of k, the system linear equation has no solution

    (3k + 1)x + 3y - 2 = 0

    (k2 + 1)x + (k - 2)y - 5 = 0

  5. The nine numbers x1, x2, x3 ... x9, are in ascending order. Their average m is strictly greater than all the first eight numbers. Which of the following is true?

Need Expert Advice?

Start Your Preparation with Prepp Mobile App

Download the app from Google Play & App Store
Download the app from Google Play & App Store
Prepp Mobile App