OR4 Odt
OR4 Odt
1. The Whitt Window Company, a company with only three employees, makes two different kinds of
hand-crafted windows: a wood-framed and an aluminum-framed window. The company earns $300
profit for each wood-framed window and $150 profit for each aluminum-framed window. Doug makes
the wood frames and can make 6 per day. Linda makes the aluminum frames and can make 4 per day.
Bob forms and cuts the glass and can make 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.
The company wishes to determine how many windows of each type to produce per day to maximize
total profit. Formulate the linear programming model for this problem.
Solution:
Doug 1 0 6
Linda 0 1 4
Bob 6 8 48
Decision variable:
X1 = Wood-framed
X2 = Aluminum-framed
Objective function:
Maximize
Z = $300X1 + $150X2
Subject to:
X1 <= 6
X2 <= 4
X1 >= 0 , X2 >= 0
2. Weenies and Buns is a food processing plant which manufactures hot dogs and hot dog buns. They
grind their own flour for the hot dog buns at a maximum rate of 200 pounds per week. Each hot dog
bun requires 0.1 pound of flour. They currently have a contract with Pigland, Inc., which specifies that
a delivery of 800 pounds of pork product is delivered every Monday. Each hot dog requires pound of
pork product. All the other ingredients in the hot dogs and hot dog buns are in plentiful supply. Finally,
the labor force at Weenies and Buns consists of 5 employees working full time (40 hours per week
each). Each hot dog requires 3 minutes of labor, and each hot dog bun requires 2 minutes of labor. Each
hot dog yields a profit of $0.88, and each bun yields a profit of $0.33.
Weenies and Buns would like to know how many hot dogs and how many hot dog buns they should
produce each week so as to achieve the highest possible profit.
Formulate a linear programming model for this problem.
Labor 3 2 40
Solution:
Decision variable:
X1 = Hot dog
Objective function:
Maximize
Z = $0.88X1 + $0.33X2
Subject to:
X1 >= 0 , X2 >= 0