15) The problem that NASA has in determining what types of cargo may be loaded on
the space shuttle is an example of a knapsack problem.
16) Assignment problems solved previously by linear programming techniques are also
examples of
A) pure-integer programming problems.
B) mixed-integer programming problems.
C) zero-one integer programming problems.
D) goal programming problems.
E) nonlinear programming problems.
17) Consider the following 0 – 1 integer programming problem:
If we wish to add the constraint that X must be positive, and that only Y or Z, but not
both, can be positive, how would the additional constraint(s) be written?
A) X + Y + Z =< 3, Y + Z =< 1
B) X =< 1, Y + Z = 1
C) X =< 2, and Y =< 2, and Z =< 2
D) X = 1, Y + Z =< 1
E) None of the above
18) If P(A) = 0.3, P(B) = 0.2, P(A and B) = 0.0, what can be said about events A and B?
A) They are independent.
B) They are mutually exclusive.
C) They are posterior probabilities.
D) None of the above
E) All of the above