Math Problem Statement

5) AussieBags manufactures four types of bags: Business bags, backpacks, handbags, and shopping bags. The wholesale price and manufacturing cost of each item are shown in the following table. Bags Price Cost Business 140 71 Backpack 75 32 Handbag 200 120 ShoppingBag 30 8 Each business bag produced requires 3 hours of assembly; each backpack requires 2 hours of assembly; each handbag requires 1 hour of assembly; each shopping bag requires 15 minutes of assembly. The marketing department has indicated that it cannot sell more than 80,000 of any type. However, the demand is expected to be at least 30,000 units of each item, and AussieBags wants to meet this demand. If AussieBags has 400,000 hours of assembly time available, how many bags should it produce to maximise profits while meeting the minimum demand? • Identify the required elements to formulate a Linear Programming Model and list them accordingly (4M) • What are the variable(s)? (2M) • Formulate the objective function (3M) • Formulate the constraints (6M) • Write an AMPL model using a .mod and .dat file (10M for mod, 4M for dat). Report and interpret the solution! (2M) Would you implement the solution as is? (2M)

Solution