To determine the nature of solutions for the given system of linear equations, we will use the method of reduction and comparison. The system of equations is:
\(\begin{cases} x + y + z = 6 \\ 2x + 5y + az = 36 \\ x + 2y + 3z = b \end{cases}\)
We need to find the values of \( a \) and \( b \) for which the system has infinitely many solutions.
| 1 | 1 | 1 | | | 6 |
| 2 | 5 | a | | | 36 |
| 1 | 2 | 3 | | | b |
\((R_3 - R_1) \Rightarrow (x + 2y + 3z) - (x + y + z) = b - 6 \Rightarrow y + 2z = b - 6\)
\((R_2 - 2R_1) \Rightarrow (2x + 5y + az) - 2(x + y + z) = 36 - 2(6) \Rightarrow (5y + az - 2y - 2z) = 36 - 12\)
\(3y + (a-2)z = 24\)
\(y + 2z = b - 6\ \Rightarrow z = \frac{b - 6 - y}{2}\)
\(3y + (a-2)z = 24\ \Rightarrow z = \frac{24 - 3y}{a-2}\)
Equating the two expressions for \(z\), we get:
\(\frac{b - 6 - y}{2} = \frac{24 - 3y}{a-2}\)
\((b - 6 - y)(a-2) = 2(24 - 3y)\)
\((a-2)(b-6) - (a-2)y = 48 - 6y\)
Match coefficients for terms involving \(y\), and the constant terms:
\(-(a-2) = -6 \Rightarrow a-2 = 6 \Rightarrow a = 8\)
Match the constant terms:
\((a-2)(b-6) = 48 \Rightarrow 6(b-6) = 48 \Rightarrow b-6 = 8 \Rightarrow b = 14\)
This confirms that for \(a = 8\) and \(b = 14\), the system has infinitely many solutions.
Therefore, the correct answer is: Infinitely many solutions for \( a = 8 \) and \( b = 14 \).