If the system of equations x+y+az=b2x+5y+2z=6x+2y+3z=3 has infinitely many solutions, then 2a+3b is equal to :
Options
Solution
1. Key Concepts and Formulas
For a system of three linear equations in three variables x,y,z, represented in matrix form as Ax=b:
A is the 3×3 coefficient matrix.
x is the column vector of variables xyz.
b is the column vector of constants.
To analyze the nature of solutions (unique, no solution, infinitely many solutions), we use determinants:
D=det(A) is the determinant of the coefficient matrix.
D1 is the determinant formed by replacing the first column of A with b.
D2 is the determinant formed by replacing the second column of A with b.
D3 is the determinant formed by replacing the third column of A with b.
The condition for the system to have infinitely many solutions is:
D=0ANDD1=0ANDD2=0ANDD3=0
2. Step-by-Step Solution
We are given the system of linear equations:
x+y+az=b…(1)2x+5y+2z=6…(2)x+2y+3z=3…(3)
This system is stated to have infinitely many solutions. Our goal is to find a and b using the conditions mentioned above, and then calculate 2a+3b.
Step 1: Formulate the Coefficient Matrix and Constant Vector
First, we extract the coefficient matrix A and the constant vector b from the given system:
A=121152a23,b=b63
Now, we define the determinants required for Cramer's Rule:
D=121152a23D1=b63152a23D2=121b63a23D3=121152b63
Step 2: Apply D=0 to find 'a'
For infinitely many solutions, the first condition is D=0. We calculate the determinant D by expanding along the first row:
D=15223−12123+a2152D=1((5)(3)−(2)(2))−1((2)(3)−(2)(1))+a((2)(2)−(5)(1))D=1(15−4)−1(6−2)+a(4−5)D=1(11)−1(4)+a(−1)D=11−4−aD=7−a
Now, we set D=0 to find the value of a:
7−a=0⟹a=7
So, the value of a is 7.
Step 3: Apply D3=0 to find 'b'
With a=7, we need to find b. We can use any of D1=0, D2=0, or D3=0. Let's choose D3=0 as it involves b in the last column and the other entries are numerical, potentially simplifying calculations.
We calculate D3 by expanding along the first row:
D3=121152b63D3=15263−12163+b2152D3=1((5)(3)−(6)(2))−1((2)(3)−(6)(1))+b((2)(2)−(5)(1))D3=1(15−12)−1(6−6)+b(4−5)D3=1(3)−1(0)+b(−1)D3=3−b
Now, we set D3=0 to find the value of b:
3−b=0⟹b=3
So, the value of b is 3.
Step 4: Verify D1=0 and D2=0 (Crucial for Confirmation)
Although we have found a and b using D=0 and D3=0, for the system to have infinitely many solutions, all four determinants must be zero. It's a good practice to verify D1=0 and D2=0 with a=7 and b=3.
Let's verify D1=0:
Substitute a=7 and b=3 into D1:
D1=363152723D1=35223−16323+76352D1=3(15−4)−1(18−6)+7(12−15)D1=3(11)−1(12)+7(−3)D1=33−12−21D1=33−33=0
The condition D1=0 is satisfied.
Let's verify D2=0:
Substitute a=7 and b=3 into D2:
D2=121363723
Observe that the second column (C2) is 3×C1. When two columns (or rows) of a determinant are proportional, the determinant is zero.
D2=16323−32123+72163D2=1(18−6)−3(6−2)+7(6−6)D2=1(12)−3(4)+7(0)D2=12−12+0=0
The condition D2=0 is also satisfied.
Since all four determinants are zero, our values a=7 and b=3 are correct.
Step 5: Calculate the final expression
The problem asks for the value of 2a+3b.
Substitute the values a=7 and b=3 into the expression:
2a+3b=2(7)+3(3)2a+3b=14+92a+3b=23
3. Common Mistakes & Tips
Incomplete Conditions: A common mistake is only setting D=0. Remember that for infinitely many solutions, all four determinants (D,D1,D2,D3) must be zero. If D=0 but any Dj=0, the system has no solution.
Arithmetic Errors: Determinant calculations can be prone to sign errors or simple arithmetic mistakes. Double-check your expansions.
Strategic Choice of Dj: When finding the second unknown, choose the Dj that appears simplest to calculate (e.g., D3 in this case, as b was in the last column).
4. Summary
We were given a system of linear equations stated to have infinitely many solutions. We applied the condition that for such a system, all four determinants (D,D1,D2,D3) must be zero. First, we calculated D and set it to zero, which gave us a=7. Next, we calculated D3 and set it to zero, which yielded b=3. We then verified that these values of a and b also made D1 and D2 equal to zero, confirming our findings. Finally, we substituted a=7 and b=3 into the expression 2a+3b to get the result.
The final answer is 23, which corresponds to option (A).