Question

In: Statistics and Probability

(3) In the game of Chuck-a-luck, a player places a $1 bet on a number from...

(3) In the game of Chuck-a-luck, a player places a $1 bet on a number from 1 to 6. Three dice are then rolled. The player wins $1 for each die with the number they bet upon on it.

a. Construct the probability distribution that includes all four events in this game.

b. What is the expected value of this game?

c. Instead of $1, how much should be charged to make this a fair game?

Solutions

Expert Solution

the probability that a die rolled shows the number the player bet upon is 1/6

Let X be the number of dies out of 3, which show the number the player bet upon.

X has a binomial distribution with parameters, number of trials n=3 and success probability p=1/6.

the probabilities for X=0,1,2,3 are

We have 4 possible outcomes/events

  • X=0, No die has the number bet: Payoff for the player = -$1, with a probability 0.5787
  • X=1, 1 die has the number bet: Payoff for the player = $0, with a probability 0.3472
  • X=2, Two dice have the number bet: Payoff for the player = $1, with a probability 0.0694
  • X=3, Three dice have the number bet: Payoff for the player = $2, with a probability 0.0046

a)Let Y be the monetary payoff for the player betting $1 on this game.  The probability distribution of the payoff to the player is

b) The expected value Y is

The expected value of the game is -$0.5

c) Let $m be charged in place of $1. Let the player wins $1 for each die with the number they bet upon on it.

The payoffs are

  • X=0, the payoff is -$m
  • X=1, the payoff is $(1-m)
  • X=2, the payoff is $(2-m)
  • X=3, the payoff is $(3-m)

with the probability distribution of the payoffs are

The expected value of this game is

To make this a fair game, the expected value of the game should be zero.

that is

ans: To make this a fair game, $0.50 should be charged, instead of $1.


Related Solutions

In a game of “Chuck a luck” a player bets on one of the numbers 1...
In a game of “Chuck a luck” a player bets on one of the numbers 1 to 6. Three dice are then rolled and if the number bet by the player appears i times (where i equals to 1, 2 or 3) the player then wins i units. On the other hand if the number bet by the player does not appear on any of the dice the player loses 1 unit. If x is the players’ winnings in the...
In the carnival game chuck-a-luck, three dice are rolled. You make a bet on a particular...
In the carnival game chuck-a-luck, three dice are rolled. You make a bet on a particular number (1, 2, 3, 4, 5, 6) showing up. The payout is 1 to 1 if that number shows on (exactly) one die, 2 to 1 if it shows on two dice, and 3 to 1 if it shows up on all three. (You lose your initial stake if your number does not show on any of the dice.) If you make a $1...
In the game of​ roulette, a player can place a ​$ 4 bet on the number...
In the game of​ roulette, a player can place a ​$ 4 bet on the number 27 and have a StartFraction 1 Over 38 EndFraction 1 38 probability of winning. If the metal ball lands on 27​, the player gets to keep the ​$ 4 paid to play the game and the player is awarded an additional ​$ 140 . ​ Otherwise, the player is awarded nothing and the casino takes the​ player's ​$ 4 . What is the expected...
In the game of​ roulette, a player can place a ​$4 bet on the number 14...
In the game of​ roulette, a player can place a ​$4 bet on the number 14 and have a StartFraction 1 Over 38 EndFraction probability of winning. If the metal ball lands on 14​, the player gets to keep the ​$4 paid to play the game and the player is awarded an additional ​$140. ​ Otherwise, the player is awarded nothing and the casino takes the​ player's ​$4. What is the expected value of the game to the​ player? If...
In the game of​ roulette, a player can place a ​$9 bet on the number 6...
In the game of​ roulette, a player can place a ​$9 bet on the number 6 and have a 1 /38 probability of winning. If the metal ball lands on 6​, the player gets to keep the ​$9 paid to play the game and the player is awarded an additional ​$315 ​Otherwise, the player is awarded nothing and the casino takes the​ player's ​$9. Find the expected value​ E(x) to the player for one play of the game. If x...
Diane has decided to play the following game of chance. She places a $1 bet on...
Diane has decided to play the following game of chance. She places a $1 bet on each repeated play of the game in which the probability of her winning $1 is .6. She has further decided to continue playing the game until she has either accumulated a total of $3 or has lost all her money. What is the probability that Diane will eventually leave the game a winner if she started with a capital of $1? Of $2? capital...
Consider a game in which, simultaneously, player 1 selects any real number x and player 2...
Consider a game in which, simultaneously, player 1 selects any real number x and player 2 selects any real number y. The payoffs are given by: u1 (x, y) = 2x − x2 + 2xy u2 (x, y) = 10y − 2xy − y2. (a) Calculate and graph each player’s best-response function as a function of the opposing player’s pure strategy. (b) Find and report the Nash equilibria of the game. (c) Determine the rationalizable strategy profiles for this game.
5. Solve for Nash Equilibrium in the following 3 Player Game Player 3: Chooses Enter Player...
5. Solve for Nash Equilibrium in the following 3 Player Game Player 3: Chooses Enter Player 2 High Low Player 1 Low 2,0,4 1,1,1 Medium 3,2,3 0,1,0 High 1,0,2 0,0,3 Player 3: Chooses Opt Out Player 2 Player 1 High Low Low 2,0,3 4,1,2 Medium 1,3,2 2,2,2 High 0,0,0 3,0,3
Consider a game in which, simultaneously, player 1 selects a number x ∈ [0, 8] and...
Consider a game in which, simultaneously, player 1 selects a number x ∈ [0, 8] and player 2 selects a number y ∈ [0, 8]. The payoffs are given by: u1(x, y) = 2xy − 8x − x 2 u2(x, y) = 4xy − y 2 (a) Calculate and graph the best responses for each player. (b) What strategies are never played? (c) Find all Nash equilibriums? (d) What is the preferred equilibrium in society? (e) How would we classify...
This is done in C++. This is a game where one player thinks of a number...
This is done in C++. This is a game where one player thinks of a number between 1 and a 1000 and the other player has to guess in 10 tries or less. Allow two variations: the computer to pick the number and the player guesses or the player to pick the number and the computer to guesses. 1 – Player one picks a number 2 – Player two guesses the number. 3 – Player one either confirms that the...
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT