Maximize :
z = $ x_1 + 2 x_2 - 3 x_3 + 4 x_4 $
subject to
$ x_1 + x_2 + 2 x_3 +3 x_4 = 12$
$x_2 + 2 x_3 + x_4 = 8$ where $ x_1 , x_2 , x_3 , x_4 >= 0 $
I have calculated all the possible basic solution these are
(0,0,3,2) and z = -1
(0,6,0,2) and z = 20
(4,0,4,0) and z = -8
(4,8,0,0) and z = 20
doubt 1. since in above solution $ x_1 , x_2 , x_3 , x_4 >= 0 $ will we accept solution number 1 and 3 as basic solution for maximization.
- I have also been asked to show that optimal solution exists without solving I don't know how to do that please help