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}
\]