Question
Question: If the system of equations $2x-3y+5z=12$ $3x+y+\lambda z = \mu$ $x-7y+8z=17$ has infinite solutions ...
If the system of equations 2x−3y+5z=12 3x+y+λz=μ x−7y+8z=17 has infinite solutions then 2(λ+μ), is divisible by

3
6
11
7
6
Solution
The system of linear equations is given by:
- 2x−3y+5z=12
- 3x+y+λz=μ
- x−7y+8z=17
For a system of linear equations to have infinitely many solutions, two conditions must be met using Cramer's Rule:
- The determinant of the coefficient matrix, Δ, must be zero.
- The determinants Δx,Δy,Δz (obtained by replacing the respective column of coefficients with the constant terms) must also be zero.
Let's write the augmented matrix for the system:
M=231−31−75λ8∣∣∣12μ17
We can use Gaussian elimination to find the conditions for infinite solutions.
Swap R1 and R3:
132−71−38λ5∣∣∣17μ12
Perform row operations R2→R2−3R1 and R3→R3−2R1:
13−3(1)2−2(1)−71−3(−7)−3−2(−7)8λ−3(8)5−2(8)∣∣∣17μ−3(17)12−2(17)
100−71+21−3+148λ−245−16∣∣∣17μ−5112−34
100−722118λ−24−11∣∣∣17μ−51−22
Now, perform R2→R2−2R3:
100−722−2(11)118(λ−24)−2(−11)−11∣∣∣17(μ−51)−2(−22)−22
100−70118λ−24+22−11∣∣∣17μ−51+44−22
100−70118λ−2−11∣∣∣17μ−7−22
For the system to have infinite solutions, the row (00λ−2∣μ−7) must be a row of zeros. This means:
λ−2=0⟹λ=2
μ−7=0⟹μ=7
Now we need to calculate 2(λ+μ):
2(λ+μ)=2(2+7)=2(9)=18.
Finally, we check which of the given options divides 18:
(A) 3: 18÷3=6. So, 18 is divisible by 3.
(B) 6: 18÷6=3. So, 18 is divisible by 6.
(C) 11: 18 is not divisible by 11.
(D) 7: 18 is not divisible by 7.
Both options (A) and (B) are correct. However, since this is typically a single-choice question format, and 6 is a larger and more specific divisor of 18 than 3 (as divisibility by 6 implies divisibility by 3), 6 is generally considered the intended answer.
Core Solution:
The given system of equations is: 2x−3y+5z=12 3x+y+λz=μ x−7y+8z=17
Using Gaussian elimination on the augmented matrix:
231−31−75λ8∣∣∣12μ17
Row operations lead to:
100−71108−11λ−2∣∣∣17−22μ−7
For infinite solutions, the last row must be all zeros:
λ−2=0⟹λ=2
μ−7=0⟹μ=7
Calculate 2(λ+μ)=2(2+7)=2(9)=18.
Check divisibility of 18 by the given options:
18 is divisible by 3 (18/3=6).
18 is divisible by 6 (18/6=3).
18 is not divisible by 11 or 7.
Both (A) and (B) are mathematically correct. In a single-choice context, the most specific or largest divisor is usually the intended answer.