Solve the following system of equations,
\begin{equation*}
\begin{array}{rcrcrcr}
3 x_1 \amp + \amp 2x_2 \amp \amp \amp = \amp 0\\
x_1 \amp + \amp x_2 \amp + \amp x_3 \amp = \amp -1\\
x_1 \amp \amp \amp - \amp 2x_3 \amp = \amp 2
\end{array}
\end{equation*}
We first solve for \(x_1\) using the third equation,
\begin{equation*}
x_1 = 2 + 2x_3.
\end{equation*}
Next, solve for \(x_2\) in the first equations and substitute the value for \(x_1\text{,}\)
\begin{equation*}
3x_1 + 2x_2 = 0 \hspace{0.2cm} \Rightarrow \hspace{0.2cm} x_2 = - \frac{3}{2}x_1 = -3 - 3 x_3.
\end{equation*}
Next, we substitute the expressions for \(x_1\) and \(x_2\) into the second equation and solve for \(x_3\)
\begin{equation*}
\begin{array}{rcrcrcr}
x_1 \amp + \amp x_2 \amp + \amp x_3 \amp = \amp -1\\
2 + 2x_3 \amp + \amp ( -3 - 3 x_3 )\amp + \amp x_3\amp = \amp -1\\
\amp \amp \amp \amp 0 \amp = \amp 0\\
\end{array}
\end{equation*}
Since the equation is satisfied independently of the value of \(x_3\) we say that \(x_3\) is a free variable. Denote that variable by \(s\text{,}\) then the solution to the system of equations is,
\begin{equation*}
\begin{array}{ccr}
x_1 \amp= \amp 2 + 2 s\\
x_2 \amp = \amp -3 - 3s\\
x_3 \amp = \amp s.
\end{array}
\end{equation*}