Matrices & Determinants
System of linear equations - no solution
Grade 12
Question:
<p>If the system of linear equations<br>\(x + ay + z = 3\)<br>\(x + 2y + 2z = 6\)<br>\(x + 5y + 3z = b\)<br>has no solution, then</p>
<p>\(a = -1,\, b = 9\)</p>
<p>\(a = -1,\, b \neq 9\)</p>
<p>\(a \neq -1,\, b = 9\)</p>
<p>\(a = 1,\, b \neq 9\)</p>
Step-by-Step Solution
Key Concept: A system has no solution when the coefficient matrix and augmented matrix have different ranks. This occurs when the third equation becomes dependent on the first two but with an inconsistent constant term.
<p><strong>Step 1:</strong> Write the augmented matrix and row reduce:</p><p>$$\begin{bmatrix} 1 & a & 1 & | & 3 \\ 1 & 2 & 2 & | & 6 \\ 1 & 5 & 3 & | & b \end{bmatrix}$$</p><p><strong>Step 2:</strong> Perform R₂ - R₁ and R₃ - R₁:</p><p>$$\begin{bmatrix} 1 & a & 1 & | & 3 \\ 0 & 2-a & 1 & | & 3 \\ 0 & 5-a & 2 & | & b-3 \end{bmatrix}$$</p><p><strong>Step 3:</strong> For the system to have no solution, we need rank(A) < rank(A|B). Multiply R₂ by (5-a) and R₃ by (2-a):</p><p>From R₃ - (rows must be dependent): If 2-a ≠ 0, perform R₃ - 2R₂/(2-a)·(5-a)</p><p>The third row becomes: 0 = k(b-3) where k ≠ 0</p><p><strong>Step 4:</strong> For no solution: The coefficients must vanish but RHS must not.</p><p>When a = 3: Row 2 becomes [0, -1, 1 | 3] and Row 3 becomes [0, 2, 2 | b-3]</p><p>Then 2R₂ + R₃ gives: [0, 0, 4 | 6+b-3] = [0, 0, 4 | b+3]</p><p>For no solution: b+3 ≠ 0, so <strong>a = 3 and b ≠ -3</strong></p><p>∴ Answer: B</p>
Correct Answer: B