Problems:
Graphical solution procedure of finding the optimal solution
Problem-1.
For the linear program:
Max 2A + 3B
s.t.
1A + 2B < 6
5A + 3B < 15
A,B > 0
Find the optimal solution using the graphical solution procedure. What is the value of the objective function at the optimal solution?
2. Solve the following linear program using the graphical solution procedure.
Max 5A + 5B
s.t.
1A < 100
1B < 80
2A + 4B < 400
A, B > 0