Midterm Review
Midterm Review
Midterm Review
ADM2302
DGD - THURSDAY 7 - 8:30
Midterm Review
Agenda
Do not be afraid to define variables if you think you need to. Some models have many,
many variables. Dont think that you necessarily have too many variables. If you start a
problem and finish it and realize that there are variables you havent used, you can
simply remove them later!
Sometimes variables are identified by two or more subscripts:
For example:
Let xij represent the amount of ingredient i to put in cake j
(where for i, 1 = flour, 2 = salt, 3 = sugar and for j, 1 = wedding and 2 = birthday)
If you are given information on both cost and revenue, this becomes a maximization
problem (because you are trying to maximize profit, which is revenue minus cost).
Here, it is important to make use of the variables you just defined.
For example:
How much revenue does each cake bring in? How much does each ingredient cost?
Take these coefficients (the word we use to describe numbers multiplied by variables)
and multiply them by their respective variable. The amount of each cake sold multiplied
by the amount of revenue each cake brings in is total revenue. The amount of each
ingredient used (in both cakes) multiplied by the cost of each ingredient is total cost. The
difference is profit the thing you want to maximize!
Here, it is important to think logically and translate whatever constraints the question
gives you verbally into a mathematical expression.
Dont forget about non-negativity constraintstheyre easy marks!
For example:
If I only had 5 pounds of flour, I would have the following constraint:
The amount of flour used in birthday cakes plus the amount of flour used in wedding
cakes must be less than or equal to five pounds total.
X11 + X12 5
ax + by = c
by = -ax + c
y = (-a/b)x + (c/b)
Slope
Y-intercept
y = mx + b
Slope
Y-intercept
ax1 + bx2 = c
x2 = mx1 + b
-x1 + 3x2 = 3
10
Practice Problem: Find the intercept of the following two lines:
4x1 + 2x2 = 16 and -x1 + 3x2 = 3
4x1 + 2x2 = 16
(x1,0) 4(x1) + 2(0) = 16
4x1 = 16
x1 = 4
The x1 intercept is (4,0)
-x1 + 3x2 = 3
(x1,0)
-x1 + 2(0) = 3
-x1 = 3
x1 = -3
The x1 intercept is (-3,0)
4x1 + 2x2 = 16
(0,x2) 4(0) + 2(x2) = 16
2x2 = 16
x2 = 8
The x2 intercept is (0,8)
-x1 + 3x2 = 3
(0,x2)
-(0) + 3x2 = 3
3x2 = 3
x2 = 1
The x2 intercept is (0,1)
Note: you can only graph constraints like this; NOT the objective function!
11
Practice Problem: Find the intercept of the following two lines:
4x1 + 2x2 = 16 and -x1 + 3x2 = 3
10
(0,8)
(0,1)
-10
-5 (-3,0)
(3,2)
(4,0) 5
10
12
Practice Problem: Find the intercept of the following two lines:
4x1 + 2x2 = 16 and -x1 + 3x2 = 3
4x1 + 2x2 = 16
2x2 = 16 - 4x1
x2 = 8 - 2x1
-x1 + 3x2 = 3
3x2 = 3 + x1
x2 = 1 + (1/3)x1
8 2x1 = 1 + (1/3)x1
8 1 = (1/3)x1 + 2x1
7 = (7/3)x1
x1 = 3
You should always try to find the
intersection algebraically (sometimes
your eyes can trick you)
x2 = 8 2x1
x2 = 8 2(3)
x2 = 2
13
Practice Problem: Find the intercept of the following two lines:
4x1 + 2x2 = 16 and -x1 + 3x2 = 3
x4
Lets make the x1 coefficients cancel by multiplying the second equation by four.
If we add these two equations together,
the 4x1 and -4x1 cancel each other out
4x1 + 2x2 = 16
-4x1 + 12x2 = 12 +
14x2 = 28
x2 = 2
4x1 + 2x2 = 16
4x1 + 2(2) = 16
4x1 = 12
x1 = 3
Therefore they
intersect at (3,2)
14
Practice Problem: Graph the following constraint
4x1 + 2x2 16
Graphing Inequalities
Most of the time, youll be graphing inequalities (problems with a or sign). The
common area forms the feasible region. Sometimes it can be tricky knowing which side
of the line the feasible region is on. Luckily, theres an easy trick!
10
(0,8)
(0,0)
Feasible Region
This side doesnt
contain (0,0)
(4,0) 5
Dont assume anything!
Some equations are
misleading
10
15
10
(0,5)
(0,0)
Feasible
Region
(0,10)
(3.33,3.33)
(10,0)
(5,0)
10
16
Practice Problem: Find the optimal solution of the graph assuming the objective function is:
MAX z = 2x1 + 7x2
z = 2(0) + 7(0) = 0
z = 2(0) + 7(5) = 35
z = 2(3.33) + 7(3.33) = 30
z = 2(5) + 7(0) = 10
20
10
(0,5)
(0,0)
Feasible
Region
(0,10)
(3.33,3.33)
(10,0)
(5,0)
10
17
Practice Problem: Find the optimal solution of the graph assuming the objective function is:
MAX z = 2x1 + 7x2
20
10
(0,5)
(0,0)
Feasible
Region
(0,10)
(3.33,3.33)
(10,0)
(5,0)
10
18
Practice Problem: Find the optimal solution of the graph assuming the objective function is:
MAX z = 2x1 + 7x2
Slope
Y-Intercept
20
y = mx+b
10
Feasible
Region
(0,10)
(3.33,3.33)
(10,0)
(5,0)
10
19
Practice Problem: Find the optimal solution of the graph assuming the objective function is:
MAX z = 2x1 + 7x2
20
10
Slope is -(2/7)
(this means we go down 2, over 7)
(0,5)
(3.33,3.33)
5 (0,7)
7
10
20
Practice Problem: Find the optimal solution of the graph assuming the objective function is:
MAX z = 2x1 + 7x2
20
10
(0,5)
5 (0,7)
10
21
Practice Problem: Find the optimal solution of the graph assuming the objective function is:
MAX z = 2x1 + 7x2
Redundant Constraints
Lets say we added in the orange constraint:
Adding this constraint has not changed the
feasible region; therefore it is redundant.
Redundant constraints are any constraints which
do not affect the feasible region (in other words, if I
were to take it away, the feasible region would
remain unchanged). Note that redundant
constraints have nothing to do with the optimal
solution.
Note: In almost all situations, redundant
constraints can be identified because they never
touch the feasible region
20
10
10
22
Practice Problem: Find the optimal solution of the graph assuming the objective function is:
MAX z = 2x1 + 7x2
20
10
Therefore this problem
is unbounded. There is
no real solution (the
solution is infinity).
(0,5)
5 (0,7)
10
Note: Any open-ended feasible region runs the risk of being unbounded.
Careful thoughit depends on if its a MAX or MIN problem!
If its open to the right or top (or both) and its a MAX, its unbounded
If its open to the left or bottom (or both) and its a MIN, its unbounded
23
Practice Problem: Find the optimal solution of the graph assuming the objective function is:
MAX z = x1 + 2x2
20
Graph z = x1 + 2x2
Slope
Y-Intercept
z = x1 + 2x2
-2x2 = x1 z
x2 = -(1/2)x1 + (z/2) y = mx+b
10
(0,5)
(3.33,3.33)
5 (0,7)
2
10
24
Practice Problem: Find the optimal solution of the graph assuming the objective function is:
MAX z = x1 + 2x2
20
(3.33,3.33)
5 (0,7)
10
If you have more than one optimal solution, it means your objective function
and one of your constraints have the same slope (i.e. they are parallel)
25
20 (0,20)
(0,15)
(0,14)
x 1, x 2 0
10
Feasible
Region
(6.75, 8.75)
26
27
Practice Problem #1
1. Consider the following linear programming problem:
MAX z = 3x1 + 4x2
Subject to
(1) x1 + 2x2 13
(2) -2x1 + x2 4
(3) 2x1 - 3x2 12
x 1, x 2 0
a) Graph the constraint lines and mark them clearly with numbers (1), (2), and (3).
Darken the feasible region.
b) Without graphing, find the optimal solution. Make sure to solve for the exact values
of co-ordinates.
c) If the co-efficient of x2 in the objective function was a, what would be the value of
a so that the iso-profit [objective function] line would be parallel to constraint (1)
and there would be multiple optimal solutions? What would be the value of the
objective function?
28
1. Consider the following linear programming problem:
a) Graph the constraint lines and mark them clearly with
numbers (1), (2), and (3). Darken the feasible region.
x1 + 2x2 = 13
x1 + 2(0) = 13
x1 = 13
The x1 intercept is (13,0)
x1 + 2x2 = 13
1(0) + 2x2 = 13
2x2 = 13
x2 = 6.5
The x2 intercept is (0,6.5)
x1, x2 0
-2x1 + x2 = 4
-2x1 + 2(0) = 4
-2x1 = 4
x1 = -2
The x1 intercept is (-2,0)
2x1 3x2 = 12
2x1 3(0) = 12
2x1 = 12
x1 = 6
The x1 intercept is (6,0)
-2x1 + x2 = 4
-2(0) + x2 = 4
x2 = 4
2x1 3x2 = 12
2(0) 3x2 = 12
-3x2 = 12
x2 = -4
The x2 intercept is (0,-4)
To determine which side of the line the FR is on, lets test out the point (0,0) in each constraint:
x1 + 2x2 13
(0) + 2(0) 13
0 13
-2x1 + x2 4
-2(0) + 2(0) 4
04
2x1 3x2 12
2(0) 3(0) 12
0 12
29
1. Consider the following linear programming problem:
a) Graph the constraint lines and mark them clearly with
numbers (1), (2), and (3). Darken the feasible region.
10
x1, x2 0
(2)
(0,6.5)
5
(0,4)
(3)
(1)
-20
-10 (-2,0)
(0,-4)
(6,0) 10 (13,0)
20
30
1. Consider the following linear programming problem:
b) Without graphing, find the optimal solution. Make sure to
solve for the exact values of co-ordinates.
Therefore they
intersect at (1, 6)
Subject to
(1) x1 + 2x2 13
(2) -2x1 + x2 4
(3) 2x1 - 3x2 12
4
4
-2
1
x1, x2 0
31
1. Consider the following linear programming problem:
b) Without graphing, find the optimal solution. Make sure to
solve for the exact values of co-ordinates.
10
z = 3(0) + 4(0) = 0
z = 3(0) + 4(4) = 16
z = 3(1) + 4(6) = 27
z = 3(9) + 4(2) = 35
z = 3(6) + 4(00) = 18
(0,6.5)
5
(0,4)
x1, x2 0
(2)
(1,6)
(3)
(1)
(9,2)
Therefore the objective function is
maximized at 35 at the point (9,2)
-10 (-2,0)
(0,-4)
(6,0) 10 (13,0)
20
32
1. Consider the following linear programming problem:
c) If the co-efficient of x2 in the objective function was a,
what would be the value of a so that the iso-profit
[objective function] line would be parallel to constraint (1)
and there would be multiple optimal solutions? What would
be the value of the objective function?
x1, x2 0
We want the line z = 3x1 + ax2 to be parallel (same slope) as the line x1 + 2x2 = 13.
Lets put both equations into y = mx + b form to easily see what m, the slope, is:
z = 3x1 + ax2
-ax2 = 3x1 z
x2 = -(3/a)x1 + (z/a)
13 = x1 + 2x2
-2x2 = x1 13
x2 = -(1/2)x1 + (13/2)
We must make the slopes of each line equal for these two lines to be parallel:
-(3/a) = -(1/2)
a=6
If a = 6 and the objective function is MAX z = 3x1 + 6x2, we would have infinite solutions.
The optimal value can be found by plugging in any point on constraint (1), such as (1,6)
or (9,2).
z = 3(1) + 6(6) = 3(9) + 6(2) = 39
33
34
Product-Mix Problems
Product-Mix problems are the most basic type of problem you can expect to encounter.
They involve choosing a combination of products to produce that maximize profit while
minimizing cost.
35
Practice Problem #2
2. The Primo Insurance Company is introducing new product lines: special risk insurance
and mortgages. The expected profit is $5 per unit on special risk insurance and $2 per
unit on mortgages. Management wishes to establish sales quotas for the new product
lines to maximize total expected profit. The work requirements are shown below.
Formulate this model algebraically.
Work-Hours per Unit
Department
Special
Risk
Mortgage
Work-Hours
Available
Underwriting
2400
Administration
800
Claims
1200
Special
Risk
Mortgage
Work-Hours
Available
Underwriting
2400
Administration
800
Claims
1200
x1,x2 0
37
Blending Problem
Blending problems can be a bit confusing because they typically require the use of
percentages and a percentage of the final result must meet a certain requirement.
For these problems, it might be a good idea to review decimal rules, and perhaps try
some practice problems which use decimals.
A key characteristic of this type of problem is that there will be a total amount on the
right hand side multiplied by a percentage (because a max/min percentage of the total
must meet a requirement); note that this total amount might be a number or a variable.
For example: if you wanted to know how much lemonade to produce, but you knew that
80% of total lemonade produced must be lemon juice, then the constraint would be
Lemon Juice = (0.8)(Lemonade Produced), where Lemonade Produced is a variable.
Alternatively, if you had a set amount of lemonade that needed to be produced, then
Lemonade Produced would be a set number (like 5 liters).
38
Practice Problem #3
3. Agri-Pro is a company that sells agricultural products to farmers in a number of states.
One service it provides to customer is custom feed mixing, whereby a farmer can order a
specific amount of livestock feed and specify the amount of corn, grain, and minerals the
feed should contain. This is an important service because the proper feed for various
farm animals changes regularly depending on the weather, pasture conditions, and so
on. Agri-Pro has just received an order from a local chicken farmer for 8,000 pounds of
feed. The farmer wants this feed to contain at least 20% corn, 15% grain, and 15%
minerals. Minimize cost using the following information:
Feed 1
Feed 2
Feed 3
Feed 4
Minimum
Requirement
Corn
30%
5%
20%
10%
20%
Grain
10%
30%
15%
10%
15%
Minerals
20%
20%
20%
30%
15%
Cost per
1000
pounds
$250
$300
$320
$150
39
3 Agri-Pro is a company that sells agricultural products to
farmers in a number of states. One service it provides to
customer is custom feed mixing, whereby a farmer can
order a specific amount of livestock feed and specify the
amount of corn, grain, and minerals the feed should
contain. This is an important service because the proper
feed for various farm animals changes regularly depending
on the weather, pasture conditions, and so on. Agri-Pro has
just received an order from a local chicken farmer for 8,000
pounds of feed. The farmer wants this feed to contain at
least 20% corn, 15% grain, and 15% minerals. Minimize
cost using the following information:
Feed 1
Feed 2
Feed 3
Feed 4
Minimum
Requirement
Corn
30%
5%
20%
10%
20%
Grain
10%
30%
15%
10%
15%
Minerals
20%
20%
20%
30%
15%
Cost per
1000 pounds
$250
$300
$320
$150
40
3 Agri-Pro is a company that sells agricultural products to
farmers in a number of states. One service it provides to
customer is custom feed mixing, whereby a farmer can
order a specific amount of livestock feed and specify the
amount of corn, grain, and minerals the feed should
contain. This is an important service because the proper
feed for various farm animals changes regularly depending
on the weather, pasture conditions, and so on. Agri-Pro has
just received an order from a local chicken farmer for 8,000
pounds of feed. The farmer wants this feed to contain at
least 20% corn, 15% grain, and 15% minerals. Minimize
cost using the following information:
Feed 1
Feed 2
Feed 3
Feed 4
Minimum
Requirement
Corn
30%
5%
20%
10%
20%
Grain
10%
30%
15%
10%
15%
Minerals
20%
20%
20%
30%
15%
Cost per
1000 pounds
$250
$300
$320
$150
41
Transportation Problem
A transportation problem involves moving resources between two or more areas;
typically the goal is to minimize cost.
The key to a transportation problem is that the amount pumped into the network must
equal the amount pumped out of the network. In other words, the total resource flow into
a node equals the total resource flow out of a node.
There may be additional constraints as well, such as a limit on what can travel certain
routes.
42
Practice Problem #4
4. The Fagersta Steelworks currently is working two mines to obtain its iron ore. This iron
ore is shipped to either of two storage facilities. When needed, it is then shipped on to
the companys steel plant. The diagram below depicts the distribution network, where M1
and M2 are the two mines, S1 and S2 are the two storage facilities, and P is the steel
plant. The diagram also shows the monthly amounts produced at the mines and needed
at the plant, as well as the shipping cost and the maximum amount that can be shipped
per month through each shipping lane. Management now wants to determine the most
economic plan for shipping the iron ore from the mines through the distribution network
to the steel plant. Express this model in algebraic form.
40 Tons
Produced
$2,000/ton
30 tons max
M1
S1
P
60 Tons
Produced
M2
$1,100/ton
50 tons max
S2
43
3.18 The Fagersta Steelworks currently is working two
mines to obtain its iron ore. This iron ore is shipped to
either of two storage facilities. When needed, it is then
shipped on to the companys steel plant. The diagram
below depicts the distribution network, where M1 and
M2 are the two mines, S1 and S2 are the two storage
facilities, and P is the steel plant. The diagram also
shows the monthly amounts produced at the mines and
needed at the plant, as well as the shipping cost and the
maximum amount that can be shipped per month
through each shipping lane. Management now wants to
determine the most economic plan for shipping the iron
ore from the mines through the distribution network to
the steel plant. Summarize the model in algebraic form.
40 Tons
Produced
$2,000/ton
30 tons max
M1
S1
P
60 Tons
Produced
M2
$1,100/ton
50 tons max
S2
44
3.18 The Fagersta Steelworks currently is working two
mines to obtain its iron ore. This iron ore is shipped to
either of two storage facilities. When needed, it is then
shipped on to the companys steel plant. The diagram
below depicts the distribution network, where M1 and
M2 are the two mines, S1 and S2 are the two storage
facilities, and P is the steel plant. The diagram also
shows the monthly amounts produced at the mines and
needed at the plant, as well as the shipping cost and the
maximum amount that can be shipped per month
through each shipping lane. Management now wants to
determine the most economic plan for shipping the iron
ore from the mines through the distribution network to
the steel plant. Summarize the model in algebraic form.
40 Tons
Produced
$2,000/ton
30 tons max
M1
S1
P
60 Tons
Produced
M2
$1,100/ton
50 tons max
S2
45
3.18 The Fagersta Steelworks currently is working two
mines to obtain its iron ore. This iron ore is shipped to
either of two storage facilities. When needed, it is then
shipped on to the companys steel plant. The diagram
below depicts the distribution network, where M1 and
M2 are the two mines, S1 and S2 are the two storage
facilities, and P is the steel plant. The diagram also
shows the monthly amounts produced at the mines and
needed at the plant, as well as the shipping cost and the
maximum amount that can be shipped per month
through each shipping lane. Management now wants to
determine the most economic plan for shipping the iron
ore from the mines through the distribution network to
the steel plant. Summarize the model in algebraic form.
40
60
XS1P
XS2P
40 Tons
Produced
$2,000/ton
30 tons max
M1
S1
P
60 Tons
Produced
M2
$1,100/ton
50 tons max
S2
46
3.18 The Fagersta Steelworks currently is working two
mines to obtain its iron ore. This iron ore is shipped to
either of two storage facilities. When needed, it is then
shipped on to the companys steel plant. The diagram
below depicts the distribution network, where M1 and
M2 are the two mines, S1 and S2 are the two storage
facilities, and P is the steel plant. The diagram also
shows the monthly amounts produced at the mines and
needed at the plant, as well as the shipping cost and the
maximum amount that can be shipped per month
through each shipping lane. Management now wants to
determine the most economic plan for shipping the iron
ore from the mines through the distribution network to
the steel plant. Summarize the model in algebraic form.
Xij 0
40 Tons
Produced
$2,000/ton
30 tons max
M1
S1
P
60 Tons
Produced
M2
$1,100/ton
50 tons max
S2
47
48
49
50
Sensitivity Analysis
Allows us to examine how changes in variables/constraints will affect the final solution
51
Sensitivity Analysis
Final Value of Target Cell Gives
us the optimal value (usually profit or
cost). In this case, optimal profit is
$208,200
Final Value of Adjustable Cells
(Adjustable is the same as
changing) Gives us the optimal
solution. In this case, the optimal
solution is 0 digital boxes, 380 PVRs,
0 TVs, and 1060 recorders.
52
Sensitivity Analysis
Objective Coefficient The
coefficient that the variable in that
row is multiplied by in the objective
function. In this case, each digital box
produces $87 of profit
*reminder: optimal solution refers to the decision variables; optimal value refers to the objective
function. Our optimal solution, plugged into the objective function, gives us our optimal value.
53
*reminder: dont confuse Allowable Increase/Decrease in this section with the one in the Adjustable Cells section. Here, it refers
to the range the shadow price is valid in (this has nothing to do with the optimal solution!). In the previous section, it referred to the
range which the objective coefficient could be changed without impacting the optimal solution.
Sensitivity Analysis
Shadow Price The amount that the
optimal value (the objective function)
would increase (decrease) if we
added (subtracted) 1 extra unit to the
RH side. In this case, an extra
electronic module would lead to $6
extra in profit. This only holds within
the allowable increase/decrease.
54
100% Rule
If two or more elements are changing at the same time, you can use the 100% rule to
determine how things will change.
If two or more objective coefficients are changing, calculate each change as a
percentage of the allowable increase (if increasing) or decrease (if decreasing). If
the TOTAL sum of the percentage changes is greater than 100%, then we deem this
to be outside the feasible range (and therefore we cannot determine exactly how the
optimal solution and value will change). If it is less than 100%, then this is inside the
feasible range and the optimal solution will remain the same.
Similarly, if two or more RHS constraints are changing, calculate each change in
the same way (as a percentage of the allowable increase/decrease). If the TOTAL
sum of the percentage changes is greater than 100%, then the shadow prices are
no longer valid and we cant determine how the optimal value will change. If it is less
than 100%, then the shadow prices are still valid and we can therefore determine
how the optimal value will change.
See Practice Question 5, part B for an example.
55
Practice Problem #5
5. HiTech Electronics produces four consumer
electronic products. They are Digital Boxes, PVRs,
HD TVs, and HD Recorders. Each product uses a
certain number of electronic modules, non-electronic
modules, and assembly hours. Available are 4700
electronic modules, 4500 non-electronic modules,
and 2500 assembly hours.
The linear programming problem is the following:
x1 to 4 = units produced (in the same order as above)
56
57
58
59
60
61
62
63
Part of
Report
Adjustable
Cells
Constraints
64
65
Practice Problem #6
6. Which of the following is not true:
A feasible solution satisfies all constraints
An optimal solution satisfies all constraints
An infeasible solution violates all constraints
A feasible solution points does not have to lie on the boundary of the feasible region
The amount that the objective function coefficient of a decision variable would have to
improve before that variable would have a positive value in the solution is the
Shadow price
Allowable increase
Reduced cost
Slack variable
66
Practice Problem #6
6. Which of the following is not true:
A feasible solution satisfies all constraints
An optimal solution satisfies all constraints
An infeasible solution violates all constraints
A feasible solution points does not have to lie on the boundary of the feasible region
The amount that the objective function coefficient of a decision variable would have to
improve before that variable would have a positive value in the solution is the
Shadow price
Allowable increase
Reduced cost
Slack variable
67
Practice Problem #6
When formulating transportation problem on a spreadsheet (e.g. Excel), which of the
following are necessary?
a) parameter table.
b) network representation.
c) solution table.
d) a and b only.
e) a and c only.
f) all of the above.
Let Xij = the production of product i in period j. To specify that production of product 1 in
period 3 and in period 4 differs by no more that 100 units.
X13 X14 <100;
X14 X13 <100.
X13 X14 < 100;
X13 X14 > 100.
X13 X14 < 100;
X14 X13 > 100.
X13 X14 > 100;
X14 X13 > 100.
68
Practice Problem #6
When formulating transportation problem on a spreadsheet (e.g. Excel), which of the
following are necessary?
a) parameter table.
b) network representation.
c) solution table.
d) a and b only.
e) a and c only.
f) all of the above.
Let Xij = the production of product i in period j. To specify that production of product 1 in
period 3 and in period 4 differs by no more that 100 units.
X13 X14 <100;
X14 X13 <100.
X13 X14 < 100;
X13 X14 > 100.
X13 X14 < 100;
X14 X13 > 100.
X13 X14 > 100;
X14 X13 > 100.
69
Practice Problem #6
There is shadow price for every decision variable in a model
a)
b)
True
False
Because the shadow price represents the improvement in the value of the optimal
solution per unit increase in right-hand side, a shadow price cannot be negative
a)
b)
True
False
Demand constraints frequently take the form: Beginning inventory + production - ending
inventory = demand
a)
b)
True
False
70
Practice Problem #6
There is shadow price for every decision variable in a model
a)
b)
True
False
Because the shadow price represents the improvement in the value of the optimal
solution per unit increase in right-hand side, a shadow price cannot be negative
a) True
b) False
Demand constraints frequently take the form: Beginning inventory + production - ending
inventory = demand
a)
b)
True
False
71
Any questions?
72
Good luck!