What strategy will each of the players use

Assignment Help Operation Management
Reference no: EM131005581

1. Three players (Cornelius, Oscar, and Reid) enter a game. Cornelius uses the conservative approach to decision making, Oscar uses the optimistic approach, and Reid uses the minimax regret approach. The game is played as follows: each player chooses heads or tails, and the payoffs for each player are a function of the collective decisions of all three players. There are several possible outcomes:

(1) HHH, payoffs 2, -1, -1

(2) TTT, payoffs -4, 3, 1

(3) HHT, payoffs -2, 2, 0

(4) TTH, payoffs -2, 0, 2

(5) HTH, payoffs -1, -3, 4

(6) THT, payoffs 0, 2, -2

(7) THH, payoffs 3, -1, -2

(8) HTT, payoffs 4, -2, -2

In these outcomes the players are ordered Cornelius, Oscar, Reid, and the payoffs are given in the same order. So, for example, case (3) means that Cornelius and Oscar play heads, and Reid plays tails. The payoff for Cornelius is -2, the payoff for Oscar is 2, and the payoff for Reid is 0. Another example: in case (7) Cornelius plays tails, while the other two play heads. Cornelius receives a payoff of 3, Oscar a payoff of -1, and Reid's payoff is -2.

(a) What strategy will each of the players use?

(b) Suppose that Cornelius and Oscar both play heads and tails with equal probability. Then the probability of them both playing heads is 0.25, the probability that they both play tails is 0.25, the probability that Cornelius plays heads and Oscar plays tails is 0.25, and the probability that Cornelius plays tails and Oscar plays heads is 0.25.

If Reid states that he would accept a gamble of winning 2 with probability 0.5 and losing 1 with a probability of 0.5, and if Reid is a utility maximizer with a utility function u(x) = 1 - e-λx, then what are the expected utilities of playing heads and playing tails?

2. Ms. French, a bank robber, robs banks by entering the bank at night when the bank is empty and then entering the bank vault. She is considering robbing three different banks. She will only rob bank 2 if she successfully robs bank 1, and she will only rob bank 3 if she successfully robs bank 2. She can, however, choose not to rob a bank even if she was successful in robbing the preceding bank. If the banks are successfully robbed, she expects to make $10 thousand, $50 thousand, and $75 thousand from banks 1, 2, and 3, respectively.

To successfully rob a bank, two things must occur. First, Ms. French must enter the bank without setting off the outside alarms and then, she must enter the vault without setting off the vault alarms. The probability of entering the first bank without setting off the outside alarms is 0.6, and the probability of entering the vault without setting off the vault alarms is 0.25. For bank 2 those probabilities are 0.4 and 0.2, and for bank 3 the probabilities are 0.35 and 0.2. If Ms. French fails in entering the bank, she is capable of escaping before the police arrive, thus she will not lose anything in such a scenario. If she sets off a vault alarm she will be arrested and incur a penalty of $30,000.

Ms. French can hire a sidekick before any of the robberies, but once the sidekick is hired, he will continue to be used for any and all subsequent robberies. The cost of the sidekick is $2500 for bank 1, $12,500 for bank 2, and $18,750 for bank 3. This amount must be paid whether or not the robbery is successful.

If the sidekick is hired, the probability of gaining entry to the vaults at banks 1, 2, and 3 improves to 0.3, 0.25, and 0.25, respectively. The effect of the sidekick on entering the bank is unclear, but we do know that the conditional probability of having a sidekick given that bank 1 was successfully entered is 0.6. For bank 2 this probability was 0.75, and for bank 3 this probability was 0.8.

Develop a decision tree for this problem and determine Ms. French's optimal strategy (which banks to rob and when, if ever, to hire a sidekick) if she wishes to maximize her expected reward.

3. A Wall Street firm is planning its strategy for next week (Monday through Friday). In particular, they are interested in day trading a particular stock. The firm plans to observe the price of the stock at 15 minute intervals each day, starting at 9:30am and ending at 4:00pm. The fluctuations in price in each of these intervals is assumed to be a normally distributed variable with a mean of 0.01 and a standard deviation of 0.25. Suppose that we have $10,000 to use for trading. The opening price each day is equal to the closing price of the previous day, and the stock began the week with a price of $100. We are interested in two possible trading schemes:

(a) Suppose the stock's price to begin the day is t. We buy the stock the first time that we observe a price less than or equal to 99.5% of the day's beginning price. In other words, if p is the price at which we buy the stock, it must be that p ≤ 0.995t. We sell our entire position when either (i) the price of the stock increases by at least 1% from where we bought it, i.e., if the price is 1.01p or more or (ii) when we reach the end of the day, whichever comes first. We never will buy twice in the same day.

(b) The same as (a), except that we buy whenever p ≥ 1.005t instead of when p ≤ 0.995t. Simulate 10 weeks of trading under each scenario and report on the average weekly profits/losses.

Note: Whenever we buy, we use all of our money. So, for example, if on a particular day we have $9000, and we buy when the stock reaches $90, we would buy $9000/$90 = 100 shares.

4. Airline Inc. overbooks its flights to account for the possibility of passengers not showing up for the flights. On its 200 seat airplanes it will take reservations for up to 210 passengers. Past data suggests that the number of reservations made for each flight is a uniformly distributed random variables taking on values between 190 and 210. The number of no-shows for each flight ranges from 0 to 10, with probabilities given in the below table. Develop a simulation of this situation and run it 500 times.

Determine the average number of seats used per flight and the probabilities that 201, 202, 203,...,210 passengers show up for a flight (in other words, the probabilities that we have to turn away 1,2,3,..,10 passengers).

#No Show

0

1

2

3

4

5

6

7

8

9

10

Prob.

0.30

0.15

0.14

0.11

0.10

0.08

0.05

0.03

0.02

0.015

0.005

5. A merchant has a contractual obligation to sell two diamonds over the next three months. He currently does not own any diamonds, but can buy them from his partners at any time. The price he must pay fluctuates from month to month as shown below. Once the merchant acquires a diamond he can sell it in the current month or save it to sell in a later month. The sales prices for each of the three months are also given below. We can buy or sell two diamonds in the same month but, because of insurance stipulations, only one diamond can be held at the end of a given month. Use dynamic programming to determine the merchant's optimal plan for acquiring and selling two diamonds.

Per Diamond Purchase/SalesPrice

Month1

Month2

Month3

Pt

$100

$250

$150

St

$200

$300

$225

Hint: let xn = (# diamonds on hand at the beginning of stage n, cumulative # sold up to the beginning of stage n).

6. A politician is trying to make the most out of her $500 thousand promotional budget over the next four weeks. Promotions may be purchased in three states: Nevada, Wisconsin, and New Jersey. Each dollar spent in a state creates a certain promotional impact which is computed by multiplying the amount spent on promotion by the weight of the state in the week in which the promotion is made. The following table shows the weeks in which each state can be promoted and the weight of the state for the week.

Additionally, we have the following constraints: In weeks 1 and 2 we must spend at least as much in NV as we spend in WI and we must spend at least as much in WI as we spend in NJ. In week 3 we must spend at least as much in WI as we spend in NJ. Finally, we cannot spend more than $200 thousand in a single state during a single week. Use dynamic programming to find the optimal allocation the politician's funds.

Week1

Week2

Week3

Week4

NV (10)

NV (15)

-

-

WI (15)

WI (20)

WI (30)

-

NJ(20)

NJ (30)

NJ (35)

NJ(40)

So, for example, if $100 is spent in WI in week 2 and $200 is spent in NJ in week 3, the total promotional impact is 20*100 + 40*200 = 10,000. Additionally, we have the following constraints: In weeks 1 and 2 we must spend at least as much in NV as we spend in WI and we must spend at least as much in WI as we spend in NJ. In week 3 we must spend at least as much in WI as we spend in NJ. Finally, we cannot spend more than $200 thousand in a single state during a single week.

Reference no: EM131005581

Questions Cloud

Patient volumes for a radiology clinic are observed : Patient volumes for a radiology clinic are observed to have the following time-series data: Monday = 25, Tuesday = 28, Wednesday = 32, Thursday =26, and Friday= 30. Using a 5-day moving average and ignoring weekend volumes, what is the projection for..
Determine the divergence of the given vector field : Determine the divergence of the given vector field: ∇ · (3xi→ + y2j→ + z3k→) Please show all work, so hopefully, I can understand the solution process.
Find expressions for the events : 1. A coin is to be tossed until a head appears twice in a row. What is the sample space for this experiment? If the coin is fair, what is the probability that it will be tossed exactly four times? 2. Let E, F, G be three events. Find expressions f..
What is the basic purpose of the world trade organization : What is the basic purpose of the World Trade Organization?
What strategy will each of the players use : Three players (Cornelius, Oscar, and Reid) enter a game. Cornelius uses the conservative approach to decision making, Oscar uses the optimistic approach, and Reid uses the minimax regret approach. What strategy will each of the players use
Characteristics of the concrete operational stage : What are the major characteristics of the concrete operational stage - How might cultural practices affect children's mastery of Piagetian tasks, especially those associated with schooling?
Use of total quality management : As pioneers in the sneaker industry, B-Goldstars' main goal is to surpass client desires through the use of Total Quality Management
Regarding the macro-equilibrium and fiscal policy : Based on what we have learned so far regarding the macro-equilibrium and fiscal policy, critically discuss the claim by some economists (like Paul Krugman) who have suggested that austerity measures have amplified the economic slump in Europe (Greece..
Calculate the expected photocurrent un der these cond itions : Assume you. have a photodctcctor with a current rcsponsi vity of 5 AJW. A continuous wave HeNe laser with wavelength of 632.8 nm and spot size of 0.5 mm2 is incident on the active area of the detector. Assume that 6.37 x 1021 photons per m..

Reviews

Write a Review

Operation Management Questions & Answers

  Identification and explanation of at least four risks impact

Complete a Financial Risk Assessment for acquiring the new technology company by identification and explanation of at least four risks which could impact your organization.

  Why and what significance does a high or low level

Financial planning is very important in todays economy but uncertainty plays a very significant role in forecasting. Why and what significance does a high or low level of uncertainty translate into? what can one do to minimize their effects? Suppo..

  Discuss application of the 3 stages of facility location

Read the Location Selection through Integrated Systems Management article. Define Integrated Systems Management in your own words.

  Restraining force in a force field analysis

Using the example of starting a new exercise program which of the following would be a restraining force in a force field analysis? A) Concern for health B)No regular exercise partner C) coworkers entering a 10k run D)dissatisfaction with appearance.

  What did the individuals you listed do that demonstrated

Provide 2-3 examples of when you witnessed authentic leadership. What did the individuals you listed do that demonstrated authenticity and how does this compare to the findings of this week's journal article?

  Prepare capital budget analysis

Based on the inputs below prepare a capital budget analysis for this Base Case using the Net Present Value, Internal Rate of Return and Profitability Index determining whether the project is feasible. Please show your spreadsheet calculations and you..

  What are areas of social responsibility or sustainability

IKEA child labor law case - What are the areas of social responsibility or sustainability (environmental, social or economic) that apply to this case and how do they apply?

  Math and philosophy department is charged with developing

In order to launch a new degree program, M&P needs to get approval for an initial proposal which contains an overall justification and description of the general type and number of courses that will be required. If the department starts now, what is ..

  Psychological adjustment or socio-cultural adjustment

Which do you believe is more difficult for most global managers: psychological adjustment or socio-cultural adjustment? Why?

  Factors that employers must consult workforce representative

What are the five factors that employers must consult workforce representatives on?

  Find ways to improve and enhance a company''s products

This is concerned with tracking a strategy as it is being implemented, detecting problems or changes in its underlying premises, and making necessary adjustments.

  Which is a windows feature that provides options

Utility systems are customized by using the control panel, which is a Windows feature that provides options that set default values for the Windows operating system.

Free Assignment Quote

Assured A++ Grade

Get guaranteed satisfaction & time on delivery in every assignment order you paid with us! We ensure premium quality solution document along with free turntin report!

All rights reserved! Copyrights ©2019-2020 ExpertsMind IT Educational Pvt Ltd