We are given a system of two linear equations:
- x+ky=1
- kx+y=−1
For a system of linear equations in the form a1x+b1y=c1 and a2x+b2y=c2:
- No solution (inconsistent) occurs if a2a1=b2b1=c2c1.
- Infinite solutions (consistent and dependent) occur if a2a1=b2b1=c2c1.
- Exactly one solution (consistent and independent) occurs if a2a1=b2b1.
From our equations, a1=1,b1=k,c1=1 and a2=k,b2=1,c2=−1.
Case 1: No Solution
We need k1=1k=−11.
From k1=1k, we get k2=1, so k=±1.
Now check the inequality 1k=−11, which means k=−1.
Combining these, k=1 is the only value for which there is no solution.
is correct, and option B is incorrect.
Case 2: Infinite Solutions
We need k1=1k=−11.
From k1=1k, we get k2=1, so k=±1.
From 1k=−11, we get k=−1.
Combining these, k=−1 is the only value for which there are infinite solutions.
is correct.
Case 3: Exactly One Solution
We need k1=1k, which implies k2=1.
So, k=1 and k=−1.
For all real values of k except 1 and −1, there exists exactly one solution. This implies infinitely many values of k yield a unique solution, is incorrect.
[CORRECT_OPTION: A, D]