Exam
Exam
Let x1 be the number of acres of wheat planted and x2 be the number of acres of corn planted.
Objective function: Maximize and Minimize z = 200x1 + 300x2
Constraints:
x1 + x2 ≤ 45 (Land)
3x1 + 2x2 ≤ 100 (Labor)
2x1 + 4x2 ≤ 120 (Fertilizer)
x1 ≥ 0
x2 ≥ 0
• ( 100
3 , 0) (Intersection of x2 = 0 and 3x1 + 2x2 = 100)
Maximum profit: The maximum profit is 10000 at x1 = 20 acres of wheat and x2 = 20 acres of corn.
Minimum profit: The minimum profit is 0 at x1 = 0 acres of wheat and x2 = 0 acres of corn.