Problem:
Linear programming problem
1. Given the following linear programming problem:
Min Z = 2x + 8y
Subject to (1) 8x + 4y is greater than or equal to 64
2. 2x + 4y is greater than or equal to 32
3. y is greater than or equal to 2
What is the minimal solution?