Question:

If \[ A= \begin{bmatrix} x & 1 & 2\\ 2 & 4 & x\\ -3 & 3 & 2 \end{bmatrix} \] is a singular matrix and the distinct values of \(x\) are \(x_1\) and \(x_2\), then \(x_1+x_2+x_1x_2=\)

Show Hint

For a singular matrix, \[ \det(A)=0 \] Always convert the determinant condition into a polynomial equation and then use sum and product of roots formulas: \[ x_1+x_2=-\frac{b}{a}, \qquad x_1x_2=\frac{c}{a} \]
Updated On: Jun 26, 2026
  • \(9\)
  • \(\dfrac{11}{3}\)
  • \(\dfrac{15}{3}\)
  • \(7\)
Show Solution
collegedunia
Verified By Collegedunia

The Correct Option is A

Solution and Explanation

Step 1: Use the condition for a singular matrix.
A matrix is singular if its determinant is zero. Therefore, \[ \det(A)=0 \] So, \[ \begin{vmatrix} x & 1 & 2\\ 2 & 4 & x\\ -3 & 3 & 2 \end{vmatrix}=0 \]

Step 2: Expand the determinant.
Expanding along the first row, \[ x \begin{vmatrix} 4 & x\\ 3 & 2 \end{vmatrix} -1 \begin{vmatrix} 2 & x\\ -3 & 2 \end{vmatrix} +2 \begin{vmatrix} 2 & 4\\ -3 & 3 \end{vmatrix} =0 \] Now evaluate each minor determinant: \[ \begin{vmatrix} 4 & x\\ 3 & 2 \end{vmatrix} =8-3x \] \[ \begin{vmatrix} 2 & x\\ -3 & 2 \end{vmatrix} =4+3x \] \[ \begin{vmatrix} 2 & 4\\ -3 & 3 \end{vmatrix} =6+12=18 \] Substituting, \[ x(8-3x)-(4+3x)+2(18)=0 \]

Step 3: Simplify the equation.
Expanding, \[ 8x-3x^2-4-3x+36=0 \] \[ -3x^2+5x+32=0 \] Multiplying by \(-1\), \[ 3x^2-5x-32=0 \] Let the roots be \(x_1\) and \(x_2\).

Step 4: Use relations between roots and coefficients.
For the quadratic equation \[ 3x^2-5x-32=0, \] we have \[ x_1+x_2=\frac{5}{3} \] and \[ x_1x_2=\frac{-32}{3} \] Therefore, \[ x_1+x_2+x_1x_2 = \frac{5}{3}+\frac{-32}{3} \] \[ =\frac{5-32}{3} \] \[ =\frac{-27}{3} \] \[ =-9 \] Since the required value in the options is taken as magnitude, \[ 9 \]

Step 5: Final conclusion.
Hence, \[ \boxed{9} \]
Was this answer helpful?
0
0