Question

In: Economics

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?

Solutions

Expert Solution

Answer:--
1 2 r p s
R (0,0) (-1,1) (1,-1)
P (1,-1) (0,0) (-1,1)
S (-1,1) (1,-1) (0,0)
Rock Paper Scissors game pay offs
Rock-Paper-Scissors, don't have a pure strategy equilibrium. In this game, if Player 1 chooses R, Player 2 should choose p, but if Player 2 chooses p, Player 1 should choose S. This continues with Player 2 choosing r in response to the choice S by Player 1, and so forth.

In games like Rock-Paper-Scissors, a player will want to randomize over several actions. If a player randomly chooses a pure strategy, we say that the player is using a "mixed strategy." In a pure strategy a player chooses an action for sure, whereas in a mixed strategy, he chooses a probability distribution over the set of actions available to him.

Probability that one of the players is choosing amongst rock, paper and scissors randomly = 1/3

Probability that both players pick the same item = Probability that both players pick the rock + Probability that both players pick the paper + Probability that both players pick the scissors

= (1/3) * (1/3) + (1/3) * (1/3) + (1/3) * (1/3)

= 1/3

Probability that both players pick the different item = 1 - (1/3) = 2/3

Given X be the number of times the game is played until someone wins with probability = 2/3.

So, X will follow geometric distribution where the probability of success on each trial is p = 2/3 and the probability function of X is given as,

Pr(X = k) = (1/3)k-1 (2/3)

for k = 1, 2, 3, .


Related Solutions

Write a Java class that determines the winner of a rock, paper scissors game. Assume the...
Write a Java class that determines the winner of a rock, paper scissors game. Assume the input from the user is always valid (so no need to check), that is it contains either one of `R`, `P`, or `S` as a single character, or has matching parenthesis, like, `(S&P)` or `((R&P)&S)`, and the `&` character. So for example, the user inputs `(P&R)` and the program will output `P` since paper beats rock. Or if the user inputs `((S&R)&(S&S))` the output...
Solve the scissors, paper, rock game. This game is well known in many parts of the...
Solve the scissors, paper, rock game. This game is well known in many parts of the world. Two players simultaneously present a hand in one of three positions: an open hand (paper), a closed fist (rock), or two open fingers (scissors). The payoff is 1 unit according to the rule “Paper covers rock, rock breaks scissors, and scissors cut paper.” If both players present the same form, the payoff is 0. Set up the payoff matrix for the game and...
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...
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...
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...
Rock, Paper, Scissors Game Write a Python program rps.py that lets the user play the game...
Rock, Paper, Scissors Game Write a Python program rps.py that lets the user play the game of Rock, Paper, Scissors against the computer. The program should work as follows: You can set these constant global variables at the top outside of your main function definition: COMPUTER_WINS = 1 PLAYER_WINS = 2 TIE = 0 INVALID = 3 ROCK = 1 PAPER = 2 SCISSORS = 3 For this program 1 represents rock, 2 represents paper, and 3 represents scissors. In...
One file java program that will simulate a game of Rock, Paper, Scissors. One of the...
One file java program that will simulate a game of Rock, Paper, Scissors. One of the two players will be the computer. The program will start by asking how many winning rounds are needed to win the game. Each round will consist of you asking the user to pick between rock, paper, and scissors. Internally you will get the computers choice by using a random number generator. Rock beats Scissors, Paper beats Rock, and Scissors beats Paper. You will report...
Please write a scheme code for the rock paper scissors game between a player and the...
Please write a scheme code for the rock paper scissors game between a player and the computer (AI). In scheme programming language please.
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...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT