Solveeit Logo

Question

Question: The system of equations, $x+y+z=6, x+2y+3z = 10$ and $x + 2y + \lambda z = \mu$ has no solution, if...

The system of equations, x+y+z=6,x+2y+3z=10x+y+z=6, x+2y+3z = 10 and x+2y+λz=μx + 2y + \lambda z = \mu has no solution, if

A

λ = 3, μ = 10

B

λ ≠ 3, μ = 10

C

λ ≠ 3, μ ≠ 10

D

λ = 3, μ≠ 10

Answer

λ = 3, μ≠ 10

Explanation

Solution

The given system of equations is:

  1. x+y+z=6x + y + z = 6
  2. x+2y+3z=10x + 2y + 3z = 10
  3. x+2y+λz=μx + 2y + \lambda z = \mu

We can write the augmented matrix of the system as: [AB]=(11161231012λμ)[A | B] = \begin{pmatrix} 1 & 1 & 1 & | & 6 \\ 1 & 2 & 3 & | & 10 \\ 1 & 2 & \lambda & | & \mu \end{pmatrix}

We apply row operations to transform the matrix into row-echelon form. R2R2R1R_2 \leftarrow R_2 - R_1 R3R3R1R_3 \leftarrow R_3 - R_1 (1116012401λ1μ6)\begin{pmatrix} 1 & 1 & 1 & | & 6 \\ 0 & 1 & 2 & | & 4 \\ 0 & 1 & \lambda - 1 & | & \mu - 6 \end{pmatrix}

R3R3R2R_3 \leftarrow R_3 - R_2 (1116012400(λ1)2(μ6)4)\begin{pmatrix} 1 & 1 & 1 & | & 6 \\ 0 & 1 & 2 & | & 4 \\ 0 & 0 & (\lambda - 1) - 2 & | & (\mu - 6) - 4 \end{pmatrix} (1116012400λ3μ10)\begin{pmatrix} 1 & 1 & 1 & | & 6 \\ 0 & 1 & 2 & | & 4 \\ 0 & 0 & \lambda - 3 & | & \mu - 10 \end{pmatrix}

The corresponding system of equations is: x+y+z=6x + y + z = 6 y+2z=4y + 2z = 4 (λ3)z=μ10(\lambda - 3)z = \mu - 10

For the system to have no solution, the last equation must be contradictory. This happens when the coefficient of zz is zero, but the constant term on the right side is non-zero. So, we must have: λ3=0    λ=3\lambda - 3 = 0 \implies \lambda = 3 and μ100    μ10\mu - 10 \neq 0 \implies \mu \neq 10

Thus, the system has no solution if λ=3\lambda = 3 and μ10\mu \neq 10.

Let's check the given options: (α) λ=3,μ=10\lambda = 3, \mu = 10: The last equation becomes 0z=00 \cdot z = 0, which means infinitely many solutions. (b) λ3,μ=10\lambda \neq 3, \mu = 10: The last equation has a non-zero coefficient for zz, so there is a unique solution for zz, and consequently for xx and yy. (c) λ3,μ10\lambda \neq 3, \mu \neq 10: The last equation has a non-zero coefficient for zz, so there is a unique solution for zz, and consequently for xx and yy. (d) λ=3,μ10\lambda = 3, \mu \neq 10: The last equation becomes 0z=(non-zero number)0 \cdot z = (\text{non-zero number}), which is a contradiction, meaning no solution exists.

The condition for no solution is λ=3\lambda = 3 and μ10\mu \neq 10.