Yes, it does not have an inverse- that's why you are asked for the general solution.
One way to do this is "row reduction". Set up the augmented matrix
[tex]\left [ \begin{array} {cccc}1 & 0& -1 & 0 \\0 & -2 & 2 & 0 \\-1 & 1 & 0 & 0 \end{array} \right ][/tex]
and row-reduce. Because the matrix does not have an inverse, the final row will be all zero's but you could solve for, say x and y in terms of z.
Or just treat it as a system of equations: x- z= 0, -2y- 2z= 0, -x+ y= 0.
The first and third just say x= z and y= x= z. The second is then automatically solved. The general solution is (x, y, z)= (z, z, z)where z can be any number.