I am having a hard time trying to figure out a nonzero vector in $\text{im}(A)$ that is not a column of $A$. I know that first two columns have pivots so $\text{col}(A)=\text{span}\{(1 \ 1 \ 1) , (-2 \ -2 \ 1)\}$ and that the solution of the Matrix is
$x_1=5t-s+2r$
$x_2=-4s-4r$
$x_3=t$
$x_4=s$
$x_5=r$
I was thinking about adding the vectors that make up the $\text{col}(A)$ in order to get $\text{im}(A)$ so I would get $\text{im}(A)= [-1 \ -1 \ \ \ 0]^T$. I am not sure if I am solving this correctly.