Question:medium

The system of linear equations \( x+y+z=6 \), \( x+2y+5z=10 \), \( 2x+3y+\lambda z=\mu \) has a unique solution, if

Show Hint

For a square system of linear equations, the conditions for the number of solutions are determined by the rank of the coefficient matrix A and the augmented matrix [A|b].
\textbf{Unique solution:} \( \det(A) \neq 0 \).
\textbf{No solution:} \( \det(A) = 0 \) and \( \text{rank}(A)<\text{rank}([A|b]) \).
\textbf{Infinite solutions:} \( \det(A) = 0 \) and \( \text{rank}(A) = \text{rank}([A|b]) \). The condition for a unique solution only depends on the coefficient matrix A.
Updated On: Feb 10, 2026
  • \( \lambda \neq 16, \mu=6 \)
  • \( \lambda=6, \mu=16 \)
  • \( \lambda=6, \mu \neq 16 \)
  • \( \lambda \neq 6, \mu \in \mathbb{R} \)
Show Solution

The Correct Option is D

Solution and Explanation

Step 1: Core Idea:
A system of linear equations \( Ax=b \) has a unique solution if and only if the determinant of matrix A is not zero. The values on the right-hand side, such as \( \mu \), only influence the solution's existence, not its uniqueness.

Step 2: Method:
Rewrite the system in matrix form \( Ax=b \) and compute the determinant of the coefficient matrix A. \[ A = \begin{pmatrix} 1 & 1 & 1
1 & 2 & 5
2 & 3 & \lambda \end{pmatrix}, \quad x = \begin{pmatrix} x
y
z \end{pmatrix}, \quad b = \begin{pmatrix} 6
10
\mu \end{pmatrix} \]For a unique solution, \( \det(A) eq 0 \).

Step 3: Calculation:
Calculate the determinant of A. \[ \det(A) = 1 \begin{vmatrix} 2 & 5
3 & \lambda \end{vmatrix} - 1 \begin{vmatrix} 1 & 5
2 & \lambda \end{vmatrix} + 1 \begin{vmatrix} 1 & 2
2 & 3 \end{vmatrix} \]\[ = 1(2\lambda - 15) - 1(\lambda - 10) + 1(3 - 4) \]\[ = 2\lambda - 15 - \lambda + 10 - 1 \]\[ = \lambda - 6 \]For a unique solution, \( \det(A) eq 0 \). \[ \lambda - 6 eq 0 \implies \lambda eq 6 \]If \( \lambda eq 6 \), the system has a unique solution irrespective of the value of \( \mu \). \( \mu \) can be any real number.

Step 4: Conclusion:
The system has a unique solution if \( \lambda eq 6 \) and \( \mu \in \mathbb{R} \).
Was this answer helpful?
0