Consider the following linear programming problem:
Minimize Z= 2x1 + 10x2
st:
4x1 + 2x2 >= 20
2x1 + 6x2>=18
X1,X2>=0
Use the graphical solution approach to solve the values of x and y. What is the objective function value? Need to show where the deasible solution space is located.