I need to solve the following LPP using graphical method
Min $z=4x_1+x_2$
subject to $2x_1+x_2 \geq 2$,
$x_1+3x_2 \leq 4$,
$x_2 \leq 4$,
$x_1, x_2 \geq 0$
But I am not finding any common feasible region. Particularly from the figure we see that there is no common area to first two constraints . How to proceed?
