Let $$u = \begin{pmatrix} -1 \\1 \\-1 \end{pmatrix}$$ and let$$A = \begin{pmatrix} 1&0&1 \\1&1&0 \\0&1&k \end{pmatrix}$$
For what values of k is the vector u in the span of the columns of A?
Here is my work so far: $$Au = \begin{pmatrix} 1&0&1&-1 \\1&1&0&1 \\0&1&k&-1 \end{pmatrix}$$$$Au = \begin{pmatrix} 1&0&1&-1 \\0&1&-1&2 \\0&1&k&-1 \end{pmatrix}$$$$Au = \begin{pmatrix} 1&0&1&-1 \\0&1&-1&2 \\0&0&k+1&-3 \end{pmatrix}$$
I've reduced it as much as I can, but I'm stuck at this point. Does this mean that k can be equal to -4?
Recall what we're trying to do here: the vector $u$ is in the span of the columns of $A$ if there is an $x$ such that $Ax = u$. Under other circumstances you might already know all the entries of $A$ (i.e. there is no $k$ to investigate), and you would write down the augmented matrix $(A\vert u)$ (as you have done here), and then row-reduce.
What is the significance of that process? Why do you want to get $1$s on the diagonal? (what would that tell you about $x$?) What is the significance of a $0$ on the diagonal?