Question

Difficulty: Very hardSystems of Linear Equations
Consider the following system of three linear equations in variables xx, yy, and zz, where kk is a real constant:
2x+3yz=11x2y+4z=34xy+7z=k\begin{aligned} 2x + 3y - z &= 11 \\ x - 2y + 4z &= -3 \\ 4x - y + 7z &= k \end{aligned}
For what value of kk does the system have at least one solution (x,y,z)(x, y, z)?
  1. A
    5-5
  2. 55Answer
  3. C
    88
  4. D
    1717
  5. E
    2323

Answer

55
The left-hand side of the third equation is a linear combination of the first two equations: 1(2x+3yz)+2(x2y+4z)=4xy+7z1 \cdot (2x + 3y - z) + 2 \cdot (x - 2y + 4z) = 4x - y + 7z. For the linear system to be consistent and possess at least one solution, the same linear combination must hold for the constant terms on the right-hand side: 1(11)+2(3)=116=51(11) + 2(-3) = 11 - 6 = 5. Therefore, the value of kk must be 55.

Step-by-Step Solution

1
Analyze the variable coefficients across the three equations for linear dependence.
Notice that the coefficients of the third equation can be expressed as a linear combination of the first two equations.
If the left-hand side of the third equation is a linear combination of the first two equations, the system will only be consistent if the right-hand side constants satisfy the exact same linear combination.
2
Determine the multiplier needed to produce the third equation's left-hand side.
Multiply the second equation by 22 and add it to the first equation: (2x+3yz)+2(x2y+4z)=4xy+7z(2x + 3y - z) + 2(x - 2y + 4z) = 4x - y + 7z.
This yields the exact expression 4xy+7z4x - y + 7z present on the left-hand side of the third equation.
3
Apply the identical combination to the right-hand side constant terms.
The combined constant value is 11+2(3)=116=511 + 2(-3) = 11 - 6 = 5.
For the system to have at least one solution (i.e., to avoid contradiction and be consistent), kk must equal this computed value of 55.

Key Concept

Linear Dependence and Consistency in 3x3 Linear Systems
Estimated Time:2m 0s
Rate this question