If the system of linear equations : x+y+2z=62x+3y+az=a+1−x−3y+bz=2b where a,b∈R, has infinitely many solutions, then 7a+3b is equal to :
Options
Solution
Key Concepts and Formulas
System of Linear Equations: A system of n linear equations in n variables can be represented in matrix form as AX=B, where A is the n×n coefficient matrix, X is the column vector of variables, and B is the column vector of constants.
Conditions for Infinitely Many Solutions (Cramer's Rule): For a system of three linear equations in three variables (x,y,z) to have infinitely many solutions, the following two conditions must be satisfied:
The determinant of the coefficient matrix A, denoted as det(A) or Δ, must be zero. This indicates that the equations are linearly dependent.
Δ=det(A)=0
The system must be consistent. This means that all the determinants Δx,Δy,Δz (formed by replacing the respective variable's coefficient column in A with the constant vector B) must also be zero.
Δx=0,Δy=0,Δz=0
If Δ=0 but at least one of Δx,Δy,Δz is non-zero, the system has no solution (it is inconsistent).
The given system of linear equations is:
x+y+2z2x+3y+az−x−3y+bz=6=a+1=2b
The corresponding matrix form AX=B is:
12−113−32abxyz=6a+12b
Here, the coefficient matrix is A=12−113−32ab and the constant vector is B=6a+12b.
Step-by-Step Solution
Step 1: Calculate the determinant of the coefficient matrix, Δ, and set it to zero.
For infinitely many solutions, the first condition is Δ=det(A)=0.
Setting Δ=0:
2a+b−6=0⇒b=6−2a(Equation 1)
This equation provides a relationship between a and b that must hold for infinitely many solutions (or no solution).
Step 2: Calculate Δx and set it to zero.
The second condition for infinitely many solutions requires consistency. We start by setting Δx=0. Δx is obtained by replacing the first column of A with the constant vector B:
Step 3: Solve the system of equations for a and b.
We now have a system of two equations with two variables:
b=6−2a
12a+5b+ab−6=0
Substitute Equation 1 into Equation 2:
12a+5(6−2a)+a(6−2a)−6=012a+30−10a+6a−2a2−6=0
Combine like terms:
−2a2+(12a−10a+6a)+(30−6)=0−2a2+8a+24=0
Divide the entire equation by −2 to simplify:
a2−4a−12=0
Factor the quadratic equation:
(a−6)(a+2)=0
This yields two possible values for a: a=6 or a=−2.
Now, find the corresponding values of b using Equation 1 (b=6−2a):
If a=6: b=6−2(6)=6−12=−6. So, (a,b)=(6,−6).
If a=−2: b=6−2(−2)=6+4=10. So, (a,b)=(−2,10).
Step 4: Verify with Δy to confirm infinitely many solutions.
It is essential to check which of these pairs actually leads to infinitely many solutions. If Δ=0 and Δx=0, but Δy=0, the system would have no solution. We need Δy=0 as well.
Let's calculate Δy:
Case 1: Test (a=6,b=−6)
Substitute these values into Δy:
Δy=−(6)(−6)−4(6)−3(−6)+2Δy=36−24+18+2Δy=32
Since Δy=32=0, this pair (a=6,b=−6) leads to no solution.
Case 2: Test (a=−2,b=10)
Substitute these values into Δy:
Δy=−(−2)(10)−4(−2)−3(10)+2Δy=20+8−30+2Δy=0
Since Δy=0 (and we already have Δ=0 and Δx=0), this pair (a=−2,b=10) satisfies all conditions for having infinitely many solutions. This is the correct pair of values for a and b.
Step 5: Calculate the required expression 7a+3b.
Using the correct values a=−2 and b=10:
7a+3b=7(−2)+3(10)7a+3b=−14+307a+3b=16
Common Mistakes & Tips
Incomplete Conditions: A frequent error is to only check Δ=0 and forget the consistency conditions (Δx=Δy=Δz=0). Δ=0 alone indicates either no solution or infinitely many solutions, but not definitively which one.
Algebraic Errors: Determinant calculations can be lengthy and prone to sign errors or arithmetic mistakes. Double-check each step carefully.
Gaussian Elimination as an Alternative: While Cramer's rule is used here, an alternative approach is Gaussian elimination (row reduction). For infinitely many solutions, Gaussian elimination will lead to at least one row of zeros (e.g., 0=0) after reducing the augmented matrix to row echelon form, provided the system is consistent. This method can sometimes be less prone to calculation errors with large determinants.
Summary
To find the values of a and b for which the system has infinitely many solutions, we applied the conditions from Cramer's Rule. First, we set the determinant of the coefficient matrix (Δ) to zero, which gave us a relationship between a and b. Next, we set Δx (the determinant formed by replacing the x-coefficients with the constant terms) to zero, which provided a second equation. Solving these two equations yielded two possible pairs for (a,b). Finally, we used Δy (the determinant formed by replacing the y-coefficients with the constant terms) as a consistency check. Only the pair (a=−2,b=10) resulted in Δy=0, confirming infinitely many solutions. Substituting these values into 7a+3b gave the final answer.
The final answer is 16, which corresponds to option (A).