I need help finding a value of h so that $\begin{bmatrix} 0\\1\\h+2\end{bmatrix}$ is in the span of the two matrices:$\begin{bmatrix} 2\\1\\1 \end{bmatrix}, \begin{bmatrix} 3\\1\\2 \end{bmatrix}.$
My approach was to write the augmented matrix and reduce it like this: $\begin{bmatrix} 2&3&0\\1&1&1\\1&2&h+2\end{bmatrix} $
add $-1/2$ times row $1$ to row $2$, and $-1/2$ times row $1$ to row $3$: $\begin{bmatrix} 2&3&0\\0&-1/2&1\\0&1/2&h+2\end{bmatrix}.$
Now we have that $h + 2 = \frac{1}{2} \cdot x_2$, and $x_2 = -2$. So, $\hbox{h = -3}$.
However, I do not think this is correct. Can someone please check my work?