Assignment # 3 - Solution PDF
Assignment # 3 - Solution PDF
QUESTION # 1 (25 Points): Solve the following goal programming model graphically
SOLUTION
QUESTION # 2 (20 Points): The Oregon Atlantic Company produces two kinds of paper — newsprint and
white wrapping paper (butcher paper). It requires 5 minutes to produce a yard of newsprint and 8 minutes to
produce a yard of wrapping paper. The company has 4,800 minutes of normal production capacity available
each week. The profit is $0.20 for a yard of newsprint and $0.25 for a yard of wrapping paper. The weekly
demand is for 500 yards of newsprint and 400 yards of wrapping paper. The company has established the
following goals, in order of priority:
A. Formulate a goal programming model to determine the number of yards of each type of paper to produce
weekly to satisfy the various goals.
B. Solve the goal programming model by using the computer.
SOLUTION
QUESTION # 3 (20 Points): The Eaststate Manufacturing Company produces four different airplane parts
from fabricated sheet metal for several major aircraft companies. The manufacturing process consists of four
operations—stamping, assembly, finishing, and packaging. The processing times per unit for each operation
and total available hours per year to produce these parts are as follows:
Part (hr./unit)
Operation 1 2 3 4 Total Hours / year
Stamping 0.06 0.17 0.10 0.14 700
Assembly 0.18 0.20 -- 0.14 700
Finishing 0.07 0.20 0.08 0.12 800
Packaging 0.09 0.12 0.07 0.15 600
The sheet metal required for each part, the estimated annual demand, and the profit per part are as follows:
Part Sheet Metal (𝒇𝒕𝟐 Estimated Annual Demand Profit
1 2.6 2,600 90
2 1.4 1,800 100
3 2.5 4,100 80
4 3.2 1,200 120
The company has 15,000 square feet of fabricated metal delivered each month. The company has the following
prioritized production goals:
A. Formulate a goal programming model to determine the amount of each part to produce to achieve the
company’s objectives.
B. Solve this model by using the computer.
C. How would the solution be affected if the first two priorities were reversed?
SOLUTION
𝑚𝑖𝑛𝑖𝑚𝑖𝑧𝑒 𝑍 = 𝑃1 (𝑑+11 , 𝑑+12 , 𝑑+13 , 𝑑+14 ), 𝑃2 (𝑑−5 , 𝑑−6 , 𝑑−7 , 𝑑−8 ), 𝑃3 𝑑−9 , 𝑃4 𝑑+10
0.06𝑥1 + 0.17𝑥2 + 0.10𝑥3 + 0.14𝑥4 + 𝑑1− − 𝑑1+ = 700
0.18𝑥1 + 0.20𝑥2 + 0𝑥3 + 0.14𝑥4 + 𝑑2− − 𝑑2+ = 700
0.07𝑥1 + 0.20𝑥2 + 0.08𝑥3 + 0.12𝑥4 + 𝑑3− − 𝑑3+ = 800
0.09𝑥1 + 0.12𝑥2 + 0.07𝑥3 + 0.15𝑥4 + 𝑑4− − 𝑑4+ = 600
𝑥1 + 𝑑5− − 𝑑5+ = 2,600
𝑥2 + 𝑑6− − 𝑑6+ = 1,800
𝑥3 + 𝑑7− − 𝑑7+ = 4,100
𝑥4 + 𝑑8− − 𝑑8+ = 1,200
90𝑥1 + 100𝑥2 + 80𝑥3 + 120𝑥4 + 𝑑9− − 𝑑9+ = 700,000
− +
2.6𝑥1 + 1.4𝑥2 + 2.5𝑥3 + 3.2𝑥4 + 𝑑10 − 𝑑10 = 15,000
QUESTION # 4 (20 Points): A manager in a food processing company must choose a new packaging
machine to replace the existing one which is wearing out. The manager has a limited budget for the purchase
and has narrowed down the possible options to three: (i) Aztec (ii) Burton (iii) Congress. However, the
decision is still proving to be difficult because of the variety of attributes associated with the machines, such
as the reputation for reliability, the purchase price and the quality of after sales support provided by the
different manufacturers. The manager decides to apply AHP to determine the best option. Suppose that
following are the preferences of the manager when three criteria were evaluated as well as when three options
(alternatives) are examined in terms of the three evaluating criteria separately.
Weight
C2: Purchase Cost A B C
Vector
A 1 2 6 0.61
B 1/2 1 2 0.27
C 1/6 1/2 1 0.12
CR = 2.21 %
Weight
Criteria Comparison C1 C2 C3
Vector
C1 1 2 7 0.60
C2 1/2 1 4 0.32
C3 1/7 1/4 1 0.08
CR = 0.24 %
E. Derive weight vector vector for Aztec, Burton and Congress.
QUESTION # 5 (20 Points): Bernard Mee, the head of the department of management science at Tech, is
evaluating faculty for salary raises at the end of the academic year. He is considering three faculty members
for raises: John Abbott, Megan Bates, and Debbie Cook. Faculty evaluations are based on three criteria
teaching, research, and service. Professor Mee’s pairwise comparisons for each of the three faculty members
for each criterion and his pairwise comparison matrix for the three criteria are as follows:
Based on teaching
Candidate 1 Candidate 2 Which is important How much important
John Abbott Megan Bates John Abbott Weakly More Important
Megan Bates Debbie Cook Debbie Cook Strongly More Important
John Abbott Debbie Cook Debbie Cook Moderately More important
Based on research
Candidate 1 Candidate 2 Which is important How much important
John Abbott Megan Bates John Abbott Moderately More important
Megan Bates Debbie Cook Debbie Cook Strongly More Important
John Abbott Debbie Cook Debbie Cook Weakly More Important
Based on service
Candidate 1 Candidate 2 Which is important How much important
John Abbott Megan Bates John Abbott Moderately More important
Megan Bates Debbie Cook Megan Bates Weakly More Important
John Abbott Debbie Cook John Abbott Strongly Plus More Important
A. Develop a decision hierarchy for this problem.