Question

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 of the three players select the same item and the third player selects a different item. Player C will win the game if every player selects a different item. If Player B wins the game, he or she will be paid $1. Assuming that the expected winnings should be the same for each player to make this a fair game, how much should Players A and C be paid if they win the game?

Homework Answers

Answer #1

Let Xa, Xb, Xc be the amount paid if they win the game. Here Xa = 1

Each player can select Rock, Paper, or Scissors with equal probability.

so prob( A win ) = Prob( All three select same item )

= prob( All select Rock ) + Prob( all select papaer ) + prob ( all select scissor)

= 1 /3 x 1/3 x 1/3 + 1 /3 x 1/3 x 1/3 + 1 /3 x 1/3 x 1/3

= 1/9

Prob( C win ) = prob( A choose rock)xProb(B choose paper) x prob( c choose scissor) x 3!

= 1 /3 x 1/3 x 1/3 x 6

= 2/9

Prob( B win ) = Prob( two select same and one different)

=1 - prob( A win ) - Prob( B win )

= 1 - 1/9 - 2/9

= 2 /3

For a fair game the expected value should be same

so

1 x 1/9 = Xb x 2/3 = Xc x 2/9

Therefore Xb = 1/6 dollar

Xc = 1/2 dollar

Know the answer?
Your Answer:

Post as a guest

Your Name:

What's your source?

Earn Coins

Coins can be redeemed for fabulous gifts.

Not the answer you're looking for?
Ask your own homework help question
Similar Questions
Using Java, write a program that allows the user to play the Rock-Paper-Scissors game against the...
Using Java, write a program that allows the user to play the Rock-Paper-Scissors game against the computer through a user interface. The user will choose to throw Rock, Paper or Scissors and the computer will randomly select between the two. In the game, Rock beats Scissors, Scissors beats Paper, and Paper beats Rock. The program should then reveal the computer's choice and print a statement indicating if the user won, the computer won, or if it was a tie. Allow...
Consider a modified sequential version of Paper Scissors Rock where Player 1 goes first and chooses...
Consider a modified sequential version of Paper Scissors Rock where Player 1 goes first and chooses Paper, Scissors or Rock, and Player 2 goes second and chooses Paper, Scissors, or Rock. For each player, a win gets a payoff of 1, a loss gets a payoff of -1, and a tie get a payoff of 0. (a) (9 points) Write out the entire game tree for this sequential game. (b) (4 points) Find all the subgame perfect equilibria using backwards...
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 probability that you win exactly three of the seven games played? (To four decimal...
The following data was obtained while watching the game Rock-Paper-Scissors. Each value represents the number of...
The following data was obtained while watching the game Rock-Paper-Scissors. Each value represents the number of times a player used rock, paper, or scissors. Is there enough evidence to support that the moves (rock, paper, and scissors) are equally likely?   Move Frequency Rock 59 Paper 56 Scissors 48
Code the Rock Paper Scissors program: a. Get a move choice from player A which must...
Code the Rock Paper Scissors program: a. Get a move choice from player A which must be R, P, S or r, p, s Exit with System.exit(0) and an error msg if the user fails to respond correctly b. Get a move choice from player B in the same manner Again, Exit with System.exit(0) and an error msg if the user fails to respond correctly c. Display the results using the accepted phrases from the game Rock breaks Scissors, Paper...
Nicolás is a great bettor in the famous game of "rock, paper or scissors" and whenever...
Nicolás is a great bettor in the famous game of "rock, paper or scissors" and whenever he can, he tries to hunt bets with his friends. Carlos and Camila are two of them. Nicolás estimates that the next bet will be made with Carlos with a triple probability than he will do with Camila. If he faces Carlos, they will play 2 times, while if he faces Camila, they will play 3 times. In each bet, Nicolás pays $ 1.5...
Rock-Paper-Scissors The table below shows the choices made by 122 players on the first turn of...
Rock-Paper-Scissors The table below shows the choices made by 122 players on the first turn of a Rock-Paper-Scissors game. Recall that rock beats scissors which beats paper which beats rock. A player gains an advantage in playing this game if there is evidence that the choices made on the first turn are not equally distributed among the three options. Use a goodness-of-fit test to see it there is evidence that any of the proportions are different from 1 3 ....
You and your opponent are to play rock paper scissors. if you win, you receive $1...
You and your opponent are to play rock paper scissors. if you win, you receive $1 from your opponent. If you lose, you give $1 to your opponent. If the game is tied, both of you received and lost nothing, please find the minimax (randomized) action for a player and the relationship to Bayes decision.
1. When playing Rock-Paper-Scissors, each player has the strategies Rock, Paper, and Scissors (abbreviated as R,...
1. When playing Rock-Paper-Scissors, each player has the strategies Rock, Paper, and Scissors (abbreviated as R, P, and S). What strategy did each player choose in the strategy profile (P, S), and who won? 2. When playing Rock-Paper-Scissors, each player has the strategies Rock, Paper, and Scissors (abbreviated as R, P, and S). How would Player 2's preferences rank the strategy profiles (P, R) and (S, S)? Group of answer choices They would be indifferent between (P, R) and (S,...
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.4. 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...
ADVERTISEMENT
Need Online Homework Help?

Get Answers For Free
Most questions answered within 1 hours.

Ask a Question
ADVERTISEMENT