Sunteți pe pagina 1din 7

Question 1

The Precision Engineering Service Company uses engineers and technicians to work on a design
project for its customers. Engineers cost more per hour than technicians, but they also require less
supervision and secretarial assistance than technicians. Engineers cost $100 per hour and
technicians cost $50 per hour. Each hour of engineering time requires hour of supervision time
and hour of secretarial assistance. Each hour of technician time requires hour of supervision
time and 1 hour of secretarial assistance. The company bid and won a large design project several
months ago and now must determine how many engineering and technician hours to use on the
project. It bid a total labor cost of $100,000, and management will not tolerate labor cost overruns
because of a severe cash shortage. A maximum of 600 hours of supervision and 1,500 hours of
secretarial assistance is available for this project. If Precision charges its customer a hourly rate when
labor is used so that each hour of technician time yields $40 in profit and each hour of engineering
time yields $30 in profit, how many engineering and technician hours, respectively, should be
allocated to the project?
a. In words, what is the objective function?
Maximize the profit
b. What are the decision parameters(Variables???)?
X1 - Number of engineering hours ; X2 Number of technician hours.
c. Formulate the mathematical optimization problem based on the problem description.
Max 30X1 + 40X2
S.t.
X1 +1/2 X2 <= 600 (supervision-hours)
100 X1 + 50 X2 <= 100,000 (cash-$)
X1 + X2 <=1500 (Secretarial-hours)
X1, X2 >0
X1, X2 integer (optional)

This problem has been solved in Excel and the following output was received.

Answer Report:

Sensitivity Report:

d. How many hours of engineering and technician time should be allocated to the project?
Engineering hours 533, technician hours 933 (except non-integer numbers as well)
e. What is the maximum profit that can be achieved?
53,333.33 $
f.

One of the managers suggested that he can contribute 10 hours of his time (??paid or
unpaid??) for supervision. How it will change the optimal solution (amount of hours and/or
total profit)?
It will increase the target function (profit) by 66.667 * 10 = 666.7$ (using the shadow price
from sensitivity report)

It will change the final values of X1 and X2, but we can say by how much without re-running
the excel.
g. Another manager is willing to contribute 30 hours of his personal secretary to help the
engineers and technicians working on the project. How it will change the optimal solution
(amount of hours and/or total profit)?
It will do noting as Secretarial-hours is not binding constrain.

Question 2:
You are a senior business analyst in a chocolate making company.
The company largely produces one particular type of crunchy chocolate bar. There are two
machines in the plant that produce this chocolate bar. The maintenance costs per day incurred
on these two machines are $100 and $120, respectively. The manufacturing cost per chocolate
bar is $2.5 for Machine-1 and $2 for Machine-2. The maximum daily production capacity for
Machine-1 and Machine-2 are 1100 and 1250, respectively, and the company must produce at
least 1000 chocolate bars per day.
A. Develop (give a mathematical representation of) an optimization programming model for
minimizing the total cost of production.
Answer:
Let C1 = the number of chocolate bars produced by Machine-1
C2 = the number of chocolate bars produced by Machine-2
Y1 = 1 if Machine-1 produces chocolate bar; 0, otherwise
Y2 = 1 if Machine-2 produces chocolate bar; 0, otherwise

Min 2.5C1 + 2C2 + 100Y1 + 120Y2


s.t.
C1 1100Y1
C2 1250Y2
C1 + C2 1000
C1, C2 0 and integer
Y1, Y2 = 0, 1

B. One of the junior business analysts has developed an optimization Excel file to solve this
problem. Examine the print screens from his file, given below, and determine if there are any
mistakes in the file.

Answer:
1. Forgot using the Y1 and Y2
2. Forgot C1, C2 0
3. GRG nonlinear
4. Type in capacity of Machine-2
c. The company is now interesting in saving money by only operating one machine. What
constraint should you add to the optimization problem in question a?
Answer:
Y1 + Y2 = 1

Question 3
An investor is to purchase one of three types of real estate . The investor must decide among
an apartment building, an office building, and a warehouse. Two future states of nature
determine how much profit the investor will make: state one is characterized by good
economic conditions, and state two is characterized by poor economic conditions. The profits
that will result from each decision in the event of each state of nature are shown in the
following payoff table:

A. Determine the best decision without probabilities based on the following criterion:
1. Maximax,
2. Maximin
3. Minimax Regret
B. Let us suppose that, based on several economic forecasts, the investor is able to estimate a
.60 probability that good economic conditions will prevail and a 0.40 probability that poor
economic conditions will prevail.
1.
2.
3.
4.

Determine the best decision using expected value


Determine the best decision using expected opportunity loss
Compute the expected value of perfect information
Develop a decision tree with the expected value at each of the nodes

C. Suppose that the investor has decided to hire a professional economic analyst who will
provide additional information about the future economic conditions. Based on past history,
the investor knows the prediction quality (conditional probabilities) of the economist as
follows:
P(Pg) = .80 and P(Np) = .90
Where g = good economic conditions
p = poor economic conditions
P = positive economic report (predict good)
N = negative economic report (predict poor)
1. Determine posterior probabilities using Bayess rule (or Contingency Table)

2. Perform a decision tree analysis using the posterior probability obtained in part
1.

S-ar putea să vă placă și