Chapter 2 Linear programming... 2 Chapter 3 Simplex... 4 Chapter 4 Sensitivity Analysis and duality... 5 Chapter 5 Network... 8 Chapter 6 Integer

Size: px
Start display at page:

Download "Chapter 2 Linear programming... 2 Chapter 3 Simplex... 4 Chapter 4 Sensitivity Analysis and duality... 5 Chapter 5 Network... 8 Chapter 6 Integer"

Transcription

1 目录 Chapter 2 Linear programming... 2 Chapter 3 Simplex... 4 Chapter 4 Sensitivity Analysis and duality... 5 Chapter 5 Network... 8 Chapter 6 Integer Programming Chapter 7 Nonlinear Programming Chapter 8 Decision making under uncertainty Chapter 9 Game theory Chapter 10 Markov chains Chapter 11 Deterministic dynamic programming Expanded Projects

2 Chapter 2 Linear programming 1. A firm manufactures chicken feed by mixing three different ingredients. Each ingredient contains three key nutrients protein, fat and vitamin. The amount of each nutrient contained in 1 kilogram of the three basic ingredients is summarized in the following table: Ingredient Protein (grams) Fat (grams) Vitamin (units) The costs per kilogram of Ingredients 1, 2, and 3 are $0.55, $0.42 and $0.38, respectively. Each kilogram of the feed must contain at least 35 grams of protein, a minimum of 8 grams of fat and a maximum of 10 grams of fat and at least 200 units of vitamin s. Formulate a linear programming model for finding the feed mix that has the minimum cost per kilogram. 2. For a supermarket, the following clerks are required: Days Min. number of clerks Mon 20 Tue 16 Wed 13 Thu 16 Fri 19 Sat 14 Sun 12 Each clerk works 5 consecutive days per week and may start working on Monday, Wednesday or Friday. The objective is to find the smallest number of clerks required to comply with the above requirements. Formulate the problem as a linear programming model. 3. Consider the following LP problem: 2

3 Max Z 6x 8x Subject to x 4x 16 3x 4x 24 3x 4x 12 x, x 0 (a) Sketch the feasible region. (b) Find two alternative optimal extreme (corner) points. (c) Find an infinite set of optimal solutions. 4. A power plant has three thermal generators. The generators generation costs are $36/MW, $30/MW, and $25/MW, respectively. The output limitation for the generators is shown in the table. Some moment, the power demand for this plant is 360MW, please set up an LP optimization model and find out the optimal output for each generator (with lowest operation cost). Generator Generation lower limit Generation higher limit Use the Graphical Solution to find the optimal solutions to the following LP: max z 4x1 x2 s. t. 3x1 x2 6 x1 2x2 0 x, x 0 3

4 Chapter 3 Simplex 1. Show that if ties are broken in favor of lower-numbered rows, then cycling occurs when the simplex method is used to solve the following LP: Max Z 3x x 6x 3 Subject to 9x x 9x 2x x x / 3 2 x x / x x 9x 2x 1 i 3 4 x 0( i 1,2,3,4) 2. Use the simplex algorithm to find two optimal solutions to the following LP: max z 5x1 3x2 x3 s. t. x1 x2 3x3 6 5x1 3x2 6x3 15 x, x, x Use the Big M method to find the optimal solution to the following LP: max z 5x1 x2 s. t. 2x1 x2 6 x1 x2 4 x1 2x2 5 x, x 0 4. Use the simplex algorithm to find two optimal solutions to the following LP. max z 5x1 3x2 x3 s. t. x1 x2 3x3 6 5x1 3x2 6x3 15 x, x, x For a linear programming problem: Max Z 3x 4x Subject to 2x 4x 12 3x 2x 8 x i x 5 x 0( i 1, 2) Find the optimal solution using the simplex algorithm. 4

5 Chapter 4 Sensitivity Analysis and duality 1. Consider the following linear program (LP): Max Z x 3x 2 Subject to 2x x 4 x i 2 x 0( i 1, 2) (a). Determine the shadow price for b2, the right-hand side of the constraint x2 b2. (b). Determine the allowable range to stay optimal for c1, the coefficient of x1 in the objective function Z = c1x1 + 3x2. (c). Determine the allowable range to stay feasible for b1, the right-hand side of the constraint 2x1 + x2 b1. 2. There is a LP model as following, Max Z 3x 4x Subject to x x 5 2 x 4x 12 3x 2x 8 x 0( i 1, 2) The optimal simplex tableau is i Z X1 X2 S1 S2 S /4 1/ / /2 1) Give the dual problem of the primal problem. 2) If C2 increases from 4 to 5, will the optimal solution change? Why? 3) If b2 changes from 12 to 15, will the optimal solution change? Why? 3. There is a LP model as following 5

6 Min Z 2x 3x 6x 3 Subject to x 2x x x x 3x 3 3 3x 2x 8 x j 0( j 1, 2) 1) give its dual problem. 2) Use the graphical solution to solve the dual problem. 4. You have a constraint that limits the amount of labor available to 40 hours per week. If your shadow price is $10/hour for the labor constraint, and the market price for the labor is $11/hour. Should you pay to obtain additional labor? 5. Consider the following LP model of a production plan of tables and chairs: Max 3T + 2C (profit) Subject to the constraints: 2T + C 100 (carpentry hrs) T + C 80 (painting hrs) T 40 T, C 0 (non-negativity) 1) Draw the feasible region. 2) Find the optimal solution. 3) Does the optimal solution change if the profit contribution for tables changed from $3 to $4 per table? 4) What if painting hours available changed from 80 to 100? 6. For a linear programming problem: Max Z c x c x 3x 4x Subject to x x x 4x 12 3x 2x 8 x 0( i 1, 2) i Suppose C2 rising from 4 to 5, if the optimal solution will change? Explain the reason. 7. For a linear programming problem: Max Z c x c x 3x 4x Subject to x x x 4x 12 b 3x 2x 8 x 0( i 1, 2) i Suppose b2 rising from 12 to 15, if the optimal solution will change? Explain the 6

7 reason. 8. For a linear programming problem: Max Z c x c x 3x 4x Subject to x x x 4x 12 b 3x 2x 8 x 0( i 1, 2) i Calculate the shadow price of all of the three constraints. 9. 1) Use the simplex algorithm to find the optimal solution to the model below (10 points) Max Z 5x 2x Subject to 3x x 12 x i x 5 x 0( i 1, 2) 2) For which objective function coefficient value ranges of x 1 and x 2 does the solution remain optimal? (10 points) 3) Find the dual of the model; (5 points) 4) Find the shadow prices of constraints. (5 points) 5) If x1 and x2 are all integers, using the branch-and-bound to solve it.( 15 points) 10. A factory is going to produce Products I, II and III by using raw materials A and B. The related data is shown below: Raw material product Raw material available I II III A (kg) B (kg) Profit ($) ) Please arrange production plan to make the profit maximization. (15) 2) Write the dual problem of the primal problem. (5) 3) If one more kg of raw material A is available, how much the total profit will be increased? (5) 4) If the profit of product II changes from 1 to 2,will the optimal solution change? (5) 7

8 Chapter 5 Network 1. Using the Dijkstra s Algorithm and dynamic programming method to find the shortest path of graph below (22 points). 2. During the next four months, a construction firm must complete three projects. Project 1 must be completed within three months and requires 8 months of labor. Project 2 must be completed within four months and requires 10 months of labor. Project 3 must be completed at the end of two months and requires 12 months of labor. Each month, 8 workers are available. During a given month, no more than 6 workers can work on a single job. Formulate a maximum-flow problem that could be used to determine whether all three projects can be completed on time. 3.. For the networks in the following Figure, find the maximum flow from source to sink. 4. Find the shortest path from node 1 to node 5 in the figure using network model (Dijkstra s Algorithm) 8

9 5. Use Dijkstra s algorithm to find the shortest path and its length from node 1 to 6: 6. There are several available routes between city 1 and city 6, as shown in the following figure. The number associated with each arc is the travelling cost of the arc. 1) Formulate as an MCNFP the problem of finding the minimum cost route from city 1 to city 6. 2) Find the minimum spanning tree Write the main steps of Dijkstra algorithm to find the shortest path from the start point to the terminal point. 9

10 Chapter 6 Integer Programming 1. Eastinghouse sells air conditioners. The annual demand for air conditioners in each region of the country is as follows: East, 100,000; South, 150,000; Midwest, 110,000; West, 90,000. Eastinghouse is considering building the air conditioners in four different cities: New York, Atlanta, Chicago, and Los Angeles. The cost of producing an air conditioner in a city and shipping it to a region of the country is given in Table 18. Any factory can produce as many as 150,000 air conditioners per year. The annual fixed cost of operating a factory in each city is given in the following Table. At least 50,000 units of the Midwest demand for air conditioners must come from New York, or at least 50,000 units of the Midwest demand must come from Atlanta. Formulate an integer programming whose solution will tell Eastinghouse how to minimize the annual cost of meeting demand for air conditioners. 2. Use the branch-and-bound method to find the optimal solution to the following IP: Max Z 7x 3x S. t. 2x x 9 3x 2x 13 x, x 0; x, x int eger 3. At a machine tool plant, five jobs must be completed each day. The time it takes to do each job depends on the machine used to do the job. If a machine is used at all, there is a setup time required. The relevant times are given in the following Table. The company s goal is to minimize the sum of the setup and machine operation times needed to complete all jobs. Formulate an IP. 10

11 4. Stockco is considering four investments. Investment 1 will yield a net present value (NPV) of $16000; investment 2, an NPV of $22000; investment 3, an NPV of $12000; and investment 4, an NPV of $8000. Each investment requires a certain cash outflow at the present time: investment 1, $5000; investment 2, $7000; investment 3, $4000; and investment 4, $3000. Currently, $14000 is available for investment. Formulate an IP whose solution will tell Stockco how to maximize the PV obtained from investments One person has a backpack which can contain things with weight of 10kg and volume of 0.025m 3. there are two type of books he wants to put in the backpack, the value, weight and volume of each kind of book is shown in table, what is the number of each kind of book should be put in to maximize the value of books in the backpack. Find the optimal solution using Branch and Bound method. book Weight(kg/book) Volume Value (m 3 /book) (yuan/book) Book Book For a Integer programming problem: Max z c x c x 3x 4x S. t. x x x 4x 12 b 2 3x 2x 8 x, x 0 x, x is int eger find the optimal solution using Branch and Bound method. (The optimal solutions of all sub-problems can be found by graphical method since using the simplex algorithm is time-consuming. ) 11

12 Chapter 7 Nonlinear Programming 1. Please ascertain the convexity or concavity ,, 2 f x x x x x x x x x x x x

13 Chapter 8 Decision making under uncertainty 1. Suppose my utility function for asset position x is given by u(x) =x 2. I want to buy a painting from a market and then sell it to my client at $ 500. I have several choices:1) buy it at the first day for $ 400; 2) buy it at the second day for $ 300 (if it has not been sold) ;3) buy it at the third day for $ 260 (if it has not been sold). Each day, there is 0.6 probability that it will be sold and at the end of the third day, the paint will definitely be sold out. (18 points) a. Am I risk-averse, risk-neutral, or risk-seeking? b. What strategy maximizes my expected profit? c. What will happen if I am risk-neutral? 2. Pizza King and Noble Greek are two competing restaurants. Each must determine simultaneously whether toundertake small, medium, or large advertising campaigns.pizza King believes that it is equally likely that Noble Greek will undertake a small, a medium, or a large advertising campaign. Given the actions chosen by each restaurant,pizza King s profits are as shown in the table. For themaximin, maximax, and minimax regret criteria, determinepizza King s choice of advertising campaign. Noble Greek Choose Pizza King Chooses Small Medium Large Small $6000 $5000 $2000 Medium $5000 $6000 $1000 Large $9000 $6000 $0 3. Because of the increasing demand, of a product, a company is trying to determine which of two machines to purchase. The market research showed there is a 65% chance that the demand will increase next year, the profit with two kind of purchases is shown in the table, if they are risk-neutral, to get the maximum profit next year, use the decision tree to determine what the decision department should do? Demand increase Demand unchanged Demand Reward Purchase choice probability Purchase Machine Purchase Machine

14 4. Why the conception of utility is introduced to the decision-making analysis? What is the definition of utility? 5. You are given a choice between lottery 1 and lottery 2. You are also given a choice between lottery 3 and lottery 4. Lottery 1: A sure gain of $240 Lottery 2: 25% chance to gain $1,000 and 75% chance to gain nothing Lottery 3: A sure loss of $750 Lottery 4: A 75% chance to lose $1,000 and a 25% chance of losing nothing 84% of all people prefer lottery 1 over lottery 2, and 87% choose lottery 4 over lottery 3. 1) Explain why the choice of lottery 1 over lottery 2 and lottery 4 over lottery 3 contradicts expected utility maximization. 2) Can you explain this anomalous behavior? 6. One person s character and thinking pattern can be modeled and analyzed through observing her previous decisions. Thus her decisions can be predicts for the future choices. An urn contains 90 balls. It is known that 30 are red and that each of the other 60 is either yellow or black (probability unknown). One ball will be drawn at random from the urn. Consider the following four options: Option 1: We receive $1,000 if a red ball is drawn. Option 2: We receive $1,000 if a yellow ball is drawn. Option 3: We receive $1,000 if a yellow or black ball is drawn. Option 4: We receive $1,000 if a red or black ball is drawn. a) If a logical decision maker prefers option 1 to option 2, which option would he prefer between option 3 and option 4? b) Explain why most people prefer option 1 over option 2 and at the same time, prefer option 3 over option 4? 7. The Golden Dragon Company is developing a new bus. If Golden Dragon Company markets the product and it is successful, the company will earn a 50 million profit; if it is unsuccessful, the company will lose 35 million. In the past, similar products have been successful 60% of the time. At a cost of 5 million, the effectiveness of the new bus can be tested. If the test result is favorable, there is an 80% chance that the bus will be successful. If the test result is unfavorable, there is only a 30% chance that the bus will be successful. There is a 60% chance of a favorable test result and a 40% chance of an unfavorable test result. Determine Golden Dragon Company s optimal strategy. Also find EVSI and EVPI. 14

15 Chapter 9 Game theory 1. Solve the 0-sum game with payoff matrix below in mixed strategies (sketch the graphs). (15 points) Find the value and the optimal strategies for the two-person zero-sum game in the table Two companies try to advertise to get more customers, before the advertisement, company A has the 55% market, company B has 45%. They both have 3 advertisement strategies, company A has X1, X2 and X3, company B has Y1,Y2 and Y3, the possible choices for each company and the number of increased market of company A are shown in Table. 1) What kind of game is it? 2) What is the optimal strategy and the value to company A? Y1 Y2 Y3 X X X Two players (called Odd and Even) simultaneously choose the number of fingers (1 or 2) to put out. If the sum of the fingers put out by both players is odd, then Odd wins $1 from Even. If the sum of the fingers is even, then Even wins $1 from Odd. We consider the row player to be Odd and the column player to be Even. a) Determine whether this game has an equilibrium point. b) Allow each player to select a probability of playing each strategy: x 1 : probability that Odd puts out one finger; x 2 : probability that Odd puts out two fingers; y 1 : probability that Even puts out one finger; y 2 : probability that Even puts out two fingers; 15

16 x 1 x 0, 2 x 0, and 1 x2 1 y, 1 y 0, 2 y 0, and 1 y2 1, x Assume that Even knows the values of 1 x and 2, on a particular play of the game, y and Odd knows the values of 1 y and 2. Determine the optimal strategy for Odd and Even through a graphical solution? 5. Mo and Bo each have a quarter and a penny. Simultaneously, they each display a coin. If the coins match( both show the same side), then Mo wins both coins; if they don t match, then Bo wins both coins. Determine optimal strategies for this game. 6. Find the value and the optimal strategies for the two-person zero-sum game in Table:

17 Chapter 10 Markov chains 1. There are only three type of sugar, A, B and C. At the first purchase, a person has 20% chance to purchase A, 40% to purchase B. Given that a person last purchased A, there is a 80% chance that her next purchase will be A, 10% chance to B. Given that a person last purchased B, there is an 50% chance that her next purchase will be A, 10% chance to keep B. Given that a person last purchased C, there is an 50% chance that her next purchase will be A, 20% chance to keep C. 1) is this Stochastic Process Markov Chain? Why? 2) write the transition probability matrix. 3) What is the probability that a person will purchase A two purchases from now? 2. What is a Markov Chain? 3. A credit card company wishes to model its accounts as a Markov chain. Each account is in one of the four following states: (1) fully paid, (2) bad debt, (3) 1 to 30 days old, and (4) 31 to 60 days old. Of the accounts currently in the 1 to 30 day category, 22.5% are paid in full, 47.5% have debits and credits which cause the account to be in the same category next month, and on the other accounts nothing is paid. Of the accounts currently in the 31 to 60 day category, 30% are paid in full, enough is paid on 40% of the accounts to upgrade the status to 1 to 30 day old debt, 20% of the accounts remain in the same category next month, and on the rest nothing is paid. The company expects these patterns to continue into the future. a) Write the state transition matrix. b) There is currently $94,000 in 1 to 30 day debt, and $31,000 in 31 to 60 day debt. Showing all calculations, how much (in dollars) can be expected to end up as bad debt? 4. For any two successive days, the transition probability of rain to clear is 1/3, that X of clear to rain is 1/2, n denotes the weather state of day n(0 for clear and 1 for rain) a) Write the state transition matrix for X, 1 n n b) If December 3 is clear,what is the probability for Dec. 5 is clear and the probability for Dec. 7 is raining? 5. We Suppose that tomorrow s Jinan weather depends on the last two days of Jinan weather, as follows (1)If the last two days have been sunny, then 96% of the time, tomorrow will be sunny. (2)If yesterday was cloudy and today is sunny, then 72% of the time, tomorrow will be sunny. (3) If yesterday was sunny and 17

18 today is cloudy, then 61% of the time, tomorrow will be cloudy. (4) If the last two days have been cloudy, then 79% of the time, tomorrow will be cloudy. Use the information, model Jinan s weather as a Markov chain. 18

19 Chapter 11 Deterministic dynamic programming 1. Suggest you have a 9-oz cup and a 4-oz cup. If you want to get exactly 3 oz of milk. How can you accomplish the goal with Dynamic Programming method? 19

20 Expanded Projects Project 1. YM Unit Commitment Problem: Assumption: You are pursuing a position working as an operator in a big thermal power plant. The human resource department sent you a question as: Our company has three thermal generators whose capacities are 600MW, 300MW, and 200MW. When you are on duty, you are informed by the power grid operator that in the next time interval, the load demand will be 740 MW. You are expected to find a most efficient way (minimizing the operating cost) to meet the load demand. a) What information should be known before you can make a decision? b) There are several operating constraints for generators, please find as many of them as possible. And please tell us why this is a constraint. c) Can you set up a decision model for us? (Assuming that the information above is known, you can use some notations to form your model or you can just pick some reasonable numbers.) Project 2. YDY Economic Dispatch Problem A power system has 10 coal-fired generation units that operate together to satisfy the load demand. a) Build a LP model to describe the generation unit economic dispatch problem. b) If 8 units at most are needed to satisfy the demand, revise the LP model to describe the new problem of unit commitment. c) If we need to make an optimal operation plan for 96 time intervals, and the maximum power change between two time intervals is P for each unit, build the model. Project 3: CXD Tie Line Violation Correcting Problem When a power system operates to its angle stability boundary, active power flowing 20

21 through one certain transmission line of the system will approach to a value called transfer limit. The operator can monitor the power flow on some critical transmission lines and check whether it violates the transfer limit. Whenever there is a violation, the operator should take some measures to correct the situation. A practical measure is to identify the sending generators from the receiving ones, and then decrease output of sending generators. At the same time output of receiving generators should be increased to balance the decrease from the sending side. The control effect and cost is different for one generator to another. Assume that L is a critical transmission line with transfer limit of P Llim, for which there are N sending generators and M receiving ones. Currently, active power on L is P L0, larger than P Llim. What is the optimal correction decision that the operator should make? Sending side Receiving side P L0 Please note that the control effect is measured by linear sensitivity of unit change of output of a generator to the change of active power on L, s i = ΔP L /ΔP SGi (i=1,2,,n). Control cost for unit change of output of a generator is c i (i=1,2,,n+m). Solution: Min s.t. N N M i SGi i RGi i 1 i N 1 N i 1 c P c P s P P P i SGi L0 Llim N M N P P 0 RGi i N 1 i 1 SGi P P P P i 1,2,, N SGi min SGi SGi SGi max P P P P i N 1, N 2,, N M RGi min RGi RGi RGi max 21

PERT 12 Quantitative Tools (1)

PERT 12 Quantitative Tools (1) PERT 12 Quantitative Tools (1) Proses keputusan dalam operasi Fundamental Decisin Making, Tabel keputusan. Konsep Linear Programming Problem Formulasi Linear Programming Problem Penyelesaian Metode Grafis

More information

An Introduction to Linear Programming (LP)

An Introduction to Linear Programming (LP) An Introduction to Linear Programming (LP) How to optimally allocate scarce resources! 1 Please hold your applause until the end. What is a Linear Programming A linear program (LP) is an optimization problem

More information

56:171 Operations Research Midterm Examination Solutions PART ONE

56:171 Operations Research Midterm Examination Solutions PART ONE 56:171 Operations Research Midterm Examination Solutions Fall 1997 Answer both questions of Part One, and 4 (out of 5) problems from Part Two. Possible Part One: 1. True/False 15 2. Sensitivity analysis

More information

56:171 Operations Research Midterm Exam Solutions Fall 1994

56:171 Operations Research Midterm Exam Solutions Fall 1994 56:171 Operations Research Midterm Exam Solutions Fall 1994 Possible Score A. True/False & Multiple Choice 30 B. Sensitivity analysis (LINDO) 20 C.1. Transportation 15 C.2. Decision Tree 15 C.3. Simplex

More information

56:171 Operations Research Midterm Exam Solutions October 19, 1994

56:171 Operations Research Midterm Exam Solutions October 19, 1994 56:171 Operations Research Midterm Exam Solutions October 19, 1994 Possible Score A. True/False & Multiple Choice 30 B. Sensitivity analysis (LINDO) 20 C.1. Transportation 15 C.2. Decision Tree 15 C.3.

More information

Deterministic Dynamic Programming

Deterministic Dynamic Programming Deterministic Dynamic Programming Dynamic programming is a technique that can be used to solve many optimization problems. In most applications, dynamic programming obtains solutions by working backward

More information

Homework solutions, Chapter 8

Homework solutions, Chapter 8 Homework solutions, Chapter 8 NOTE: We might think of 8.1 as being a section devoted to setting up the networks and 8.2 as solving them, but only 8.2 has a homework section. Section 8.2 2. Use Dijkstra

More information

56:171 Operations Research Midterm Examination October 28, 1997 PART ONE

56:171 Operations Research Midterm Examination October 28, 1997 PART ONE 56:171 Operations Research Midterm Examination October 28, 1997 Write your name on the first page, and initial the other pages. Answer both questions of Part One, and 4 (out of 5) problems from Part Two.

More information

Advanced Operations Research Prof. G. Srinivasan Dept of Management Studies Indian Institute of Technology, Madras

Advanced Operations Research Prof. G. Srinivasan Dept of Management Studies Indian Institute of Technology, Madras Advanced Operations Research Prof. G. Srinivasan Dept of Management Studies Indian Institute of Technology, Madras Lecture 23 Minimum Cost Flow Problem In this lecture, we will discuss the minimum cost

More information

56:171 Operations Research Midterm Examination Solutions PART ONE

56:171 Operations Research Midterm Examination Solutions PART ONE 56:171 Operations Research Midterm Examination Solutions Fall 1997 Write your name on the first page, and initial the other pages. Answer both questions of Part One, and 4 (out of 5) problems from Part

More information

56:171 Operations Research Midterm Examination October 25, 1991 PART ONE

56:171 Operations Research Midterm Examination October 25, 1991 PART ONE 56:171 O.R. Midterm Exam - 1 - Name or Initials 56:171 Operations Research Midterm Examination October 25, 1991 Write your name on the first page, and initial the other pages. Answer both questions of

More information

The Course So Far. Atomic agent: uninformed, informed, local Specific KR languages

The Course So Far. Atomic agent: uninformed, informed, local Specific KR languages The Course So Far Traditional AI: Deterministic single agent domains Atomic agent: uninformed, informed, local Specific KR languages Constraint Satisfaction Logic and Satisfiability STRIPS for Classical

More information

Master of Business Administration - General. Cohort: MBAG/14/PT Mar. Examinations for Semester II / 2014 Semester I

Master of Business Administration - General. Cohort: MBAG/14/PT Mar. Examinations for Semester II / 2014 Semester I Master of Business Administration - General Cohort: MBAG/14/PT Mar Examinations for 2013 2014 Semester II / 2014 Semester I MODULE: OPERATIONS RESEARCH MODULE CODE: MGMT5214 DURATION: 3 HOURS Instructions

More information

Econ 172A, W2002: Final Examination, Solutions

Econ 172A, W2002: Final Examination, Solutions Econ 172A, W2002: Final Examination, Solutions Comments. Naturally, the answers to the first question were perfect. I was impressed. On the second question, people did well on the first part, but had trouble

More information

Dr. Abdallah Abdallah Fall Term 2014

Dr. Abdallah Abdallah Fall Term 2014 Quantitative Analysis Dr. Abdallah Abdallah Fall Term 2014 1 Decision analysis Fundamentals of decision theory models Ch. 3 2 Decision theory Decision theory is an analytic and systemic way to tackle problems

More information

The Course So Far. Decision Making in Deterministic Domains. Decision Making in Uncertain Domains. Next: Decision Making in Uncertain Domains

The Course So Far. Decision Making in Deterministic Domains. Decision Making in Uncertain Domains. Next: Decision Making in Uncertain Domains The Course So Far Decision Making in Deterministic Domains search planning Decision Making in Uncertain Domains Uncertainty: adversarial Minimax Next: Decision Making in Uncertain Domains Uncertainty:

More information

Mathematics for Management Science Notes 06 prepared by Professor Jenny Baglivo

Mathematics for Management Science Notes 06 prepared by Professor Jenny Baglivo Mathematics for Management Science Notes 0 prepared by Professor Jenny Baglivo Jenny A. Baglivo 00. All rights reserved. Integer Linear Programming (ILP) When the values of the decision variables in a

More information

Chapter 9 Integer Programming Part 1. Prof. Dr. Arslan M. ÖRNEK

Chapter 9 Integer Programming Part 1. Prof. Dr. Arslan M. ÖRNEK Chapter 9 Integer Programming Part 1 Prof. Dr. Arslan M. ÖRNEK Integer Programming An integer programming problem (IP) is an LP in which some or all of the variables are required to be non-negative integers.

More information

Introduction to Operations Research

Introduction to Operations Research Introduction to Operations Research Unit 1: Linear Programming Terminology and formulations LP through an example Terminology Additional Example 1 Additional example 2 A shop can make two types of sweets

More information

Optimization Methods in Management Science

Optimization Methods in Management Science Problem Set Rules: Optimization Methods in Management Science MIT 15.053, Spring 2013 Problem Set 6, Due: Thursday April 11th, 2013 1. Each student should hand in an individual problem set. 2. Discussing

More information

Examinations for Semester II. / 2011 Semester I

Examinations for Semester II. / 2011 Semester I PROGRAMME MBA-Human Resources & knowledge Management MBA- Project Management Master of Business Administration General MBA-Marketing Management COHORT MBAHR/11/PT MBAPM/11/PT MBAG/11/PT MBAMM/11/PT Examinations

More information

GAME THEORY. Game theory. The odds and evens game. Two person, zero sum game. Prototype example

GAME THEORY. Game theory. The odds and evens game. Two person, zero sum game. Prototype example Game theory GAME THEORY (Hillier & Lieberman Introduction to Operations Research, 8 th edition) Mathematical theory that deals, in an formal, abstract way, with the general features of competitive situations

More information

Lecture 12: Introduction to reasoning under uncertainty. Actions and Consequences

Lecture 12: Introduction to reasoning under uncertainty. Actions and Consequences Lecture 12: Introduction to reasoning under uncertainty Preferences Utility functions Maximizing expected utility Value of information Bandit problems and the exploration-exploitation trade-off COMP-424,

More information

Decision Making. DKSharma

Decision Making. DKSharma Decision Making DKSharma Decision making Learning Objectives: To make the students understand the concepts of Decision making Decision making environment; Decision making under certainty; Decision making

More information

Advanced Operations Research Prof. G. Srinivasan Department of Management Studies Indian Institute of Technology, Madras

Advanced Operations Research Prof. G. Srinivasan Department of Management Studies Indian Institute of Technology, Madras Advanced Operations Research Prof. G. Srinivasan Department of Management Studies Indian Institute of Technology, Madras Lecture 21 Successive Shortest Path Problem In this lecture, we continue our discussion

More information

1.2: USING ALGEBRA(meaning no calculators), find the Intersection of the two Lines.

1.2: USING ALGEBRA(meaning no calculators), find the Intersection of the two Lines. Math 125 Final Exam Practice HAPTE 1: 1.1: List the Intercepts of each Equation and then sketch the graph 18x+ 10y = 90 b) 16x+ 24y = 432 c) 25x+ 10y = 500 1.2: USING ALGEBA(meaning no calculators), find

More information

Thursday, March 3

Thursday, March 3 5.53 Thursday, March 3 -person -sum (or constant sum) game theory -dimensional multi-dimensional Comments on first midterm: practice test will be on line coverage: every lecture prior to game theory quiz

More information

Dennis L. Bricker Dept. of Industrial Engineering The University of Iowa

Dennis L. Bricker Dept. of Industrial Engineering The University of Iowa Dennis L. Bricker Dept. of Industrial Engineering The University of Iowa 56:171 Operations Research Homework #1 - Due Wednesday, August 30, 2000 In each case below, you must formulate a linear programming

More information

4. Introduction to Prescriptive Analytics. BIA 674 Supply Chain Analytics

4. Introduction to Prescriptive Analytics. BIA 674 Supply Chain Analytics 4. Introduction to Prescriptive Analytics BIA 674 Supply Chain Analytics Why is Decision Making difficult? The biggest sources of difficulty for decision making: Uncertainty Complexity of Environment or

More information

Problem Set 2: Answers

Problem Set 2: Answers Economics 623 J.R.Walker Page 1 Problem Set 2: Answers The problem set came from Michael A. Trick, Senior Associate Dean, Education and Professor Tepper School of Business, Carnegie Mellon University.

More information

GAME THEORY. (Hillier & Lieberman Introduction to Operations Research, 8 th edition)

GAME THEORY. (Hillier & Lieberman Introduction to Operations Research, 8 th edition) GAME THEORY (Hillier & Lieberman Introduction to Operations Research, 8 th edition) Game theory Mathematical theory that deals, in an formal, abstract way, with the general features of competitive situations

More information

Game Theory Tutorial 3 Answers

Game Theory Tutorial 3 Answers Game Theory Tutorial 3 Answers Exercise 1 (Duality Theory) Find the dual problem of the following L.P. problem: max x 0 = 3x 1 + 2x 2 s.t. 5x 1 + 2x 2 10 4x 1 + 6x 2 24 x 1 + x 2 1 (1) x 1 + 3x 2 = 9 x

More information

LINEAR PROGRAMMING. Homework 7

LINEAR PROGRAMMING. Homework 7 LINEAR PROGRAMMING Homework 7 Fall 2014 Csci 628 Megan Rose Bryant 1. Your friend is taking a Linear Programming course at another university and for homework she is asked to solve the following LP: Primal:

More information

Decision making under uncertainty

Decision making under uncertainty Decision making under uncertainty 1 Outline 1. Components of decision making 2. Criteria for decision making 3. Utility theory 4. Decision trees 5. Posterior probabilities using Bayes rule 6. The Monty

More information

Decision Analysis CHAPTER LEARNING OBJECTIVES CHAPTER OUTLINE. After completing this chapter, students will be able to:

Decision Analysis CHAPTER LEARNING OBJECTIVES CHAPTER OUTLINE. After completing this chapter, students will be able to: CHAPTER 3 Decision Analysis LEARNING OBJECTIVES After completing this chapter, students will be able to: 1. List the steps of the decision-making process. 2. Describe the types of decision-making environments.

More information

COS 445 Final. Due online Monday, May 21st at 11:59 pm. Please upload each problem as a separate file via MTA.

COS 445 Final. Due online Monday, May 21st at 11:59 pm. Please upload each problem as a separate file via MTA. COS 445 Final Due online Monday, May 21st at 11:59 pm All problems on this final are no collaboration problems. You may not discuss any aspect of any problems with anyone except for the course staff. You

More information

Resource Allocation and Decision Analysis (ECON 8010) Spring 2014 Foundations of Decision Analysis

Resource Allocation and Decision Analysis (ECON 8010) Spring 2014 Foundations of Decision Analysis Resource Allocation and Decision Analysis (ECON 800) Spring 04 Foundations of Decision Analysis Reading: Decision Analysis (ECON 800 Coursepak, Page 5) Definitions and Concepts: Decision Analysis a logical

More information

56:171 Operations Research Midterm Exam Solutions October 22, 1993

56:171 Operations Research Midterm Exam Solutions October 22, 1993 56:171 O.R. Midterm Exam Solutions page 1 56:171 Operations Research Midterm Exam Solutions October 22, 1993 (A.) /: Indicate by "+" ="true" or "o" ="false" : 1. A "dummy" activity in CPM has duration

More information

UNIT 5 DECISION MAKING

UNIT 5 DECISION MAKING UNIT 5 DECISION MAKING This unit: UNDER UNCERTAINTY Discusses the techniques to deal with uncertainties 1 INTRODUCTION Few decisions in construction industry are made with certainty. Need to look at: The

More information

MBF1413 Quantitative Methods

MBF1413 Quantitative Methods MBF1413 Quantitative Methods Prepared by Dr Khairul Anuar 4: Decision Analysis Part 1 www.notes638.wordpress.com 1. Problem Formulation a. Influence Diagrams b. Payoffs c. Decision Trees Content 2. Decision

More information

Subject : Computer Science. Paper: Machine Learning. Module: Decision Theory and Bayesian Decision Theory. Module No: CS/ML/10.

Subject : Computer Science. Paper: Machine Learning. Module: Decision Theory and Bayesian Decision Theory. Module No: CS/ML/10. e-pg Pathshala Subject : Computer Science Paper: Machine Learning Module: Decision Theory and Bayesian Decision Theory Module No: CS/ML/0 Quadrant I e-text Welcome to the e-pg Pathshala Lecture Series

More information

DM559/DM545 Linear and integer programming

DM559/DM545 Linear and integer programming Department of Mathematics and Computer Science University of Southern Denmark, Odense May 22, 2018 Marco Chiarandini DM559/DM55 Linear and integer programming Sheet, Spring 2018 [pdf format] Contains Solutions!

More information

SCHOOL OF BUSINESS, ECONOMICS AND MANAGEMENT. BF360 Operations Research

SCHOOL OF BUSINESS, ECONOMICS AND MANAGEMENT. BF360 Operations Research SCHOOL OF BUSINESS, ECONOMICS AND MANAGEMENT BF360 Operations Research Unit 3 Moses Mwale e-mail: moses.mwale@ictar.ac.zm BF360 Operations Research Contents Unit 3: Sensitivity and Duality 3 3.1 Sensitivity

More information

Graphical Sensitivity Analysis

Graphical Sensitivity Analysis What if there is uncertainly about one or more values in the LP model? Sensitivity analysis allows us to determine how sensitive the optimal solution is to changes in data values. This includes analyzing

More information

BRIEF INTRODUCTION TO GAME THEORY

BRIEF INTRODUCTION TO GAME THEORY BRIEF INTRODUCTION TO GAME THEORY Game Theory Mathematical theory that deals with the general features of competitive situations. Examples: parlor games, military battles, political campaigns, advertising

More information

36106 Managerial Decision Modeling Sensitivity Analysis

36106 Managerial Decision Modeling Sensitivity Analysis 1 36106 Managerial Decision Modeling Sensitivity Analysis Kipp Martin University of Chicago Booth School of Business September 26, 2017 Reading and Excel Files 2 Reading (Powell and Baker): Section 9.5

More information

ECON 459 Game Theory. Lecture Notes Auctions. Luca Anderlini Spring 2017

ECON 459 Game Theory. Lecture Notes Auctions. Luca Anderlini Spring 2017 ECON 459 Game Theory Lecture Notes Auctions Luca Anderlini Spring 2017 These notes have been used and commented on before. If you can still spot any errors or have any suggestions for improvement, please

More information

INTERNATIONAL UNIVERSITY OF JAPAN Public Management and Policy Analysis Program Graduate School of International Relations

INTERNATIONAL UNIVERSITY OF JAPAN Public Management and Policy Analysis Program Graduate School of International Relations Hun Myoung Park (4/18/2018) LP Interpretation: 1 INTERNATIONAL UNIVERSITY OF JAPAN Public Management and Policy Analysis Program Graduate School of International Relations DCC5350 (2 Credits) Public Policy

More information

Decision Analysis. Introduction. Job Counseling

Decision Analysis. Introduction. Job Counseling Decision Analysis Max, min, minimax, maximin, maximax, minimin All good cat names! 1 Introduction Models provide insight and understanding We make decisions Decision making is difficult because: future

More information

Lecture 10: The knapsack problem

Lecture 10: The knapsack problem Optimization Methods in Finance (EPFL, Fall 2010) Lecture 10: The knapsack problem 24.11.2010 Lecturer: Prof. Friedrich Eisenbrand Scribe: Anu Harjula The knapsack problem The Knapsack problem is a problem

More information

1 Shapley-Shubik Model

1 Shapley-Shubik Model 1 Shapley-Shubik Model There is a set of buyers B and a set of sellers S each selling one unit of a good (could be divisible or not). Let v ij 0 be the monetary value that buyer j B assigns to seller i

More information

Decision Making Supplement A

Decision Making Supplement A Decision Making Supplement A Break-Even Analysis Break-even analysis is used to compare processes by finding the volume at which two different processes have equal total costs. Break-even point is the

More information

The application of linear programming to management accounting

The application of linear programming to management accounting The application of linear programming to management accounting After studying this chapter, you should be able to: formulate the linear programming model and calculate marginal rates of substitution and

More information

CEC login. Student Details Name SOLUTIONS

CEC login. Student Details Name SOLUTIONS Student Details Name SOLUTIONS CEC login Instructions You have roughly 1 minute per point, so schedule your time accordingly. There is only one correct answer per question. Good luck! Question 1. Searching

More information

Econ 172A - Slides from Lecture 7

Econ 172A - Slides from Lecture 7 Econ 172A Sobel Econ 172A - Slides from Lecture 7 Joel Sobel October 18, 2012 Announcements Be prepared for midterm room/seating assignments. Quiz 2 on October 25, 2012. (Duality, up to, but not including

More information

Math 1070 Final Exam Practice Spring 2014

Math 1070 Final Exam Practice Spring 2014 University of Connecticut Department of Mathematics Math 1070 Practice Spring 2014 Name: Instructor Name: Section: Read This First! This is a closed notes, closed book exam. You can not receive aid on

More information

Algorithmic Game Theory (a primer) Depth Qualifying Exam for Ashish Rastogi (Ph.D. candidate)

Algorithmic Game Theory (a primer) Depth Qualifying Exam for Ashish Rastogi (Ph.D. candidate) Algorithmic Game Theory (a primer) Depth Qualifying Exam for Ashish Rastogi (Ph.D. candidate) 1 Game Theory Theory of strategic behavior among rational players. Typical game has several players. Each player

More information

SCHOOL OF BUSINESS, ECONOMICS AND MANAGEMENT. BF360 Operations Research

SCHOOL OF BUSINESS, ECONOMICS AND MANAGEMENT. BF360 Operations Research SCHOOL OF BUSINESS, ECONOMICS AND MANAGEMENT BF360 Operations Research Unit 5 Moses Mwale e-mail: moses.mwale@ictar.ac.zm BF360 Operations Research Contents Unit 5: Decision Analysis 3 5.1 Components

More information

Yao s Minimax Principle

Yao s Minimax Principle Complexity of algorithms The complexity of an algorithm is usually measured with respect to the size of the input, where size may for example refer to the length of a binary word describing the input,

More information

Objective of Decision Analysis. Determine an optimal decision under uncertain future events

Objective of Decision Analysis. Determine an optimal decision under uncertain future events Decision Analysis Objective of Decision Analysis Determine an optimal decision under uncertain future events Formulation of Decision Problem Clear statement of the problem Identify: The decision alternatives

More information

Definition 4.1. In a stochastic process T is called a stopping time if you can tell when it happens.

Definition 4.1. In a stochastic process T is called a stopping time if you can tell when it happens. 102 OPTIMAL STOPPING TIME 4. Optimal Stopping Time 4.1. Definitions. On the first day I explained the basic problem using one example in the book. On the second day I explained how the solution to the

More information

ORF 307: Lecture 12. Linear Programming: Chapter 11: Game Theory

ORF 307: Lecture 12. Linear Programming: Chapter 11: Game Theory ORF 307: Lecture 12 Linear Programming: Chapter 11: Game Theory Robert J. Vanderbei April 3, 2018 Slides last edited on April 3, 2018 http://www.princeton.edu/ rvdb Game Theory John Nash = A Beautiful

More information

Regret Minimization and Security Strategies

Regret Minimization and Security Strategies Chapter 5 Regret Minimization and Security Strategies Until now we implicitly adopted a view that a Nash equilibrium is a desirable outcome of a strategic game. In this chapter we consider two alternative

More information

Learning Objectives = = where X i is the i t h outcome of a decision, p i is the probability of the i t h

Learning Objectives = = where X i is the i t h outcome of a decision, p i is the probability of the i t h Learning Objectives After reading Chapter 15 and working the problems for Chapter 15 in the textbook and in this Workbook, you should be able to: Distinguish between decision making under uncertainty and

More information

Optimization Methods. Lecture 7: Sensitivity Analysis

Optimization Methods. Lecture 7: Sensitivity Analysis 5.093 Optimization Methods Lecture 7: Sensitivity Analysis Motivation. Questions z = min s.t. c x Ax = b Slide How does z depend globally on c? on b? How does z change locally if either b, c, A change?

More information

Sensitivity Analysis with Data Tables. 10% annual interest now =$110 one year later. 10% annual interest now =$121 one year later

Sensitivity Analysis with Data Tables. 10% annual interest now =$110 one year later. 10% annual interest now =$121 one year later Sensitivity Analysis with Data Tables Time Value of Money: A Special kind of Trade-Off: $100 @ 10% annual interest now =$110 one year later $110 @ 10% annual interest now =$121 one year later $100 @ 10%

More information

1. better to stick. 2. better to switch. 3. or does your second choice make no difference?

1. better to stick. 2. better to switch. 3. or does your second choice make no difference? The Monty Hall game Game show host Monty Hall asks you to choose one of three doors. Behind one of the doors is a new Porsche. Behind the other two doors there are goats. Monty knows what is behind each

More information

1. A is a decision support tool that uses a tree-like graph or model of decisions and their possible consequences, including chance event outcomes,

1. A is a decision support tool that uses a tree-like graph or model of decisions and their possible consequences, including chance event outcomes, 1. A is a decision support tool that uses a tree-like graph or model of decisions and their possible consequences, including chance event outcomes, resource costs, and utility. A) Decision tree B) Graphs

More information

16 MAKING SIMPLE DECISIONS

16 MAKING SIMPLE DECISIONS 247 16 MAKING SIMPLE DECISIONS Let us associate each state S with a numeric utility U(S), which expresses the desirability of the state A nondeterministic action A will have possible outcome states Result

More information

Martingale Pricing Theory in Discrete-Time and Discrete-Space Models

Martingale Pricing Theory in Discrete-Time and Discrete-Space Models IEOR E4707: Foundations of Financial Engineering c 206 by Martin Haugh Martingale Pricing Theory in Discrete-Time and Discrete-Space Models These notes develop the theory of martingale pricing in a discrete-time,

More information

Markov Decision Processes: Making Decision in the Presence of Uncertainty. (some of) R&N R&N

Markov Decision Processes: Making Decision in the Presence of Uncertainty. (some of) R&N R&N Markov Decision Processes: Making Decision in the Presence of Uncertainty (some of) R&N 16.1-16.6 R&N 17.1-17.4 Different Aspects of Machine Learning Supervised learning Classification - concept learning

More information

ECE 586GT: Problem Set 1: Problems and Solutions Analysis of static games

ECE 586GT: Problem Set 1: Problems and Solutions Analysis of static games University of Illinois Fall 2018 ECE 586GT: Problem Set 1: Problems and Solutions Analysis of static games Due: Tuesday, Sept. 11, at beginning of class Reading: Course notes, Sections 1.1-1.4 1. [A random

More information

Randomization and Simplification. Ehud Kalai 1 and Eilon Solan 2,3. Abstract

Randomization and Simplification. Ehud Kalai 1 and Eilon Solan 2,3. Abstract andomization and Simplification y Ehud Kalai 1 and Eilon Solan 2,3 bstract andomization may add beneficial flexibility to the construction of optimal simple decision rules in dynamic environments. decision

More information

Section Strictly Determined Games, Dominated Rows, Saddle Points

Section Strictly Determined Games, Dominated Rows, Saddle Points Finite Math B Chapter 11 Practice Questions Game Theory Section 11.1 - Strictly Determined Games, Dominated Rows, Saddle Points MULTIPLE CHOICE. Choose the one alternative that best completes the statement

More information

Do all of Part One (1 pt. each), one from Part Two (15 pts.), and four from Part Three (15 pts. each) <><><><><> PART ONE <><><><><>

Do all of Part One (1 pt. each), one from Part Two (15 pts.), and four from Part Three (15 pts. each) <><><><><> PART ONE <><><><><> 56:171 Operations Research Final Exam - December 13, 1989 Instructor: D.L. Bricker Do all of Part One (1 pt. each), one from Part Two (15 pts.), and four from

More information

Maximizing Winnings on Final Jeopardy!

Maximizing Winnings on Final Jeopardy! Maximizing Winnings on Final Jeopardy! Jessica Abramson, Natalie Collina, and William Gasarch August 2017 1 Introduction Consider a final round of Jeopardy! with players Alice and Betty 1. We assume that

More information

Chapter 15: Dynamic Programming

Chapter 15: Dynamic Programming Chapter 15: Dynamic Programming Dynamic programming is a general approach to making a sequence of interrelated decisions in an optimum way. While we can describe the general characteristics, the details

More information

Lecture outline W.B.Powell 1

Lecture outline W.B.Powell 1 Lecture outline What is a policy? Policy function approximations (PFAs) Cost function approximations (CFAs) alue function approximations (FAs) Lookahead policies Finding good policies Optimizing continuous

More information

Simple Random Sample

Simple Random Sample Simple Random Sample A simple random sample (SRS) of size n consists of n elements from the population chosen in such a way that every set of n elements has an equal chance to be the sample actually selected.

More information

Their opponent will play intelligently and wishes to maximize their own payoff.

Their opponent will play intelligently and wishes to maximize their own payoff. Two Person Games (Strictly Determined Games) We have already considered how probability and expected value can be used as decision making tools for choosing a strategy. We include two examples below for

More information

WAYNE STATE UNIVERSITY Department of Industrial and Manufacturing Engineering

WAYNE STATE UNIVERSITY Department of Industrial and Manufacturing Engineering WAYNE STATE UNIVERSITY Department of Industrial and Manufacturing Engineering PhD Preliminary Examination- February 2006 Candidate Name: Answer ALL Questions Question 1-20 Marks Question 2-15 Marks Question

More information

Casino gambling problem under probability weighting

Casino gambling problem under probability weighting Casino gambling problem under probability weighting Sang Hu National University of Singapore Mathematical Finance Colloquium University of Southern California Jan 25, 2016 Based on joint work with Xue

More information

The Deployment-to-Saturation Ratio in Security Games (Online Appendix)

The Deployment-to-Saturation Ratio in Security Games (Online Appendix) The Deployment-to-Saturation Ratio in Security Games (Online Appendix) Manish Jain manish.jain@usc.edu University of Southern California, Los Angeles, California 989. Kevin Leyton-Brown kevinlb@cs.ubc.edu

More information

CS360 Homework 14 Solution

CS360 Homework 14 Solution CS360 Homework 14 Solution Markov Decision Processes 1) Invent a simple Markov decision process (MDP) with the following properties: a) it has a goal state, b) its immediate action costs are all positive,

More information

Chapter 13 Decision Analysis

Chapter 13 Decision Analysis Problem Formulation Chapter 13 Decision Analysis Decision Making without Probabilities Decision Making with Probabilities Risk Analysis and Sensitivity Analysis Decision Analysis with Sample Information

More information

BSc (Hons) Software Engineering BSc (Hons) Computer Science with Network Security

BSc (Hons) Software Engineering BSc (Hons) Computer Science with Network Security BSc (Hons) Software Engineering BSc (Hons) Computer Science with Network Security Cohorts BCNS/ 06 / Full Time & BSE/ 06 / Full Time Resit Examinations for 2008-2009 / Semester 1 Examinations for 2008-2009

More information

Chapter Two: Linear Programming: Model Formulation and Graphical Solution

Chapter Two: Linear Programming: Model Formulation and Graphical Solution Chapter Two: Linear Programming: Model Formulation and Graphical Solution PROBLEM SUMMARY 1. Maximization (1 28 continuation), graphical solution 2. Minimization, graphical solution 3. Sensitivity analysis

More information

MBA 7020 Sample Final Exam

MBA 7020 Sample Final Exam Descriptive Measures, Confidence Intervals MBA 7020 Sample Final Exam Given the following sample of weight measurements (in pounds) of 25 children aged 4, answer the following questions(1 through 3): 45,

More information

Answer Key for M. A. Economics Entrance Examination 2017 (Main version)

Answer Key for M. A. Economics Entrance Examination 2017 (Main version) Answer Key for M. A. Economics Entrance Examination 2017 (Main version) July 4, 2017 1. Person A lexicographically prefers good x to good y, i.e., when comparing two bundles of x and y, she strictly prefers

More information

Optimization Models in Financial Mathematics

Optimization Models in Financial Mathematics Optimization Models in Financial Mathematics John R. Birge Northwestern University www.iems.northwestern.edu/~jrbirge Illinois Section MAA, April 3, 2004 1 Introduction Trends in financial mathematics

More information

Chapter 3. Decision Analysis. Learning Objectives

Chapter 3. Decision Analysis. Learning Objectives Chapter 3 Decision Analysis To accompany Quantitative Analysis for Management, Eleventh Edition, by Render, Stair, and Hanna Power Point slides created by Brian Peterson Learning Objectives After completing

More information

Chapter 21. Dynamic Programming CONTENTS 21.1 A SHORTEST-ROUTE PROBLEM 21.2 DYNAMIC PROGRAMMING NOTATION

Chapter 21. Dynamic Programming CONTENTS 21.1 A SHORTEST-ROUTE PROBLEM 21.2 DYNAMIC PROGRAMMING NOTATION Chapter 21 Dynamic Programming CONTENTS 21.1 A SHORTEST-ROUTE PROBLEM 21.2 DYNAMIC PROGRAMMING NOTATION 21.3 THE KNAPSACK PROBLEM 21.4 A PRODUCTION AND INVENTORY CONTROL PROBLEM 23_ch21_ptg01_Web.indd

More information

CSCI 1951-G Optimization Methods in Finance Part 00: Course Logistics Introduction to Finance Optimization Problems

CSCI 1951-G Optimization Methods in Finance Part 00: Course Logistics Introduction to Finance Optimization Problems CSCI 1951-G Optimization Methods in Finance Part 00: Course Logistics Introduction to Finance Optimization Problems January 26, 2018 1 / 24 Basic information All information is available in the syllabus

More information

Roll No. :... Invigilator s Signature :.. CS/B.TECH(IT)/SEM-5/M(CS)-511/ OPERATIONS RESEARCH AND OPTIMIZATION TECHNIQUES

Roll No. :... Invigilator s Signature :.. CS/B.TECH(IT)/SEM-5/M(CS)-511/ OPERATIONS RESEARCH AND OPTIMIZATION TECHNIQUES Name : Roll No. :.... Invigilator s Signature :.. CS/B.TECH(IT)/SEM-5/M(CS)-511/2011-12 2011 OPERATIONS RESEARCH AND OPTIMIZATION TECHNIQUES Time Allotted : 3 Hours Full Marks : 70 The figures in the margin

More information

DUALITY AND SENSITIVITY ANALYSIS

DUALITY AND SENSITIVITY ANALYSIS DUALITY AND SENSITIVITY ANALYSIS Understanding Duality No learning of Linear Programming is complete unless we learn the concept of Duality in linear programming. It is impossible to separate the linear

More information

Stochastic Games and Bayesian Games

Stochastic Games and Bayesian Games Stochastic Games and Bayesian Games CPSC 532l Lecture 10 Stochastic Games and Bayesian Games CPSC 532l Lecture 10, Slide 1 Lecture Overview 1 Recap 2 Stochastic Games 3 Bayesian Games 4 Analyzing Bayesian

More information

IEOR E4004: Introduction to OR: Deterministic Models

IEOR E4004: Introduction to OR: Deterministic Models IEOR E4004: Introduction to OR: Deterministic Models 1 Dynamic Programming Following is a summary of the problems we discussed in class. (We do not include the discussion on the container problem or the

More information

Full file at CHAPTER 3 Decision Analysis

Full file at   CHAPTER 3 Decision Analysis CHAPTER 3 Decision Analysis TRUE/FALSE 3.1 Expected Monetary Value (EMV) is the average or expected monetary outcome of a decision if it can be repeated a large number of times. 3.2 Expected Monetary Value

More information

Dynamic Programming: An overview. 1 Preliminaries: The basic principle underlying dynamic programming

Dynamic Programming: An overview. 1 Preliminaries: The basic principle underlying dynamic programming Dynamic Programming: An overview These notes summarize some key properties of the Dynamic Programming principle to optimize a function or cost that depends on an interval or stages. This plays a key role

More information

Q1. [?? pts] Search Traces

Q1. [?? pts] Search Traces CS 188 Spring 2010 Introduction to Artificial Intelligence Midterm Exam Solutions Q1. [?? pts] Search Traces Each of the trees (G1 through G5) was generated by searching the graph (below, left) with a

More information