Question

In: Economics

1. You are playing rock, paper, scissors with a friend. Each time you win, your friend...

1. You are playing rock, paper, scissors with a friend. Each time you win, your friend gives you a dollar. Each time you lose, you pay your friend a dollar. Both of you play optimally with a mixed strategy of playing rock, paper, and scissors exactly one-third of the time each in a completely unpredictable way. Suddenly, a third person enters the room and offers to pay your friend (not you) 50 cents each time your friend throws a rock. What is your friend’s optimal strategy now? What is your optimal strategy?

Solutions

Expert Solution

The payoff table for the game:

FRIEND
Rock Paper Scissors
ME Rock 0, 0 -1, 1 1, -1
Paper 1, -1 0, 0 -1, 1
Scissors -1, 1 1, -1 0, 0

As we see, this is a zero sum game. Here, the strategy is to play rock, paper or scissors with probbility 1/3 for each of the players.  

When a third perosn enters, Friend gets $0.50 each time he throws Rock. So, the new payoff table will be:

FRIEND
Rock Paper Scissors
ME Rock 0, 0.50 -1, 1 1, -1
Paper 1, -0.50 0, 0 -1, 1
Scissors -1, 1.50 1, -1 0, 0

Now my Frend's optimal strategy is to play Rock. He will get a higher payoff against whatever I play compared to earlier. And if I play Scissors when he plays Rock, his payoff is optimal.  My optimal strategy is to play Paper. Because I know Friend will play Rock and my optimal strategy will be Paper against his Rock.


Related Solutions

You are playing rock, paper, scissors (RPS) with a friend. Because you are good at predicting...
You are playing rock, paper, scissors (RPS) with a friend. Because you are good at predicting your friend’s strategy, there is a 60% chance each time that you play her, that you win. You play 7 games of rock, paper scissors with your friend and would like to know how many of them you win. Use this information to answer the following questions. 1. What is the random variable in this example? a. X = number of times your friend...
Suppose you play rock paper scissors against a computer: *you gain $1 for each win *you...
Suppose you play rock paper scissors against a computer: *you gain $1 for each win *you lose $1 for each lost if it is a tie, nothing happens you choose rock 50% of the time and the others 25% of the time let x be a random variable that represents the amount of money you earn after one game. (a) find the probability distribution of X (b) what is your average payoff after 20 games? (c) what is the standard...
You consider yourself a bit of an expert at playing rock-paper-scissors and estimate that the probability...
You consider yourself a bit of an expert at playing rock-paper-scissors and estimate that the probability that you win any given game is 0.45. In a tournament that consists of playing 60 games of rock-paper-scissors let X be the random variable that is the of number games won. Assume that the probability of winning a game is independent of the results of previous games. You should use the normal approximation to the binomial to calculate the following probabilities. Give your...
Kim and Kanye are playing a single game of Rock-Paper-Scissors. They have complete information. The winner...
Kim and Kanye are playing a single game of Rock-Paper-Scissors. They have complete information. The winner must pay the loser $1,000. If they make the same choice they each get nothing. What is the Nash equilibrium for the game?
In the game Rock Paper Scissors, two players simultaneously choose one of three options: rock, paper,...
In the game Rock Paper Scissors, two players simultaneously choose one of three options: rock, paper, or scissors. If both players choose the same option, then the result is a tie. However, if they choose differently, the winner is determined as follows: • Rock beats scissors, because a rock can break a pair of scissors. • Scissors beats paper, because scissors can cut paper. • Paper beats rock, because a piece of paper can cover a rock. Create a game...
In the game Rock Paper Scissors, two players simultaneously choose one of three options: rock, paper,...
In the game Rock Paper Scissors, two players simultaneously choose one of three options: rock, paper, or scissors. If both players choose the same option, then the result is a tie. However, if they choose differently, the winner is determined as follows: • Rock beats scissors, because a rock can break a pair of scissors. • Scissors beats paper, because scissors can cut paper. • Paper beats rock, because a piece of paper can cover a rock. Create a game...
1. Have you ever played rock-paper-scissors (or Rochambeau)? It’s considered a “fair game” in that the...
1. Have you ever played rock-paper-scissors (or Rochambeau)? It’s considered a “fair game” in that the two players are equally likely to win (like a coin toss). Both players simultaneously display one of three hand gestures (rock, paper, or scissors), and the objective is to display a gesture that defeats that of your opponent. The main gist is that rocks break scissors, scissors cut paper, and paper covers rock. We investigated some results of the game rock-paper-scissors, where the researchers...
Many of you probably played the game “Rock, Paper, Scissors” as a child. Consider the following...
Many of you probably played the game “Rock, Paper, Scissors” as a child. Consider the following variation of that game. Instead of two players, suppose three players play this game, and let us call these players A, B, and C. Each player selects one of these three items—Rock, Paper, or Scissors—independent of each other. Player A will win the game if all three players select the same item, for example, rock. Player B will win the game if exactly two...
Code the game of Rock, Paper, Scissors between a human player and the computer. You can...
Code the game of Rock, Paper, Scissors between a human player and the computer. You can check out the game on Wikipedia if you are not familiar with it. Create a 4 option menu with the human player choices, plus the option of exiting the game. Randomly determine the computer’s choice (although a great deal of AI research has gone in to determining the best computer move). • Loop the game until the human player exits. • Count the number...
ROCK, PAPER, SCISSORS Using C++, you will implement a class called Tool. It should have an...
ROCK, PAPER, SCISSORS Using C++, you will implement a class called Tool. It should have an int field called strength and a char field called type. You may make them either private or protected. The Tool class should also contain the function void setStrength(int), which sets the strength for the Tool. Create 3 more classes called Rock, Paper, and Scissors, which inherit from Tool. Each of these classes will need a default constructor that sets the strength to 1 and...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT