$\phi: \mathbb{R^3} \rightarrow \mathbb{R^2}, \begin{pmatrix} x_1\\x_2\\x_3\end{pmatrix} \mapsto \mathbb{R^2}, \begin{pmatrix} -2&1&5\\3&-1&-2\end{pmatrix} \begin{pmatrix} x_1\\x_2\\x_3\end{pmatrix} + \begin{pmatrix} x_1&x_2&x_3\\x_3&x_2&x_1\end{pmatrix}\begin{pmatrix} 4\\-1\\3\end{pmatrix}$
I calculated the transformation matrix for the standart bases:
\begin{pmatrix} 2&0&8\\6&-2&2\end{pmatrix}
Calculated the nullspace:
\begin{pmatrix} 1&0&4&0\\0&1&11&0\end{pmatrix} the basis of the Kernel($\phi$) : \begin{pmatrix} -4\\-11\\1\end{pmatrix}
Now the dimensionformula says for a lineare transformation from one vectorspace to another one $f: V \rightarrow W$ is: dim($V$) = dim(Kernel($\phi$)+dimImage($\phi$).
So dimImage($\phi$) is (also the rang of the nullspacematrix) is: $3 = 1+x \Leftrightarrow 2 = x$
Now why is the transformation surjective?