5) Consider the following constraints from a linear programming problem:
2X + Y =<200
X + 2Y =<200
X, Y >=0
If these are the only constraints, which of the following points (X,Y) cannot be the
optimal solution?
A) (0, 0)
B) (0, 100)
C) (65, 65)
D) (100, 0)
E) (66.67, 66.67)
6) An advantage of exponential smoothing over a simple moving average is that
exponential smoothing requires one to retain less data.
7) Table 8-1
A small furniture manufacturer produces tables and chairs. Each product must go
through three stages of the manufacturing process: assembly, finishing, and inspection.
Each table requires 3 hours of assembly, 2 hours of finishing, and 1 hour of inspection.
Each chair requires 2 hours of assembly, 2 hours of finishing, and 1 hour of inspection.
The profit per table is $120 while the profit per chair is $80. Currently, each week there
are 200 hours of assembly time available, 180 hours of finishing time, and 40 hours of
inspection time. Linear programming is to be used to develop a production schedule.
Define the variables as follows:
T = number of tables produced each week
C = number of chairs produced each week
According to Table 8-1, which describes a production problem, suppose it is decided
that the number of hours used in the assembly process must be at least 90 percent of the
number of hours used in the finishing department. How would this constraint be
written?
A) 3T + 2C >=162
B) 3T + 2C >=0.9(2T + 2C)