Answer :
The decision variables are the number of wood-framed windows and the number of aluminum-framed windows. The constraints include Doug's production limit, Linda's production limit, and the available glass. A linear programming model is formulated to maximize profit, subject to the constraints.
1) Determine the decision variables.
The decision variables in this problem are the number of wood-framed windows (x) and the number of aluminum-framed windows (y) that the company should produce.
2) Determine the constraints.
The constraints are as follows:
Constraint 1: Doug can make 6 wood-framed windows per day.
So, the number of wood-framed windows (x) should be less than or equal to 6.
Constraint 2: Linda can make 4 aluminum-framed windows per day.
So, the number of aluminum-framed windows (y) should be less than or equal to 4.
Constraint 3: Bob can form and cut 48 square feet of glass per day.
Each wood-framed window uses 6 square feet of glass and each aluminum-framed window uses 8 square feet of glass.
So, the total square feet of glass used by the wood-framed windows (6x) and the aluminum-framed windows (8y) should be less than or equal to 48.
3) Formulate a linear programming model.
The linear programming model for this problem is:
Maximize profit: 60x + 30y
Subject to constraints: x ≤ 6, y ≤ 4, 6x + 8y ≤ 48
Non-negative constraints: x ≥ 0, y ≥ 0