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

Which of the following are correct in respect of the system of equation

x + y + z = 8,

x – y + 2z = 6 and

3x – y + 5z = k?

1. They have no solution if k = 15

2. They have infinitely many solutions, if k = 20

3. They have a unique solution if k = 25

Select the correct answer using the code given below:

The correct answer is

1 and 2 only

Analyzing the System of Linear Equations

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

  1. $x + y + z = 8$
  2. $x - y + 2z = 6$
  3. $3x - y + 5z = k$

To determine the nature of the solutions (unique, infinitely many, or no solution), we can analyze the determinant of the coefficient matrix and the consistency of the augmented matrix.

Representing the System with Matrices

The system can be written in the matrix form $AX = B$, where:

Coefficient matrix $A = \begin{pmatrix} 1 & 1 & 1 \\ 1 & -1 & 2 \\ 3 & -1 & 5 \end{pmatrix}$

Variable matrix $X = \begin{pmatrix} x \\ y \\ z \end{pmatrix}$

Constant matrix $B = \begin{pmatrix} 8 \\ 6 \\ k \end{pmatrix}$

The augmented matrix is $[A|B] = \begin{pmatrix} 1 & 1 & 1 & | & 8 \\ 1 & -1 & 2 & | & 6 \\ 3 & -1 & 5 & | & k \end{pmatrix}$

Calculating the Determinant of the Coefficient Matrix

Let's calculate the determinant of matrix A, denoted as $|A|$:

$|A| = 1 \begin{vmatrix} -1 & 2 \\ -1 & 5 \end{vmatrix} - 1 \begin{vmatrix} 1 & 2 \\ 3 & 5 \end{vmatrix} + 1 \begin{vmatrix} 1 & -1 \\ 3 & -1 \end{vmatrix}$

$|A| = 1((-1)(5) - (2)(-1)) - 1((1)(5) - (2)(3)) + 1((1)(-1) - (-1)(3))$

$|A| = 1(-5 + 2) - 1(5 - 6) + 1(-1 + 3)$

$|A| = 1(-3) - 1(-1) + 1(2)$

$|A| = -3 + 1 + 2$

$|A| = 0$

Interpreting the Determinant Value

Since the determinant of the coefficient matrix $|A|$ is 0, the system of equations does not have a unique solution. A unique solution exists only if $|A| \neq 0$. This immediately tells us that statement 3 is incorrect.

Analyzing Consistency using Gaussian Elimination

To determine if the system has no solution or infinitely many solutions, we perform row operations on the augmented matrix to bring it to row-echelon form.

Operation Augmented Matrix
Starting Matrix $\begin{pmatrix} 1 & 1 & 1 & | & 8 \\ 1 & -1 & 2 & | & 6 \\ 3 & -1 & 5 & | & k \end{pmatrix}$
$R_2 \leftarrow R_2 - R_1$
$R_3 \leftarrow R_3 - 3R_1$
$\begin{pmatrix} 1 & 1 & 1 & | & 8 \\ 0 & -2 & 1 & | & -2 \\ 0 & -4 & 2 & | & k - 24 \end{pmatrix}$
$R_3 \leftarrow R_3 - 2R_2$ $\begin{pmatrix} 1 & 1 & 1 & | & 8 \\ 0 & -2 & 1 & | & -2 \\ 0 & 0 & 0 & | & (k - 24) - 2(-2) \end{pmatrix}$
Simplify $R_3$ $\begin{pmatrix} 1 & 1 & 1 & | & 8 \\ 0 & -2 & 1 & | & -2 \\ 0 & 0 & 0 & | & k - 20 \end{pmatrix}$

The last row of the row-echelon form of the augmented matrix corresponds to the equation $0x + 0y + 0z = k - 20$, which simplifies to $0 = k - 20$.

Evaluating the Statements

We can now evaluate each statement based on the resulting equation $0 = k - 20$:

Statement 1: They have no solution if k = 15

  • If $k = 15$, the last row equation becomes $0 = 15 - 20$, which is $0 = -5$.
  • This is a contradiction (0 cannot equal -5).
  • A contradictory equation indicates that the system is inconsistent and has no solution.
  • Therefore, statement 1 is correct.

Statement 2: They have infinitely many solutions, if k = 20

  • If $k = 20$, the last row equation becomes $0 = 20 - 20$, which is $0 = 0$.
  • This equation is always true and does not impose any restriction on the variables.
  • In the row-echelon form, we have two non-zero rows corresponding to three variables. This means the rank of the coefficient matrix (2) is equal to the rank of the augmented matrix (2), but less than the number of variables (3).
  • This condition leads to infinitely many solutions, where one variable can be chosen freely (a free variable).
  • Therefore, statement 2 is correct.

Statement 3: They have a unique solution if k = 25

  • For a unique solution, the determinant of the coefficient matrix must be non-zero ($|A| \neq 0$).
  • We calculated $|A| = 0$.
  • Since $|A| = 0$ for any value of k, the system can never have a unique solution.
  • Therefore, statement 3 is incorrect for any value of k, including k = 25.

Based on our analysis, statements 1 and 2 are correct, while statement 3 is incorrect.

Conclusion on System Solutions

The system of equations has:

  • No solution if $k \neq 20$ (e.g., when k = 15).
  • Infinitely many solutions if $k = 20$.
  • Never a unique solution.

Revision Table: System Analysis Summary

Condition on k Resulting Last Row Equation Nature of Solutions Relevant Statement
$k \neq 20$ $0 = \text{non-zero}$ No Solution Statement 1 (k=15, a specific case)
$k = 20$ $0 = 0$ Infinitely Many Solutions Statement 2 (k=20)
Any value of k $|A| = 0$ Not a Unique Solution Statement 3 (k=25, a specific case, which is not unique)

Additional Information on Linear Systems

For a system of linear equations $AX=B$ with n variables and n equations:

  • Unique Solution: Exists if and only if the determinant of the coefficient matrix $|A| \neq 0$. In this case, the rank of A equals the rank of the augmented matrix [A|B], and both are equal to n (the number of variables).
  • No Solution: Occurs if $|A| = 0$ and the system is inconsistent. This happens when the rank of A is less than the rank of the augmented matrix [A|B]. Gaussian elimination will result in a row like $[0 \ 0 \ ... \ 0 \ | \ \text{non-zero}]$.
  • Infinitely Many Solutions: Occurs if $|A| = 0$ and the system is consistent. This happens when the rank of A equals the rank of the augmented matrix [A|B], and both are less than the number of variables n. Gaussian elimination will result in one or more rows of zeros in both the coefficient and augmented parts $[0 \ 0 \ ... \ 0 \ | \ 0]$. The number of free variables is n minus the rank.
Was this answer helpful?

Important Questions from Application of Determinants

  1. The system of linear equation kx + y + z = 1, x + ky + z = 1 and x + y + kz = 1 has a unique solution under which one of the following conditions?

  2. Under what condition does the above system of equations have unique solutions?

  3. The number of values of $k$, for which the system of equations: $(k^2 - 4)x + (k - 2)y = k^2 - 2k$ and $(k + 2)x + y = k$ have infinitely many solutions, is -
  4. For what values of k is the system of equations 2k 2x + 3y - 1 = 0, 7x - 2y + 3 = 0, 6kx + y + 1 = 0 consistent?

  5. The system of equations

    2x + y - 3z = 5

    3x - 2y + 2z = 5 and

    5x - 3y - z = 16
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