Skip to main contentSkip to solution

Let kk be a constant. The equations kx+y=3kx + y = 3 and 4x+ky=44x + ky = 4 have a unique solution if and only if

Solution

✅ Correct Option: 4

We have two equations:

kx+y=3kx + y = 3 ... (1)

4x+ky=44x + ky = 4 ... (2)

The big question: When do these have exactly ONE solution?


Think of each equation as a line on a graph. For exactly one solution, these lines must intersect at exactly one point (not be parallel, not be the same line).


We look at the coefficient matrix formed by the numbers in front of xx and yy:

[k14k]\begin{bmatrix} k & 1 \\ 4 & k \end{bmatrix}

If this matrix has a non-zero determinant, we get exactly one solution.


For any 2×22 \times 2 matrix [abcd]\begin{bmatrix} a & b \\ c & d \end{bmatrix}, determinant =ad−bc= ad - bc

Our determinant =k⋅k−1⋅4=k2−4= k \cdot k - 1 \cdot 4 = k^2 - 4


For a unique solution, we need:

k2−4≠0k^2 - 4 \neq 0

k2≠4k^2 \neq 4

k≠2k \neq 2 and k≠−2k \neq -2


Let's verify why k=2k = 2 and k=−2k = -2 don't work:

When k=2k = 2:

Equation 1: 2x+y=32x + y = 3

Equation 2: 4x+2y=44x + 2y = 4

Multiplying equation 1 by 2: 4x+2y=64x + 2y = 6

But equation 2 says: 4x+2y=44x + 2y = 4

Contradiction! No solution exists.


When k=−2k = -2:

Equation 1: −2x+y=3-2x + y = 3

Equation 2: 4x−2y=44x - 2y = 4

From equation 1: y=3+2xy = 3 + 2x

Substituting into equation 2: 4x−2(3+2x)=44x - 2(3 + 2x) = 4

4x−6−4x=44x - 6 - 4x = 4

−6=4-6 = 4 which is impossible!


Let's verify with k=1k = 1 (since 1≠±21 \neq \pm 2):

x+y=3x + y = 3

4x+y=44x + y = 4

Subtracting: 3x=13x = 1, so x=13x = \dfrac{1}{3}

Then: y=3−13=83y = 3 - \dfrac{1}{3} = \dfrac{8}{3}

One unique solution exists!


The equations have a unique solution if and only if k≠2k \neq 2 and k≠−2k \neq -2.

Quick memory trick: Calculate k2−4≠0k^2 - 4 \neq 0 to find when the system has exactly one solution.

Keyboard Shortcuts

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