DSCI 3870.001: Management Science

DSCI 3870.001: Management Science

 

Sample

 

 

Name:

 

Student ID #:

Please read this carefully

 

This exam consists of 28 (T/F and multiple-choice) questions.

 

Please answer on the scantron sheet provided. I will not be responsible for lost sheets that are turned in unstapled.

 

Please note that you have to enter your name and Student ID number in the above area.  Failure to do so will result in a grade of zero on the part of the exam in which the relevant details have not been entered.

 

On the exam the following acronyms may have been used:

LP  – Linear Program/Programming

IP – Integer Program/Programming

ILP – Integer Linear Program/Programming (used synonymously with IP)

NLP – Non-linear Program/ Programming

MILP – Mixed Integer Linear Program/ Programming

 

 

An “(s)” appended to these acronyms denotes the plural.

 

This is an open book exam. Be sure to allocate your time wisely. All the best.

 

 

 

 

 

 

 

 

 

 

 

 

 

 

 

Answer the next six questions based on the case given below:

Tower Engineering Corporation is considering undertaking several proposed projects for the next fiscal year. The projects, the number of engineers and the number of support personnel required for each project, and the cost for each project are summarized in the following table:

  Project    
  1 2 3 4 5 6 7 8
Engineers Required 40 29 35 44 45 35 28 32
Profit    ($1,000,000s) 12 9 10 11 13 8 7 9

 

Formulate an integer linear program that maximizes Tower’s profit, subject to constraints, which will be stated in the questions that follow.

 

Let Pi = 0 or 1, indicate if project i will not be undertaken or will be undertaken respectively.

 

  1. The most appropriate objective function(s) for Tower Engineering Corporation is:
  2. Min.  12P1 +  9P2 +  10P3 + 11P4 + 13P5 + 8P6 + 7P7 +9P8
  3. Max.  40P1 +  29P2 +  35P3 + 44P4 + 45P5 + 35P6 + 28P7 +32P8
  4. Max.  12P1 +  9P2 +  10P3 + 11P4 + 13P5 + 8P6 + 7P7
  5. Max. 12P1 +  9P2 +  10P3 + 11P4 + 13P5 + 8P6 + 7P7 +9P8*
  6. None of the above.

 

 

  1. At least half of the projects must be undertaken. The constraint that captures this is:
  2. P4 > 4
  3. P1 +  P2 +  P3 + P4 + P5 + P+ P7 + P8 < 4
  4. P1 +  P2 +  P3 + P4 + P5 + P+ P7 + P8 > 4*
  5. P1 +  P2 +  P3 + P4 + P5 + P+ P7 + P8 > 0.5*( P1 +  P2 +  P3 + P4 + P5 + P+ P7 + P8)
  6. Both c and d could work.

 

  1. Projects 2 can only be undertaken if at least two out of Projects 1, 4 and 6 are completed. This requirement is represented by:
  2.    P2 < (P1 +  P4 + P6)/2
  3. P2 < 2*(P1 +  P4 + P6)/3
  4. P2 > (P1 +  P4 + P6)/2
  5. P2 < P1 +  P4 + P6 – 2
  6. Both a and b could work.*

 

  1. There are 150 engineers available. The constraint that captures this is:
  2. 40P1 +  29P2 +  35P3 + 44P4 + 45P5 + 35P6 + 28P7 + 32P8 < 150*
  3. 40P1 +  29P2 +  35P3 + 44P4 + 45P5 + 35P6 + 28P7 + 32P8 = 150
  4. 40P1 +  29P2 +  35P3 + 44P4 + 45P5 + 35P6 + 28P7 + 32P8 > 150
  5. 12P1 +  9P2 +  10P3 + 11P4 + 13P5 + 8P6 + 7P7 + 9P8 < 150
  6. None of the above.

 

 

 

  1. The management of Tower Engineering stipulates that if project 8 is NOT completed, then at least two of projects 3, 5 and 7 must be completed. This restriction is captured by:
  2.    2*P8 < P3 +  P5 + P7
  3. 2-P8 < P3 +  P5 + P7
  4. 2(1-P8) < P3 +  P5 + P7*
  5. P8 < P3 +  P5 + P7 – 2
  6. None of the above.

 

  1. If only projects 1, 3, 5 and 6 are completed, all of the four previously listed constraints would be satisfied.
  2. True b. False*

 

  1. Suppose that there are 15 locations, including cities A, B and C. You want to go from city A to B and stay at B for a few days. You then want to move from city B to city C. The remaining 12 cities are located between cities A and B, as well as between B and C. You don’t necessarily want to visit these other cities but you may pass through them if required. If you want to minimize the total distance travelled, you should solve this problem as:

 

  1. Two Transshipment Problems
  2. One Traveling Salesperson Problem
  3. Two Maximal Flow Problems
  4. Two Shortest Route Problems*
  5. One Set Covering Problem

 

  1. In a typical Set Covering Problem, it is possible that the optimal solution would lead to all locations being covered twice or more.

 

  1. True
  2. False*

 

For the next two questions, consider the network below.

Consider the LP for finding the shortest-route path from node 1 to node 7. Bidirectional arrows («) indicate that travel is possible both ways. Let Xij = 1 if the route from node i to node j is taken and 0 otherwise.

 

 

  1. Which of the following represents the constraint for Node 5?

 

  1. -X25 – X45 – X35 + X54 + X53 + X57 = 0
  2. -X25 – X45 – X35 + X54 + X53 + X57 + X52 = 1
  3. X25 + X45 + X35 – X54 – X53 – X57 – X52 = 1
  4. -X25 – X45 – X35 + X54 + X53 + X57 + X52 < 0
  5. None of the above.*

 

  1. If you apply the Greedy Heuristic method, starting at Node 1, which path would you get as the solution (keep in mind that Greedy Heuristic solution may not be optimal)?

 

  1. 1à2à4à5à7*
  2. 1à2à5à4à7
  3. 1à3à5à7
  4. 1à2à5à7
  5. None of the above.

 

  1. Suppose that an all-integer problem has 5 decision variables and each variable can take on 4 different values. Then, the maximum number of feasible combinations for this problem would be

 

  1. 20
  2. 3125
  3. 9
  4. 1024*
  5. None of the above.

 

  1. Which of the following can be typically modelled as an all-binary problem?

 

  1. Transshipment Problem
  2. Shortest Route Problem
  3. Assignment Problem
  4. Transportation Problem
  5. Both b and c can be modelled as an all-binary problem.*

 

 

  1. 13. A maximization Linear Programming (LP) model with two decision variables x1 and x2 has an optimal solution with the objective function value of 31.5. If we restrict only x1 to be an integer, which of the following COULD be the new optimal objective function value?

 

  1. 5    b. 32             c. 30                d. either (a) or (b)        e. either (a) or (c)*

 

 

 

 

 

 

Read the following case and answer the four questions that follow:

A professor has been contacted by not-for-profit agencies that are willing to work with student consulting teams. The agencies need help with such things as budgeting, information systems, coordinating volunteers, and forecasting. Although each of the five student teams could work with any of the agencies, the professor feels that there is a difference in the amount of time it would take each group to solve each problem. The professor’s estimate of the time, in days, is given in the table below.

 

  Projects
Team Budgeting Information Volunteers Forecasting
A 24 28 32 36
B 35 31 39 33
C 46 41 35 30
D

E

22

29

38

27

21

29

33

29

 

Let Xij denote if team i (A=1,B=2,C=3,D=4, E=5) is assigned to project j (Budgeting =1, Information = 2, Volunteers =3, Forecasting = 4)

  1. The most appropriate constraint for Team D is given as:
  1. X41 + X42 + X43 + X44 =1
  2. X41 + X42 + X43 + X44 > 1
  3. X41 + X42 + X43 + X44 < 1*
  4. X14 + X24 + X34 + X44 < 1
  5. Both a and c are valid constraints

 

  1. The constraint for the Information project is given as:
  2. X12 + X22 + X32 + X42 > 1
  3. X12 + X22 + X32 + X42 + X52 > 1*
  4. X12 + X22 + X32 + X42 + X52 < 1
  5. X21 + X22 + X23 + X24 + X25 = 1
  6. Both b and c are valid constraints

 

  1. Using the Greedy Heuristic discussed in class, the assignment would be:
  2. A → Budgeting, B → Forecasting, D → Volunteers, E → Information
  3. A → Information, B → Budgeting, C → Volunteers, D → Forecasting
  4. A → Forecasting, C → Volunteers, D → Budgeting, E → Information
  5. A → Budgeting, C → Forecasting, D → Volunteers, E → Information *
  6. None of the above.

 

  1. If a team can be assigned to more than one project, then, in the optimal assignment, which team(s) would be used more than once?
  2. A
  3. D
  4. E
  5. Both D and E. *
  6. No team would be used more than once.

            For the next six questions, consider the following: Burnside Marketing Research conducted a study for Barker Foods on some designs for a new dry cereal. Three attributes were found to be most influential in determining which cereal had the best taste: ratio of wheat to corn in the cereal flake, type of sweetener (sugar, honey, or artificial), and the presence or absence of flavor bits. Nine children participated in taste tests and provided the following part-worths for the attributes:

 

                                Wheat/ Corn         Sweetener       Flavor Bits

Child              Low      High                 Sugar           Honey    Artificial     Present   Absent

1                     35          25                     40                 30            35                20            26

2                     38          40                     35                 42            30                26            21

3                      45          40                     40                 42            35                26            21

4                      25          30                     50                 45            45                16            28

5                      35          20                     50                 45            30                18            14

6                      15          25                     50                 55            45                19            16

7                      39          41                     25                 40            30               30            31

8                      30          35                     35                 40            45                28            26

9                      30          18                     50                 55            40                26            16

Assume that the overall utility (sum of part-worths) of the current favorite cereal is 100 for each child. Your job is to design a product that will maximize the share of choices for the nine children in the sample.

 

  1. Suppose that the optimal solution indicates a cereal with high wheat/corn ratio, sugar and flavor bits. Then, Child #4 will choose this optimal cereal.
  2. True b. False*

 

  1. Suppose Child #2 prefers a particular combination. Then, which of the following children will also DEFINITELY prefer this combination?
  2. Child #3* Child #4      c. Child #6      d. Child #7      e. No such kid exists.

 

  1. Which child would definitely NOT switch from his/her current favorite cereal?
  2. All of the children may switch, given the appropriate options.
  3. Child #1
  4. Child #4
  5. Child #6*
  6. Child #9

 

  1. If Child #5 switches from his/her current favorite cereal for a particular combination, how many children would NOT switch?
  2. 2 b. 3 c. 4                  d. 5                  e. 6*

 

  1. If Child #3 does NOT switch from his/her current favorite cereal for a particular combination, how many children would actually switch?
  2. 1 b. 2 c. 3*                d. 4                  e. 0

 

  1. If the Greedy Heuristic solution (for each attribute, choose the option favored by the largest number of children) is implemented, how many children would switch?
  2. 5 b. 4*                c. 3                  d. 2                  e. 1

Answer the next three questions based on the case given below:

Hansen Controls has been awarded a contract for a large number of control panels. To meet this demand, it will use its existing plants in San Diego and Houston, and consider new plants in Tulsa, St. Louis, and Portland. Finished control panels are to be shipped to Seattle, Denver, and Kansas City. Pertinent information is given in the table.

 

 

 

Sources

 

Construction

Cost

Shipping Cost to Destination:  

 

Capacity

 

Seattle

1

 

Denver

2

Kansas

City

3

1-      San Diego —-   5   7   8   12,000
2-      Houston —-  10   8   6   16,000
3-      Tulsa 450,000   12   6   3 8,000
4-      St. Louis 500,000 12   4   2 7,000
5-      Portland 540,000   4  10 11 9,000
  Demand 17,000 12,000 9,000  

 

We develop a transportation model as an LP that includes provisions for the fixed costs (construction costs in this case) for the three new plants. The solution of this model would reveal which plants to build and the optimal shipping schedule.

 

Let xij = the number of panels shipped from source i to destination j
   yi = 1 if plant i is built, = 0 otherwise (i = 3, 4, 5)

 

 

 

 

  1. The constraint for supply from Portland is given as:
  2. x51 + x52 + x53 < 9,000
  3. x51 + x52 + x53 < 9,000 + y5
  4. x15 + x25 + x35 < 9,000 y5
  5. x51 + x52 + x53 < 9,000 y5*
  6. y51 + y52 + y53 < 9,000 x5

 

  1. The constraint for demand at Denver is given as:
  2. x12 + x22 > 11,000
  3. x12 + x22 + x32 + x42 + x52 < 12,000
  4. x12 + x22 + x32 + x42 + x52  > 12,000*
  5. x12 + x22 + x32 + x42 + x52 > 12,000 y2
  6. Both c and d are correct.

 

  1. Suppose that Hanson is not able to build any new plants due to funding issues and needs to meet as much of the demand as posible using its two existing plants in San Diego and Houston. If we apply the Greedy Heuristic method, only Kansas City’s demand would be fully satisfied.
  2. True * b. False
  3. 27. If a transshipment problem has 6 supply points, 4 intermediate points and 10 destinations (all supply points can ship to all intermediate points and all intermediate points can ship to all destinations), then the number of arcs/routes would be

 

  1. 20 b. 64*                                      c. 240

 

  1. 28. The 2-D (i.e. (x,y)) graph of a problem, which requires x to be an integer less than or equal to 6 and y to be a binary integer problem has a feasible region _________.
  2. of twelve dots.
  3. of two horizontal stripes.
  4. of infinitely many dots.
  5. of two vertical stripes.
  6. of fourteen dots.*

 

 

 

Place your order
(550 words)

Approximate price: $22

Calculate the price of your order

550 words
We'll send you the first draft for approval by September 11, 2018 at 10:52 AM
Total price:
$26
The price is based on these factors:
Academic level
Number of pages
Urgency
Basic features
  • Free title page and bibliography
  • Unlimited revisions
  • Plagiarism-free guarantee
  • Money-back guarantee
  • 24/7 support
On-demand options
  • Writer’s samples
  • Part-by-part delivery
  • Overnight delivery
  • Copies of used sources
  • Expert Proofreading
Paper format
  • 275 words per page
  • 12 pt Arial/Times New Roman
  • Double line spacing
  • Any citation style (APA, MLA, Chicago/Turabian, Harvard)

Our guarantees

Delivering a high-quality product at a reasonable price is not enough anymore.
That’s why we have developed 5 beneficial guarantees that will make your experience with our service enjoyable, easy, and safe.

Money-back guarantee

You have to be 100% sure of the quality of your product to give a money-back guarantee. This describes us perfectly. Make sure that this guarantee is totally transparent.

Read more

Zero-plagiarism guarantee

Each paper is composed from scratch, according to your instructions. It is then checked by our plagiarism-detection software. There is no gap where plagiarism could squeeze in.

Read more

Free-revision policy

Thanks to our free revisions, there is no way for you to be unsatisfied. We will work on your paper until you are completely happy with the result.

Read more

Privacy policy

Your email is safe, as we store it according to international data protection rules. Your bank details are secure, as we use only reliable payment systems.

Read more

Fair-cooperation guarantee

By sending us your money, you buy the service we provide. Check out our terms and conditions if you prefer business talks to be laid out in official language.

Read more

Order your essay today and save 30% with the discount code HAPPY