In your system of equations, you have three variables x1, x2, x3 whereas you have only 2 equations. Therefore, the solve() function is throwing an error.
The number of variables should be equal to the number equations. Then you will not get an error. So, you need to add one more equation.