Final answer:
To formulate this problem as a linear program, we need to define the decision variables, constraints, and objective function. The objective is to maximize the total monthly profit, subject to constraints on table legs, table top material, minimum Bismarck tables, and maximum Adirondack tables.
Step-by-step explanation:
To formulate this problem as a linear program, we need to define the decision variables, constraints, and objective function.
Let:
- x = number of Adirondack tables to produce
- y = number of Bismarck tables to produce
The objective is to maximize the total monthly profit, so the objective function is:
Maximize Z = 300x + 250y
Subject to the following constraints:
- 6x + 4y ≤ 420 (table legs constraint)
- 18x + 16y ≤ 1440 (table top material constraint)
- y ≥ 10 (minimum Bismarck tables constraint)
- x ≤ 60 (maximum Adirondack tables constraint)
Additionally, x and y must be non-negative.