Consider the following linear program below and answer the following questions:
Max 3A+2B
s.t
A+B>=4
3A+4B<=24
A>=2
A-B<=0
A,B>=0
A. Write the problem
B. Solve the problem
C. What are the values of the slack and surplus variables at the optimal solution
D. Graph It