I have to find the values of $k$ such that this system $\left[ \begin{array}{ccc|cc} 1&0&-3&-3\\ 2&k&-1&-2\\ 1&2&k&1 \end{array} \right]$ is:
a) unsolvable b) solvable with infinite solutions c) one solution.
After some steps we can see in this matrix $\left[ \begin{array}{ccc|cc} 1&0&-3&-3\\ 0&k&5&4\\ 0&2&k+3&4 \end{array} \right]$ for $k=2$ the second and the thrid row are the same, so if the substract them on row becomes all zeros. (And the system is unsolvable)
The next step: $\left[ \begin{array}{ccc|cc} 1&0&-3&-3\\ 0&k&5&4\\ 0&0&k^2-7&4k-8 \end{array} \right]$ now im not that sure but I think, the solutions to $k^2-7=0$ should be the values of $k$ such that there are infinite solutions.
Then every possbile value k besides 2 and the solutions for $k^2-7=0$ would return a solvable system with one solution?
Note that the system has no/infinite or unique solutions if the determinant of the system is zero or nonzero. The determinant is: $$k^2+3k-10.$$ Thus: $$k^2+3k-10=0 \Rightarrow k_1=-5 \ (\text{no}); k_2=2 \ (\text{infinite}).$$ For $k\ne -5;2$ there is a unique solution.