Solve for each $a \in \Bbb R$ the following linear system:
$3x+5y-4z=7$
$-3x-2y+4z=-1$
$6x+1y-8z=a$
So I put everything in a matrix en eventually ended with
\begin{pmatrix} 3& 0&-4 \\ 0 & 1 & 0 \\ 0& 0 & 0 \end{pmatrix}
So
$3x-4z=-3$
$ y=2$
$0x+0y+0z=a+4$
I thought, you have to distinguish two possibilities, $a \neq -4$ and $a=-4$. For $a\neq-4$ there are no solutions, and for $a=-4$ I ended up with $(-1+4\lambda,2,3\lambda$).
I'm not sure if this is correct.