Question
Question: If the system of equations $x - 2y + 3z = 9$ $2x + y + z = b$ $x-7y + az = 24$, has infinitely ma...
If the system of equations
x−2y+3z=9
2x+y+z=b
x−7y+az=24, has infinitely many solutions, then a – b is equal to……

5
Solution
The system of equations is given by:
-
x−2y+3z=9
-
2x+y+z=b
-
x−7y+az=24
For a system of linear equations to have infinitely many solutions, two conditions must be met:
- The determinant of the coefficient matrix must be zero.
- The system must be consistent (which, for a 3×3 system with determinant 0, means the rank of the coefficient matrix is equal to the rank of the augmented matrix, and this rank is less than 3).
Let the coefficient matrix be A and the augmented matrix be [A∣B].
A=121−21−731a, B=9b24
Condition 1: det(A)=0.
det(A)=1(1⋅a−1⋅(−7))−(−2)(2⋅a−1⋅1)+3(2⋅(−7)−1⋅1)
det(A)=1(a+7)+2(2a−1)+3(−14−1)
det(A)=a+7+4a−2−45
det(A)=5a−40
Setting det(A)=0, we get 5a−40=0, which implies 5a=40, so a=8.
Now, with a=8, the system becomes:
-
x−2y+3z=9
-
2x+y+z=b
-
x−7y+8z=24
We can use row operations on the augmented matrix to find the condition for consistency.
[A∣B]=121−21−73189b24
Apply R2→R2−2R1 and R3→R3−R1:
100−25−53−559b−1815
Apply R3→R3+R2:
100−2503−509b−18(b−18)+15
100−2503−509b−18b−3
For infinitely many solutions, the rank of the coefficient matrix 100−2503−50 (which is 2) must be equal to the rank of the augmented matrix 100−2503−509b−18b−3.
This requires the last row of the augmented matrix to be entirely zero, which means the last entry in the last row must be zero.
b−3=0, which implies b=3.
Thus, for the system to have infinitely many solutions, we must have a=8 and b=3.
The question asks for the value of a−b.
a−b=8−3=5.