Skip to main contentSkip to solution

If the system of equation

xy+z=4x - y + z = 4

x2y2z=9x - 2y - 2z = 9

2x+y+λz=12x + y + \lambda z = 1

has a unique solution, then

Solution

Correct Option: 3

A system has a unique solution when there is exactly one set of values (x,y,z)(x, y, z) that satisfies all three equations. For a system to have a unique solution, the determinant of the coefficient matrix must be non-zero.

If the determinant equals zero, the system either has no solution or infinite solutions (not unique).


From the three equations, the coefficient matrix is:

A=(11112221λ)A = \begin{pmatrix} 1 & -1 & 1 \\ 1 & -2 & -2 \\ 2 & 1 & \lambda \end{pmatrix}

Row 1: coefficients from xy+z=4x - y + z = 4 give (1,1,1)(1, -1, 1)

Row 2: coefficients from x2y2z=9x - 2y - 2z = 9 give (1,2,2)(1, -2, -2)

Row 3: coefficients from 2x+y+λz=12x + y + \lambda z = 1 give (2,1,λ)(2, 1, \lambda)


Using the first row expansion:

det(A)=1×221λ(1)×122λ+1×1221\det(A) = 1 \times \begin{vmatrix} -2 & -2 \\ 1 & \lambda \end{vmatrix} - (-1) \times \begin{vmatrix} 1 & -2 \\ 2 & \lambda \end{vmatrix} + 1 \times \begin{vmatrix} 1 & -2 \\ 2 & 1 \end{vmatrix}

Calculate each 2×22 \times 2 determinant:

221λ=(2)(λ)(2)(1)=2λ+2\begin{vmatrix} -2 & -2 \\ 1 & \lambda \end{vmatrix} = (-2)(\lambda) - (-2)(1) = -2\lambda + 2

122λ=(1)(λ)(2)(2)=λ+4\begin{vmatrix} 1 & -2 \\ 2 & \lambda \end{vmatrix} = (1)(\lambda) - (-2)(2) = \lambda + 4

1221=(1)(1)(2)(2)=1+4=5\begin{vmatrix} 1 & -2 \\ 2 & 1 \end{vmatrix} = (1)(1) - (-2)(2) = 1 + 4 = 5

Combining these:

det(A)=1(2λ+2)+1(λ+4)+1(5)\det(A) = 1(-2\lambda + 2) + 1(\lambda + 4) + 1(5)

=2λ+2+λ+4+5= -2\lambda + 2 + \lambda + 4 + 5

=λ+11= -\lambda + 11


For a unique solution:

det(A)0\det(A) \neq 0

λ+110-\lambda + 11 \neq 0

λ11\lambda \neq 11

Therefore, the system has a unique solution when λ11\lambda \neq 11.

Keyboard Shortcuts

  • Left arrow: Previous question
  • Right arrow: Next question
  • S key: Jump to solution
  • Q key: Jump to question