Question:

If the system of equations  
x + y + az = b  
2x + 5y + 2z = 6  
x + 2y + 3z = 3  
Has infinitely many solutions, then 2a + 3b is equal to

Updated On: Apr 18, 2025
  • 20
  • 23
  • 25
  • 28
Hide Solution
collegedunia
Verified By Collegedunia

The Correct Option is B

Solution and Explanation

For the system of equations to have infinitely many solutions, the determinant of the coefficient matrix (\(\Delta\)) and the determinants of the matrices obtained by replacing each column with the constant terms (\(\Delta_x\), \(\Delta_y\), \(\Delta_z\)) must all be equal to zero. The coefficient matrix is: \[ \begin{pmatrix} 1 & 1 & a \\ 2 & 5 & 2 \\ 1 & 2 & 3 \end{pmatrix} \] \[ \Delta = \begin{vmatrix} 1 & 1 & a \\ 2 & 5 & 2 \\ 1 & 2 & 3 \end{vmatrix} = 1(15 - 4) - 1(6 - 2) + a(4 - 5) = 11 - 4 - a = 7 - a. \] For infinitely many solutions, \(\Delta = 0\), so \(7 - a = 0 \Rightarrow a = 7\). Now, let's calculate \(\Delta_x\): \[ \Delta_x = \begin{vmatrix} b & 1 & 7 \\ 6 & 5 & 2 \\ 3 & 2 & 3 \end{vmatrix} = b(15 - 4) - 1(18 - 6) + 7(12 - 15) = 11b - 12 - 21 = 11b - 33. \] For infinitely many solutions, \(\Delta_x = 0\), so \(11b - 33 = 0 \Rightarrow b = 3\). Now we can calculate \(2a + 3b = 2(7) + 3(3) = 14 + 9 = 23\). 

Was this answer helpful?
1
0