Solve this Linear Programming problem(LPP) using Graphical method :
$F=2x_1-x_2-2x_3+6x_4$
$x_1+x_2+x_3+3x_4=16$
$-x_1+x_2+3x_3-x_4=8$
$x_1\geq0 ;x_2\geq0;x_3\geq0;x_4\geq0$
Max $F=?$
I've searched and learned that graphical method can be use when we have two variables, otherwise if we have 4 variables like my example is it preferable to use Simplex method. But Problem asks to solve it by Graphical method.
P.s I know how to solve if we would have 2 variables. Need a bit help with 4.
Thank you in advance :)
