<p>If the system of equations<br/><span>\[ax + y + 2z = 0\]</span><span>\[x + 2y + z = b\]</span><span>\[2x + y + az = 0\]</span><br/>has no solution then \((a + b)\) can be equal to</p>
Step-by-Step Solution
Key Concept: A system has no solution when the coefficient matrix is singular but the system is inconsistent. This requires the determinant to equal zero and an incompatibility in the augmented matrix.
<p>For a system of linear equations to have no solution, the coefficient matrix must be singular (determinant = 0) while the augmented matrix has a different rank.</p><p>The coefficient matrix is:\[\begin{vmatrix}a & 1 & 2\\1 & 2 & 1\\2 & 1 & a\end{vmatrix}\]</p><p>For no solution: \(\det(A) = 0\) and the system is inconsistent.</p><p>Computing the determinant:\[a(2a - 1) - 1(a - 2) + 2(1 - 4) = 0\]\[2a^2 - a - a + 2 - 6 = 0\]\[2a^2 - 2a - 4 = 0\]\[a^2 - a - 2 = 0\]\[(a - 2)(a + 1) = 0\]</p><p>So \(a = 2\) or \(a = -1\).</p><p>When \(a = 2\): For no solution, we need \(b \neq 0\). Thus \(a + b = 2 + b\) where \(b \neq 0\). This gives \(a + b = 2\) (when \(b = 0\), solution exists), \(3\) (when \(b = 1\)), or \(4\) (when \(b = 2\)).</p><p>When \(a = -1\): For no solution, \(b\) must satisfy the inconsistency condition.</p><p>∴ Answer is (b), (c), (d).</p>
Correct Answer: b, c, d