I was given the following problem and asked to solve for all the unknowns.
Solve for $x_1,x_2,x_3,x_4$: $$ \begin{matrix} x_1+x_2+x_3+x_4=1,\\ x_1+x_2-x_3=2,\\ x_2+x_3=0 \end{matrix} $$
There are $4$ unknowns and $3$ equations. So isn't it not possible to get a single solution?
And every time I try to manipulate the equations, I keep on getting identity equations such as $$2=2$$
Hint
You're right. This system doesn't have a unique solution. Indeed it has infinitely many. Write the system, for example, as $$\left\{\begin{align}x_1+x_2+x_3& =1-x_4\\x_1+x_2-x_3 & =2\\x_2+x_3& =0\end{align}\right.$$ and solve it for $x_1,x_2,x_3.$ The solutions will depend on $x_4.$ For each value of $x_4$ you have a different solution.