Sol. Second 271 Fall 2016
Sol. Second 271 Fall 2016
Sol. Second 271 Fall 2016
Question Answer
1 B
2 B
3 B
4 B
5 B
6 B
7 A
8 E
9 D
10 E
11 A
12 A
13 C
14 E
15 A
16 B
17 A
18 E
19 B
20 D
21 A
22 A
23 C
24 B
25 C
26 B
27 E
28 B
29 B
30 C
1
Circle the correct answer to each question. Wrong answers will be penalized by deduction of a
quarter of a mark for each incorrect answer.
A. True.
B. False.
A. True.
B. False.
3. XYZ Inc. produces two types of paper towels, called regular and super-soaker. Marketing
has imposed a constraint that the total monthly production of regular should be no more
than twice the monthly production of super-soakers. Letting x1 be the number of units of
regular produced per month and x2 represent the number of units of super-soaker produced
per month, the appropriate constraint(s) will be
A. 2x1 ≤ x2 .
B. x1 ≤ 2x2 .
C. x1 ≤ 0.5x2 .
D. x1 − x2 ≤ 0.
E. x1 0.5x2 ≥ 0.
A. (40,48).
B. (120,0).
C. (180,120).
D. (30,36).
E. none of the above.
2
6. A two variable linear programming problem cannot be solved by the simplex method.
A. True.
B. False.
A. True.
B. False.
8. XYZ Inc. produces two types of printers, called regular and high-speed. Regular uses 2
units of recycled plastic per unit and high-speed uses 1 unit of recycled plastic per unit of
production. The total amount of recycled plastic available per month is 5,000. A critical
machine is needed to manufacture the printers and each unit of Regular requires 5 units of
time in this machine and each unit of high-speed requires 3 units of time in this machine.
The total time available in this machine per month is 10000 units. Letting x1 be the number
of units of regular produced per month and x2 represent the number of units of high-speed
produced per month, the appropriate constraint(s) will be
A. 2x1 + x2 = 5000.
B. 2x1 + x2 ≤ 5000.
C. 5x1 + 3x2 ≤ 10000.
D. A and C.
E. B and C.
9. Problem A is a given formulation of a linear program with an optimal solution and its
constraint 1 is ≤ type. Problem B is a formulation obtained from Problem A by replacing the
≤ constraint by an equality constraint and leaving all other things unchanged. Problems A
and B will have
A. (30,60).
B. (105,0).
C. (0,110).
D. (100,10).
E. none of the above.
3
11. In any graphically solvable linear program, if two points are feasible, then any weighted
average of the two points where weights are non-negative and add up to 1.0 will also be
feasible.
A. True.
B. False.
12. In a two variable graphical linear program, if the coefficient of one of the variables in the
objective function is changed (while the other remains fixed), then slope of the objective
function expression will change.
A. True.
B. False.
13. XYZ Inc. produces two types of printers, called regular and high-speed. Regular uses 2
units of recycled plastic per unit and high-speed uses 1 unit of recycled plastic per unit of
production. XYZ is committed to using at least 5,000 units of recycled plastic per month.
A critical machine is needed to manufacture the printers and each unit of Regular requires
5 units of time in this machine and each unit of high-speed requires 3 units of time in this
machine. The total time available in this machine per month is 10000 units. Let x1 be the
number of units of regular produced per month and x2 represent the number of units of
high-speed produced per month. Imposing both of these constraints, and non-negativity
constraints one of the feasible corner points is (assuming the first number in parenthesis is
x1 and the second number in the parenthesis is x2 ):
A. (0, 0).
B. (2000, 0).
C. None exists.
D. (0, 5000).
E. (2500, 0).
A. optimal solution.
B. corner point.
C. intersection of the profit line and a constraint.
D. intersection of two or more constraints.
E. None of the above.
15. If, when we are using a Simplex table to solve a maximization problem, we find that the
ratios for determining the pivot row are all negative, then we know that the solution is
A. unbounded.
B. infeasible
C. degenerate.
D. optimal.
E. none of the above.
4
16. If a graphically solvable linear program is unbounded, then it can always be converted to a
regular bounded problem by removing a constraint.
A. True.
B. False.
17. In a two variable graphical linear program, if the RHS of one of the constraints is changed
(keeping all other things fixed) then the plot of the corresponding constraint will move in
parallel to its old plot.
A. True.
B. False.
18. Two models of a product - Regular (x) and Deluxe (y) - are produced by a company. A linear
programming model is used to determine the production schedule. The formulation is as
follows:
max 50x + 60y (maximum profit)
s.t. 8x + 10y ≤ 800 (labor hours),
x+y ≤ 120 (total units demanded),
4x + 5y ≤ 500 (raw materials),
x, y ≥ 0 (non-negativity).
The optimal solution is x = 100, y = 0. How many units of the labor hours must be used to
produce this number of units?
A. 400.
B. 200.
C. 500.
D. 5000.
E. none of the above.
19. LP theory states that the optimal solution to any problem will lie at
A. the origin.
B. a corner point of the feasible region.
C. the highest point of the feasible region.
D. the lowest point in the feasible region.
E. none of the above.
20. In converting a greater-than-or-equal constraint for use in a simplex table, we must add
A. an artificial variable.
B. a slack variable.
C. a slack and an artificial variable.
D. an excess and an artificial variable.
E. a slack and an excess variable.
5
21. Dual of a linear programming problem with maximize objective function, all constraints and
non-negative variables has minimize objective function, all constraints and non-negative
decision variables.
A. True.
B. False.
22. The two objective functions (max 5x + 7y, and min −15x − 21y) will produce the same solution
to a linear programming problem.
A. True.
B. False.
23. In order for a linear programming problem to have a unique solution, the solution must exist
24. For a minimization problem using a Simplex table, we know we have reached the optimal
solution when the row R0
6
26. If the right-hand side of a constraint is changed, the feasible region will not be affected and
will remain the same.
A. True.
B. False.
27. If a minimization problem has an objective function of 2x1 + 5x2 , which of the following
corner points is the optimal solution?
A. (0,2).
B. (0,3).
C. (3,3).
D. (1,1).
E. (2,0).
28. In a linear programming problem, when the objective function is parallel to one of the
constraints, then
A. no optimal solutions.
B. exactly two optimal solution.
C. as many optimal solutions as there are decision variables.
D. an infinite number of optimal solutions.
E. none of the above.
30. With Bland’s rule, the simplex algorithm solves feasible linear minimization problems with-
out cycling when
A. we choose the rightmost nonbasic column with a negative cost to select the entering
variable.
B. we choose the rightmost nonbasic column with a negative cost to select the leaving
variable.
C. we choose the leftmost nonbasic column with a negative cost to select the entering
variable.
D. we choose the leftmost nonbasic column with a negative cost to select the leaving variable.