A Product Mix Example
A Product Mix Example
The company wants to know how many dozen (boxes) of each type of shirt to
produce in order to maximize profit.
Decision Variables
This problems contains four decision variables, representing the number of dozens
(boxes) of each type of shirts to produce.
Model Constraints
The first constraint is for processing time. The total available processing time is
the 72-hour period between the end of the game and the truck pickup:
The second constraint is for the available shipping capacity, which is 1,200
standard-size boxes. A box of sweatshirts is three times the size of a standard-
size box. Thus, each box of sweatshirts is equivalent in size to three boxes of T-
shirts. This relative size differential is expressed in the following constraint:
3x1 + 3x2 + x3 + x4 ≤ 1,200 boxes
The third constraint is for the cost budget. The total budget available for
production is $25,000:
The last two constraints reflect the available blank sweatshirts and T-shirts the
company has in storage:
x1 + x2 ≤ 500
x3 + x4 ≤ 500
Model Summary
Decision Variables
Model Constraints
In this problem the constraints are the guidelines established for diversifying the
total investment. Each guideline is transformed into a mathematical constraint
separately.
The first guideline states that no more than 20% of the total investment should be
≤in municipal bonds. The total investment is $70,000; 20% of $70,000 is $14,000.
Thus, this constraint is
x1 ≤ $14,000
The second guideline indicates that the amount invested in certificates of deposit
should not exceed the amount invested in the other three alternatives. Because
the investment in certificates of deposit is x2 and the amount invested in the other
alternatives is x1, x3, x4, the constraint is
x2 ≤ x1 + x3 + x4
x 2 - x1 - x 3 - x 4 ≤ 0
The third guideline specifies that at least 30% of the investment should be in
treasury bills and certificates of deposit. Because 30% of $70,000 is $21,000 and
the amount invested in certificates of deposit and treasury bills is represented by
x2 + x3 , the constraint is
x2 + x3 ≥ 21,000
The forth guideline states that the ratio of the amount invested in certificates of
deposit and treasury bills to the amount invested in municipal bonds and the growth
stock fund should be at least 1.2 to 1.
x2 + x3 ≥ 1.2(x1 + x4)
-1.2x1 + x2 + x3 – 1.2 x4 ≥ 0
Finally the investor wants to invest the entire $70,000 in the four alternatives.
Thus, the sum of all the investments in the four alternatives must equal $70,000.
x1 + x2 + x3 + x4 = 70,000
Model Summary
The complete linear programming model for this problem can be summarized as
-1.2x1 + x2 + x3 – 1.2 x4 ≥ 0
x1 + x2 + x3 + x4 = 70,000
The Biggs Department Store chain has hired and advertising firm to determine the
types and amount of advertising it should invest in for its store. The three types
of advertising available are television and radio commercials and newspaper ads.
The retail chain desires to know the number of each type of advertisement it
should purchase in order to maximize exposure. It is estimated that each ad or
commercial will reach the following potential audience and cost the following
amount:
______________________________________________________________
Exposure
This model consists of three decision variables that represent the number of each
type of advertising produced:
For this problem the objective audience exposure is determined by summing the
audience exposure gained from each type of advertising:
Where
The first constraint in this model reflects the limited budget of $100,000
allocated for advertisement:
Where
The next three constraints represent the fact that television and radio
commercials are limited to 4 and 10, respectively, and newspaper ads are limited to
7:
x1 ≤ 4 television commercials
x2 ≤ 10 radio commercials
x3 ≤ 7 newspaper ads
The final constraint specifies that the total number or commercials and ads cannot
exceed 15 because of the limitations of the advertising firm:
subject to
x1 ≤ 4
x2 ≤ 10
x3 ≤ 7
x1 + x2 + x3 ≤ 15
x1 ,x2, x3 ≥ 0