Here is the problem:
Maximize: $ F= 12x+12y+5z$
Subject to the constraints:
$2x+4y+3z\leq12$
$x+2y+z\leq8$
$ x,y,z \geq 0$
Using simplex method I got these answers:
$x,y,z(6,0,0), F=72; $
I need to use the graphical method to solve this, but I have no idea how if it contains 3 variables.