Question

Difficulty: Very hardSystems of Linear Equations
A system of linear equations is given by
kx4y=123x+ky=5\begin{aligned} kx - 4y &= 12 \\ 3x + ky &= 5 \end{aligned}
where kk is a constant. If the system has a unique solution (x,y)(x, y) such that x>0x > 0 and y<0y < 0, how many possible integer values of kk exist?
  1. A
    7
  2. B
    8
  3. 9Answer
  4. D
    10

Answer

9
To find the number of integer values of kk for which the system has a solution with x>0x > 0 and y<0y < 0, we first express xx and yy in terms of kk. Eliminating yy by multiplying the first equation by kk and the second by 44 and adding them yields (k2+12)x=12k+20(k^2 + 12)x = 12k + 20, or x=12k+20k2+12x = \frac{12k+20}{k^2+12}. Similarly, eliminating xx yields y=5k36k2+12y = \frac{5k-36}{k^2+12}. Since the denominator k2+12k^2 + 12 is strictly positive for all real kk, the sign of xx and yy depends solely on their numerators. For x>0x > 0, we require 12k+20>012k + 20 > 0, which gives k>531.67k > -\frac{5}{3} \approx -1.67. For y<0y < 0, we require 5k36<05k - 36 < 0, which gives k<365=7.2k < \frac{36}{5} = 7.2. Combining these constraints gives the interval 53<k<365-\frac{5}{3} < k < \frac{36}{5}. The integers in this interval are 1,0,1,2,3,4,5,6,-1, 0, 1, 2, 3, 4, 5, 6, and 77, which is a total of 9 integers.

Step-by-Step Solution

1
Solve the system of equations for xx in terms of kk by eliminating yy.
x=12k+20k2+12x = \frac{12k + 20}{k^2 + 12}
Multiply the first equation by kk and the second by 4, then add them: k(kx4y)+4(3x+ky)=12k+20    (k2+12)x=12k+20k(kx - 4y) + 4(3x + ky) = 12k + 20 \implies (k^2 + 12)x = 12k + 20.
2
Solve the system of equations for yy in terms of kk by eliminating xx.
y=5k36k2+12y = \frac{5k - 36}{k^2 + 12}
Multiply the first equation by 3 and the second by kk, then subtract the first from the second: k(3x+ky)3(kx4y)=5k36    (k2+12)y=5k36k(3x + ky) - 3(kx - 4y) = 5k - 36 \implies (k^2 + 12)y = 5k - 36.
3
Apply the condition x>0x > 0 to find a constraint on kk.
k>53k > -\frac{5}{3}
Since the denominator k2+12k^2 + 12 is positive for all real values of kk, the expression for xx is positive if and only if its numerator is positive: 12k+20>0    k>2012=5312k + 20 > 0 \implies k > -\frac{20}{12} = -\frac{5}{3}.
4
Apply the condition y<0y < 0 to find another constraint on kk.
k<365k < \frac{36}{5}
Similarly, since k2+12>0k^2 + 12 > 0, the expression for yy is negative if and only if its numerator is negative: 5k36<0    k<3655k - 36 < 0 \implies k < \frac{36}{5}.
5
Combine the constraints and count the number of integer values of kk in the resulting interval.
9 integer values
The combined inequality is 53<k<365-\frac{5}{3} < k < \frac{36}{5}, which simplifies to approximately 1.67<k<7.2-1.67 < k < 7.2. The integers in this range are 1,0,1,2,3,4,5,6,7-1, 0, 1, 2, 3, 4, 5, 6, 7, giving a total of 9 integers.

Key Concept

Solving systems of linear equations with parameters under inequality constraints
Rate this question