MS03 4
MS03 4
Resource Requirements
Resource Availability:
40 hrs of labor per day
120 lbs of clay
Decision Variables:
x1 = number of bowls to produce per day
x2 = number of mugs to produce per day
Objective Function:
Maximize Z = $40x1 + $50x2
Where Z = profit per day
Resource Constraints:
1x1 + 2 x2 40 hours of labor
4 x1 + 3 x2 120 pounds of clay
Non-Negativity Constraints:
x1 0; x2 0
Beaver Creek Pottery Example: Excel
Spreadsheet – Data Screen
Beaver Creek Pottery Example: “Solver”
Parameter Screen
Solver parameters
Beaver Creek Pottery Example: Adding
Model Constraints
Labor constraint
Beaver Creek Pottery Example: “Solver”
Settings
Solution screen
Beaver Creek Pottery Example: Solution
Screen
Answer report
Beaver Creek Pottery Example: Increase in
labor hours
3.17
Beaver Creek Pottery Example: Adding a
New Constraint
Adding a new constraint to Beaver Creek Model: 0.20 x1 + 0.10 x2 5
hours for packaging (Original solution: 24 bowls, 8 mugs, $1,360)
profit
Question: Xecko making two airplane wing parts, and each wing part
must be processed through three manufacturing stage – stamping,
drilling, and finishing
subject to:
• 90𝑥1 + 110𝑥2 + 100𝑥3 + 90𝑥4 + 75𝑥5 + 35𝑥6 + 65𝑥7 + 100𝑥8 + 120𝑥9 + 65𝑥10 ≥
420 calories
• 20𝑥1 + 48𝑥2 + 12𝑥3 + 8𝑥4 + 30𝑥5 + 52𝑥7 + 250𝑥8 + 3𝑥9 + 26𝑥10 ≥ 400 mg of calcium
• 𝑥i ≥ 0, for all j
Diet case: Computer Solution with Excel
Exhibit 4.5
Diet case: Solution with Excel Solver
Exhibit 4.6
Investment case: Model Summary
An investor has $70,000 to divide among several instruments.
Municipal bonds have an 8.5% return, certificates of deposit(CD) with a
5% return, treasury bills with a 6.5% return, and growth stock fund with
a 13% (all annual return)
The following guidelines have been established:
1. No more than 20% in municipal bonds
2. Investment in CDs should not exceed the other three alternatives
3. At least 30% invested in treasury bills and CDs
4. More should be invested in CDs and treasury bills than in municipal
bonds and growth stocks by a ratio of 1.2 to 1
5. All $70,000 should be invested.
Investment case: Model Summary
Maximize 𝑍 = $0.085𝑥1 + 0.05𝑥2 + 0.065𝑥3 + 0.130𝑥4
subject to:
𝑥1 ≤ $14,000
𝑥2 − 𝑥1 − 𝑥3 − 𝑥4 ≤ 0
𝑥2 + 𝑥3 ≥ $21,000
−1.2𝑥1 + 𝑥2 + 𝑥3 − 1.2𝑥4 ≥ 0
𝑥1 + 𝑥2 + 𝑥3 + 𝑥4 = $70,000
𝑥1 , 𝑥2 , 𝑥3 , 𝑥4 ≥ 0
where
x1 = amount ($) invested in municipal bonds
x2 = amount ($) invested in certificates of deposit
x3 = amount ($) invested in treasury bills
x4 = amount ($) invested in growth stock fund
Investment case: Computer Solution
Marketing budget case - Department store A plan to
determine the marketing channel – TV, Radio, and
Newspaper ad. They want to know the number of each type
of advertisement it should be purchase to maximize exposure.
where
x1 = number of television commercials
x2 = number of radio commercials
x3 = number of newspaper ads
Marketing budget case: Solution with Excel
Marketing budget case: Solution with Excel
Solver
Marketing budget case: Integer Solution with
Excel
Marketing budget case: Integer Solution with
Excel
Marketing budget case: Integer Solution with
Excel
Transportation Example: Big Buy retail case
• Big Buy retail chain ships from three of its distribution centers/warehouses to
three of its retails store on a monthly basis. The company want to know the
number of TV to ship from each warehouse to each store to minimize the
total cost of transportation.
subject to:
x1𝐴 + x1𝐵 + x1𝐶 ≤ 300
x2𝐴 + x2𝐵 + x2𝐶 ≤ 200
x3𝐴 + x3𝐵 + x3𝐶 ≤ 200
x1𝐴 + x2𝐴 + x3𝐴 = 150
x1𝐵 + x2𝐵 + x3𝐵 = 250
x1𝐶 + x2𝐶 + x3𝐶 = 200
𝐴𝑙𝑙 xij ≥ 0
Solution with Excel
Solution with Solver Window