Exam 10: Integer Programming,goal Programming,and Nonlinear Programming
Exam 1: Introduction to Quantitative Analysis71 Questions
Exam 2: Probability Concepts and Applications157 Questions
Exam 3: Decision Analysis128 Questions
Exam 4: Regression Models133 Questions
Exam 5: Forecasting111 Questions
Exam 6: Inventory Control Models123 Questions
Exam 7: Linear Programming Models: Graphical and Computer Methods110 Questions
Exam 8: Linear Programming Applications105 Questions
Exam 9: Transportation,assignment,and Network Models98 Questions
Exam 10: Integer Programming,goal Programming,and Nonlinear Programming98 Questions
Exam 11: Project Management134 Questions
Exam 12: Waiting Lines and Queuing Theory Models145 Questions
Exam 13: Simulation Modeling79 Questions
Exam 14: Markov Analysis86 Questions
Exam 15: Statistical Quality Control98 Questions
Exam 16: Analytic Hierarchy Process53 Questions
Exam 17: Dynamic Programming67 Questions
Exam 18: Decision Theory and the Normal Distribution50 Questions
Exam 19: Game Theory47 Questions
Exam 20: Mathematical Tools: Determinants and Matrices99 Questions
Exam 21: Calculus-Based Optimization24 Questions
Exam 22: Linear Programming: The Simplex Method100 Questions
Exam 23: Transportation, Assignment, and Network Algorithms111 Questions
Select questions type
Table 10-4
-Table 10-4 represents a solution to a goal programming problem.There are three goals (each represented by a constraint).Which of the goals is assigned the highest priority?

Free
(Multiple Choice)
4.9/5
(36)
Correct Answer:
E
Data Equipment Inc.produces two models of a retail price scanner,a sophisticated model that can be networked to a central processing unit and a stand-alone model for small retailers.The major limitations of the manufacturing of these two products are labor and material capacities.The following table summarizes the usages and capacities associated with each product.
The typical LP formulation for this problem is:
Maximize $160 X1 + $95 X2
Subject to: 8 X1 + 5 X2 ≤ 800
20 X1 + 7 X2 ≤ 1500
X1,X2 ≥ 0
However,the management of DEI has prioritized several goals that are to be attained by manufacturing:
(1)Since the labor situation at the plant is uneasy (i.e. ,there are rumors that a local union is considering an organizing campaign),management wants to assure full employment of all its employees.
(2)Management has established a profit goal of $12,000 per day.
(3)Due to the high prices of components from nonroutine suppliers,management wants to minimize the purchase of additional materials.
Given the above additional information,set this up as a goal programming problem.

Free
(Essay)
4.8/5
(31)
Correct Answer:
Let d1- = underachievement of full employment goal
d1+ = overachievement of full employment goal
d2- = underachievement of profit target
d2+ = overachievement of profit target
d3- = unused components
d3+ = additional amount of components needed
Minimize P1 d1- + P2 d2- + P3 d3+
Subject to: 8 X1 + 5 X2 + d1- - d1+ = 800
160 X1 + 95 X2 + d2- - d2+ = 12000
20 X1 + 7 X2 + d3- - d3+ = 1500
all variables ≥ 0
As part of a larger problem,you are trying to determine whether or not to open a plant with a capacity of 10,000 units (using binary variable Y).You also define X as the number of units (if any)produced at that plant.How will you ensure that Y will equal 1 if the plant is open?
Free
(Multiple Choice)
4.9/5
(41)
Correct Answer:
E
A bakery produces muffins and doughnuts.Let x1 be the number of doughnuts produced and x2 be the number of muffins produced.The profit function for the bakery is expressed by the following equation: profit = 4x1 + 2x2 + 0.3x12 + 0.4x22.The bakery has the capacity to produce 800 units of muffins and doughnuts combined and it takes 30 minutes to produce 100 muffins and 20 minutes to produce 100 doughnuts.There is a total of 4 hours available for baking time.There must be at least 200 units of muffins and at least 200 units of doughnuts produced.How many doughnuts and muffins should the bakery produce in order to maximize profit?
(Essay)
4.8/5
(31)
Johnny's apple shop sells home-made apple pies and freshly squeezed apple juice.Each apple pie requires 2 apples,and 1 apple yields 4 ounces of juice.Customer's use a self-service dispenser to pour apple juice in a container and are charged by the ounce at a rate of $0.50 per ounce.The contribution to profit of the apple pie,factoring in the apples and remaining ingredients are $2 per pie,and the contribution to profit of freshly squeezed apple juice if $0.20 per ounce.In a given day,there must be at least 100 ounces of apple juice produced and at least 10 apple pies.The company has a supply of 60 apples per day.Formulate this problem as a mixed integer program.Apple pies must be produced in whole quantities,but any positive value is positive for juice production.
(Essay)
4.8/5
(40)
In goal programming,our goal is to drive the deviational variables in the objective function as close to zero as possible.
(True/False)
4.8/5
(31)
The concept of a local optimum is affiliated with which of the following?
(Multiple Choice)
4.8/5
(43)
Data Equipment Inc.produces two models of a retail price scanner,a sophisticated model that can be networked to a central processing unit and a stand-alone model for small retailers.The major limitations of the manufacturing of these two products are labor and material capacities.The following table summarizes the usages and capacities associated with each product.
The typical LP formulation for this problem is:
Maximize P = $160 X1 + $95 X2
Subject to: 8 X1 + 5 X2 ≤ 800
20 X1 + 7 X2 ≤ 1500
X1,X2 ≥ 0
However,the management of DEI has prioritized several goals that are to be attained by manufacturing:
(1)Management had decided to severely limit overtime.
(2)Management has established a profit goal of $15,000 per day.
(3)Due to the difficulty of obtaining components from non-routine suppliers,management wants to end production with at least 50 units of each component remaining in stock.
(4)Management also believes that they should produce at least 30 units of the network model.
Given the above additional information,set this up as a goal programming problem.

(Essay)
4.7/5
(32)
Table 10-3
A company has decided to use 0−1 integer programming to help make some investment decisions.There are three possible investment alternatives from which to choose,but if it is decided that a particular alternative is to be selected,the entire cost of that alternative will be incurred (i.e. ,it is impossible to build one-half of a factory).The integer programming model is as follows:
Maximize 5000 X1 + 7000X2 + 9000X3
Subject to: X1 + X2 + X3 ≤ 2 Constraint 1
-X1 + X2 ≤ 0 Constraint 2
25,000 X1 + 32,000 X2 + 29,000 X3 ≤ 62,000 (budget limit)
16 X1 + 14 X2 + 19 X3 ≤ 36 (resource limitation)
all variables = 0 or 1
where X1 = 1 if alternative 1 is selected,0 otherwise
X2 = 1 if alternative 2 is selected,0 otherwise
X3 = 1 if alternative 3 is selected,0 otherwise
Solution x1 = 1,x2 = 0,x3 = 1,objective value = 14,000.
-Table 10-3 presents an integer programming problem.What is the meaning of Constraint 1?
(Multiple Choice)
4.8/5
(40)
A capital budgeting problem involving the selection of possible projects under budget constraints is solved by which of the following?
(Multiple Choice)
4.7/5
(39)
In a goal programming problem with two goals at the same priority level,all the deviational variables are equal to zero in the optimal solution.This means
(Multiple Choice)
4.8/5
(40)
Assignment problems solved previously by linear programming techniques are also examples of
(Multiple Choice)
4.8/5
(33)
An integer programming (minimization)problem was first solved as a linear programming problem,and the objective function value (cost)was $253.67.The two decision variables (X,Y)in the problem had values of X = 12.45 and Y = 32.75.If there is a single optimal solution,which of the following must be true for the optimal integer solution to this problem?
(Multiple Choice)
4.9/5
(40)
A model containing a linear objective function and requiring that one or more of the decision variables take on an integer value in the final solution is called
(Multiple Choice)
4.9/5
(38)
In goal programming,the deviational variables have the same objective function coefficients as the surplus and slack variables in a normal linear program.
(True/False)
4.7/5
(34)
In an integer programming problem,if it is desired to have variable X be exactly twice the value of variable Y,the constraint would be written
(Multiple Choice)
4.8/5
(36)
Unfortunately,multiple goals in goal programming are not able to be prioritized and solved.
(True/False)
4.7/5
(33)
Unfortunately,goal programming,while able to handle multiple objectives,is unable to prioritize these objectives.
(True/False)
4.8/5
(38)
A goal programming problem had two goals (with no priorities assigned).Goal number 1 was to achieve a cost of $3,600 and goal number 2 was to have no wasted material.The optimal solution to this problem resulted in a cost of $3,900 and no wasted material.What was the value for the objective function for this goal programming problem?
(Multiple Choice)
4.8/5
(40)
Showing 1 - 20 of 98
Filters
- Essay(19)
- Multiple Choice(59)
- Short Answer(0)
- True False(20)
- Matching(0)