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
  • 16
  • 9
  • 12
Show Solution

The Correct Option is C

Solution and Explanation

For infinite solutions, the determinant of the coefficient matrix must be zero, signifying linear dependence. The coefficient matrix is:

\[\begin{pmatrix} 1 & 1 & 2 \\ 2 & 3 & a \\ -1 & -3 & b \end{pmatrix}.\]

Setting the determinant to zero and solving for \( a \) and \( b \) yields specific values.

Using these determined values, we then compute \( 7a + 3b = 9 \).

Was this answer helpful?
0