max $4x_1 + 3x_2 - 2x_3$
Subject to $x_1 + x_2 + 2x_3 \le 3$
$x_1 + 2x_2 + x_3 \le 6$
$ x_1 \le2$
$x_1, x_2, x_3 \ge 0$
I was told to remove one of the variables(variable fixing) by looking at the coefficients in the object function and contraints, but I don’t know how to do that.
Guide:
From the objective funciton, you would want $x_1$ and $x_2$ to be large and $x_3$ to be small.
Minimizing $x_3$ doesn't stop $x_1$ and $x_2$ from being big, in fact it allows $x_1$ and $x_2$ to be big.