Analyzing the Setup
We are given two linear equations:
L1:(k+2)x+10y=k
L2:kx+(k+3)y=k−1
Our objective is to find the value of k such that the system has no solution. Geometrically, this occurs when the two lines are parallel but not coincident.
The Condition of Parallelism
For a system of linear equations a1x+b1y=c1 and a2x+b2y=c2, the lines are parallel and distinct (resulting in no solution) if and only if the ratios of the coefficients satisfy the following condition:
If the ratios were all equal, the lines would be coincident, leading to infinitely many solutions.
The Algebraic Dance
To find the potential values for k, we equate the ratios of the coefficients of x and y:
Cross-multiplying these terms yields:
Expanding the left side, we obtain k2+5k+6=10k. Rearranging this into a standard quadratic form gives:
Factoring the quadratic equation, we get (k−2)(k−3)=0. This provides two candidate values: k=2 and k=3.
The Final Verdict
Testing the Candidates
We must now verify these candidates against the constant ratio c2c1=k−1k to ensure the lines are not coincident.
For k=2:
The ratio of the constants is 2−12=2. The ratio of the coefficients is 22+2=2. Since a2a1=b2b1=c2c1, the lines are coincident. We must reject k=2.
For k=3:
The ratio of the coefficients is 33+2=35. The ratio of the constants is 3−13=23. Since $\frac{5}{3}
eq \frac{3}{2}$, the lines are strictly parallel and distinct.
Conclusion
By rigorously testing our candidates, we determine that only k=3 satisfies the condition for no solution. Therefore, there is exactly 1 value of k that fulfills the requirement.