Question

Difficulty: MediumSystems of Linear Equations
Consider the system of linear equations in two variables xx and yy shown below, where kk is a constant:
2x+ky=103x6y=15\begin{aligned} 2x + ky &= 10 \\ 3x - 6y &= 15 \end{aligned}
Which of the following statements must be true? Select all such statements.
  1. If k=4k = -4, the system has infinitely many solutions.Answer
  2. If k=0k = 0, the system has a unique solution (x,y)=(5,0)(x, y) = (5, 0).Answer
  3. C
    If k=4k = 4, the system has no solution.
  4. D
    If k=2k = 2, the solution to the system satisfies x+y=7x + y = 7.
  5. E
    There is no real value of kk for which the system has a solution with y>0y > 0.

Answer

The correct statements are the ones stating that if k=4k = -4, the system has infinitely many solutions, and if k=0k = 0, the system has a unique solution (x,y)=(5,0)(x, y) = (5, 0).
Analyzing the simplified relation (k+4)y=0(k + 4)y = 0 demonstrates that setting k=4k = -4 makes the equation identity 0y=00y = 0, yielding infinitely many solutions. For any other value of kk, including k=0k = 0, yy must equal 00, which gives x=5x = 5, establishing a unique solution at (5,0)(5, 0).

Step-by-Step Solution

1
Simplify the second equation to express xx in terms of yy.
3x6y=15    x2y=5    x=2y+53x - 6y = 15 \implies x - 2y = 5 \implies x = 2y + 5.
Expressing xx explicitly allows direct substitution into the first linear equation.
2
Substitute x=2y+5x = 2y + 5 into the first equation 2x+ky=102x + ky = 10.
2(2y+5)+ky=10    4y+10+ky=10    (k+4)y=02(2y + 5) + ky = 10 \implies 4y + 10 + ky = 10 \implies (k + 4)y = 0.
This reduces the 2x2 system to a single linear equation in yy parameterized by kk.
3
Analyze the conditions for yy based on the parameter kk.
If k=4k = -4, the equation becomes 0y=00y = 0, which is true for all real yy (infinitely many solutions). If k4k \neq -4, then y=0y = 0 and x=5x = 5 (a unique solution).
Determines system consistency and solution multiplicity across all values of kk.

Key Concept

Parametric Analysis of 2x2 Linear Systems
Rate this question