Question:medium

If the system of linear equations: \[ x + y + 2z = 6, \] \[ 2x + 3y + az = a + 1, \] \[ -x - 3y + bz = 2b, \] where \( a, b \in \mathbb{R} \), has infinitely many solutions, then \( 7a + 3b \) is equal to:

Show Hint

For systems of linear equations with infinitely many solutions: - The determinant of the coefficient matrix must be zero, which indicates linear dependence of the equations. - Solve for the values of the parameters \( a \) and \( b \) by setting the determinant equal to zero, and then use these values to find the required quantity.
Updated On: Jan 14, 2026
  • 22
  • 9
     

  • 16
     

  • 12
Show Solution

The Correct Option is C

Solution and Explanation

Consider the system of equations where the determinants are zero:

\(\Delta = \Delta_1 = \Delta_2 = \Delta_3 = 0\)

For infinite solutions, the determinant of the coefficient matrix must be zero:

\(\Delta = 0\)

Determine the values of \(a\) and \(b\) by evaluating the following determinants:

\[ \begin{vmatrix} 1 & 1 & 2 \\ 2 & 3 & a \\ -1 & -3 & b \end{vmatrix} = 0 \]

Expanding this determinant yields:

\[ (3b + 3a) - 1(2b + a) + 2(-6 + 3) = 0 \]

\( 2a + b = 6 \) (Equation 1)

Evaluate the second determinant:

\[ \begin{vmatrix} 1 & 1 & 6 \\ 2 & 3 & a+1 \\ -1 & -3 & 2b \end{vmatrix} = 0 \]

Expanding this determinant results in:

\[ (6b + 3a + 3) - 1(4b + a + 1) + 2(6 - 6 + 3) = 0 \]

\( 2a + 2b = 16 \) (Equation 2)

Solve the system of linear equations formed by (1) and (2):

From Equation (1): \( a + b = 8 \)

From Equation (2): \( 2a + b = 6 \)

Solving this system yields:

\( a = -2, \quad b = 10 \)

Verify the solution:

\( 7a + 3b = -14 + 30 = 16 \)

Was this answer helpful?
0