Math 484.2  October 25, 2005.   Name:_________________________________________
Midterm 2,  5 problems, 15 points each.  Return this page.
Solve linear programs where all xi >= 0:

-3x12x3Problem 1
1234= x1
x20-x11=- x4
0123-> min

Answer: LP is infeasible.

2x23-x1Problem 2
1234=- x1
x3670= x4
0123-> min

Answer: LP is unbounded

-2x23-x3Problem 3
1-2-34= x1
-5011= x1
01-23-> max

Answer: LP is infeasible.

x3x23-x3Problem 4
1234= x1
510-1= x4
01-23-> min

Answer: LP is unbounded

0x21-x3Problem 5
0-1
30= x1
56-1-1= x2
0120-> min

min = 2 at  x1 = 3, x2 = 0, x3 = 1.