Question

Exercise 12.22. Yahtzee. In a dice game, a Yahtzee is a result in which all five dice within a round have the same value. T

0 0
Add a comment Improve this question Transcribed image text
Answer #1

The probability of getting a Yahtzee in one round is first computed as:

There are a total of 65 possibilities in a throw of 5 dice and the number of ways a Yahtzee could be obtained is when all show the same face (one of the 6 faces ) so 6 ways. Therefore probability of getting a yahtzee in one round is computed as: 6/65 = 1/64

Now for 3 independent rounds, the total number of times he gets a yahtzee could be modelled as a binomial distribution such that:

X \sim Bin(n = 3, p = \frac{1}{6^4})

Now the variance for the above binomial distribution could be obtained easily as:

V(X) = pn(1-p) = \frac{3}{6^4}(1- \frac{1}{6^4}) = 0.002313

Therefore 0.002313 is the required variance here.

Add a comment
Know the answer?
Add Answer to:
Exercise 12.22. Yahtzee. In a dice game, a "Yahtzee" is a result in which all five dice within a ...
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. Our experts will answer your question WITHIN MINUTES for Free.
Similar Homework Help Questions
  • In the game of Yahtzee®, players roll five dice simultaneously to try to make certain combinations....

    In the game of Yahtzee®, players roll five dice simultaneously to try to make certain combinations. In a single turn, a player may roll up to three total times. On the first roll, the player rolls all five dice. On subsequent rolls, the player may choose to roll any number of the five dice ("keeping" dice by leaving selected unrolled dice on the table). If a player's first roll results in exactly three 5's (e.g., 2-5-5-3-5), what is the probability...

  • In Yahtzee, five dice are rolled, then any number of those may be rerolled, and finally,...

    In Yahtzee, five dice are rolled, then any number of those may be rerolled, and finally, any of the dice may be rolled in a third round. The highest scoring result is having all five dice show the same number, called a Yahtzee, and for style points you want your Yahtzee to be all sixes. What is the probability of getting an all six-Yahtzee?

  • I need java code for this . The assignment requires using objects Exercise 2 of 2:...

    I need java code for this . The assignment requires using objects Exercise 2 of 2: Create a program that lets the player play a simplified game of Yahtzee. The game starts with the user throwing five 6-sided dice. The user can choose which dice to keep and which dice to re-roll. The user can re-roll a maximum of 2 times. After two times, the user has 5 dice with a certain value. The player then has to choose where...

  • Develop a C++ program which will play a simplified version of the dice game Yahtzee For...

    Develop a C++ program which will play a simplified version of the dice game Yahtzee For simplicity, this version of the game only uses four dice No prompting of the user for input values is required Simply use four variables called A, B, C, D to maintain dice roll values int A = 2; No input validation is required as well From the input you will determine if the player rolled 4 of a kind, 3 of a kind, 2...

  • Write a program which implements a dice game. Name your program file 'YourUsernameA105.py, e.g. afer023A1Q5.py. The...

    Write a program which implements a dice game. Name your program file 'YourUsernameA105.py, e.g. afer023A1Q5.py. The aim of the game is to reach a score as close as possible to 100 (but not over 100) in three rounds. Each round consists of throwing five random dice, the user then chooses two of the dice values where the two dice values chosen form a two digit score which is added to the user's current total, e.g., if the user first chooses...

  • The Dice game of "Pig" can be played with the following rules. 1. Roll two six-sided dice. Add the face values...

    The Dice game of "Pig" can be played with the following rules. 1. Roll two six-sided dice. Add the face values together. 2. Choose whether to roll the dice again or pass the dice to your opponent. 3. If you pass, then you get to bank any points earned on your turn. Those points become permanent. If you roll again, then add your result to your previous score, but you run the risk of losing all points earned since your...

  • Complete each problem separately and perform in python. 1. Create a script that will roll five...

    Complete each problem separately and perform in python. 1. Create a script that will roll five dice and print out their values. Allow the user to roll the dice three times. Prompt them to hit enter to roll. Ex: Hit enter to roll 1,4,3,6,6 Hit enter to roll 3,5,1,2,1 Hit enter to roll 4,3,4,2,6 2. Write a script that will roll five dice (just one time). The user's score will be the sum of the values on the dice. Print...

  • C or C++ Project Overview Wild, Wild, West! Dice Game The Wild, Wild, West! is an...

    C or C++ Project Overview Wild, Wild, West! Dice Game The Wild, Wild, West! is an elimination dice game. It can be played by any number of players, but it is ideal to have three or more players. Wild, Wild, West! Requires the use of two dice. At the start of the game, each player receives a paper that will track the number of lives that player has. Each player starts the game with 6 lives. In the first round,...

  • In the carnival game​ Under-or-Over-Seven, a pair of fair dice is rolled​ once, and the resulting...

    In the carnival game​ Under-or-Over-Seven, a pair of fair dice is rolled​ once, and the resulting sum determines whether the player wins or loses his or her bet. For​ example, using method​ one, the player can bet $2.00 that the sum will be under​ 7, that​ is, 2,​ 3, 4,​ 5, or 6. For this​ bet, the player wins ​$2.00 if the result is under 7 and loses ​$2.00 if the outcome equals or is greater than 7.​ Similarly, using...

  • 1. Problem Description Language: JAVA The game of Poker Dice is a bit like standard poker...

    1. Problem Description Language: JAVA The game of Poker Dice is a bit like standard poker but played with dice instead of cards. In this game, five fair dice are rolled. We will recognize one of seven different hands, in order of increasing value: None alike: Five distinct die values occur. Example: 1, 3, 4, 5, 6 One Pair: Four distinct die values occur; one die value occurs twice and the other three die values occur once each. Example: 1,...

ADVERTISEMENT
Free Homework Help App
Download From Google Play
Scan Your Homework
to Get Instant Free Answers
Need Online Homework Help?
Ask a Question
Get Answers For Free
Most questions answered within 3 hours.
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT