Work through the whole process for this problem You need onl
Work through the whole process for this problem. You need only state your final solution, including the maximum z-value. If you wish to show the initial and/or final tableaux, show them AFTER your solution. Maximize z = 8x1 + 10x2 + 12x3 subject to -2x1 + 2x2 + x3 10 2x1 + x2 + x3 10 x1 + x2 + x3 = 6 x1 0, x2 0, x3 0
Solution
The optimal solution is x1=0,x2=10,x3=0
And the optimal value is z=100
