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:

This question was previously asked in
NDA I 2016 GAT Previous Year Paper (17-Apr-2016)
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?

Similar Questions

  1. The system of equations

    2x + y - 3z = 5

    3x - 2y + 2z = 5 and

    5x - 3y - z = 16
  2. The system of equations kx + y + z = 1, x + ky + z = k and x + y + kz = k 2has no solution if k equals

  3. Consider the determinant

    Δ = \(\left|\begin{array}{lll}\text{a}_{11} & \text{a}_{12} & \text{a}_{13} \\ \text{a}_{21} & \text{a}_{22} & \text{a}_{23} \\ \text{a}_{31} & \text{a}_{32} & \text{a}_{33}\end{array}\right|\)

    If a 13  = yz, a 23  = zx, a 33  = xy and the minors of a 13 , a 23 , a 33  are respectively (z − y), (z − x), (y − x) then what is the value of Δ ?

  4. What is the value of a 11 C11 + a 12 C12  + a 13 C13  ?

  5. What is the value of a 21 C11 + a 22 C12  + a 23 C13  ?

  6. What is the value of \(\left|\begin{array}{lll}\text{a}_{21} & \text{a}_{31} & \text{a}_{11} \\ \text{a}_{23} & \text{a}_{33} & \text{a}_{13} \\ \text{a}_{22} & \text{a}_{32} & \text{a}_{12}\end{array}\right|\)  ?

  7. The equations

    x + 2y + 3z = 1

    2x + y + 3z = 2

    5x + 5y + 9z = 4
  8. 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?

  9. Consider the set A of all matrices of order 3 × 3 with entries 0 or 1 only. Let B be the subset of A consisting of all matrices whose determinant is 1. Let C be the subset of A consisting of all matrices whose determinant is -1. Then which one of the following is correct?

  10. For what values of k is the system of equations 2k 2x + 3y - 1 = 0, 7x - 2y + 3 = 0, 6kx + y + 1 = 0 consistent?


Important Questions from Application of Determinants

  1. The equations 3x - 4y = 5 and 12x - 16y = 20 have:

  2. The system of equations

    2x + y - 3z = 5

    3x - 2y + 2z = 5 and

    5x - 3y - z = 16
  3. The system of equations kx + y + z = 1, x + ky + z = k and x + y + kz = k 2has no solution if k equals

  4. The equations 2x - ky + 7 = 0 and 6x - 12y + 15 = 0 have no solution for

  5. If (a, b), (x1, y1) and (x2, y2) are the vertices of a triangle such that the x-coordinates a, x1, x2 are in geometric progression with common ratio r and the y-coordinates b, y1, y2 are also in geometric progression with common ratio s, then the area of the triangle is:

Need Expert Advice?
Test Series
NDA img
Defence
NDA 2026 Mock Test Series (Latest Pattern)
503 Tests 1 Tests Free
1066 Attempts
4.6(137)
English, Hindi

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