Solve the below:
Linear Programming Problem
Q: MAX 5x1 + 7x2
x1 <= 6 Constraint 1
2x1 + 3x2 <= 19 Constraint 2
x1 + x2 <= 8 Constraint 3
x1, x2 => 0 None Negative Constraint
Solve for all 5 steps -
1) Solving for x1/x2 intercepts
2) Graphing
3) Solving for POS (potential optimal solution)
4) Constraint Checks
5) Solving for Z.