Answer :
The linear programming model aims to determine the optimal number of cases of large and small cups to be produced per day in order to maximize total profit for Costal Cup Company.
To solve the problem, a linear programming model is formulated. The decision variables are L and S, representing the number of cases of large and small cups to be produced, respectively. The objective function Z is defined as the total profit, given by the equation Z = 35L + 30S. The goal is to maximize this objective function.
The model is subject to constraints that ensure the utilization of available resources. The labor constraint states that 0.75L + S should be less than or equal to 120, representing the available labor hours per day. The resin material constraint states that 16L + 11S should be less than or equal to 2000, indicating the available resin material units. The packaging material constraint states that 2.5L + 2S should be less than or equal to 325, representing the available packaging material units.
Additionally, non-negativity constraints are included, stating that L and S should be greater than or equal to zero, as negative quantities are not feasible.
To learn more about programming Click Here: brainly.com/question/14368396
#SPJ11