Question

I have answered part I but I am having trouble with part II. I am providing...

I have answered part I but I am having trouble with part II. I am providing part I so all the information is listed but part I is not what I need help with.

How do you play two dice Bunco?

  • There are six rounds, one for each of the possible outcomes in a die, namely the numbers one through six.
  • Going clockwise, players take turns rolling two dice trying to score points. Points are usually awarded as such: 21 points if both dice match the current round number (a "Bunco"); five points are awarded if both dice match each other, but do not match the current round number (a "Mini Bunco"). Finally, one point is awarded for a single die matching the current round number.
  • If points are scored, the player gets to roll again, continuing to add to their score. If no points are awarded, the player's turn ends and the dice are passed to the next player.
  • At the end of the game, the winners get prizes for accomplishments such as the highest score, the lowest score, or the most buncos.

Part I: Complete the following steps assuming the round number is 6:

  1. What is the probability that the player rolls two distinct numbers different than six or rolls exactly one six (no points or one point)?
  2. What is the probability that the player rolls two of the same number but no six, i.e., two 1s, or two 2s, and so on (five points Mini Bunco)?
  3. What is the probability that the player rolls two 6s (21 points Bunco)?
  4. Compute the total of the probabilities found in the three previous questions.
  5. If the player wins a dollar for every point, he/she gets and losses three dollars for getting no points, what are the expected winnings or losses on each roll?

Part II: Based on your work in Part I, discuss the following:

  1. Describe the sample space when rolling two dice once. How can identifying all the elements of the sample space help you answer the questions in Part I?
  2. Determine if “rolling two different numbers different than six” or “rolling exactly one six” are mutually exclusive events. Justify your answer. Explain how this information can help you answer question one, Part I.
  3. Describe the relationship between odds and probability. Explain how you can use the result in question three, Part I to find the odds of getting a Bunco in a single roll.
  4. What does the result found in question four, Part I imply about these events? Explain how you have used the answers to questions one and two, Part I to get the answer to question three, Part I.
  5. Interpret the answer to question five, Part I.
  6. Discuss the advantages of understanding probabilities when playing dice games.
  7. Think of another scenario where probabilities can be used. Discuss the advantages of using probabilities in the context of the scenario you created.
0 0
Add a comment Improve this question Transcribed image text
Know the answer?
Add Answer to:
I have answered part I but I am having trouble with part II. I am providing...
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
  • 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...

  • Daniel Reisman of Niverville, NY submitted the followine question to Marilyn vos Savant's December 27, 1998,...

    Daniel Reisman of Niverville, NY submitted the followine question to Marilyn vos Savant's December 27, 1998, Parade Magazine column, "Ask Marilyn." At a monthly 'casino night,' there is a game called Chuck-a-Luck. Three dice are rolled in a wire cage. You place a bet on any number from 1 to 6. If any one of the three dice comes up with your number, you win the amount of your bet. (You also get your onen stake back). If more than...

  • #2 New Turn Rules A frustrating aspect of programming on a project with other programmers is the ...

    #2 New Turn Rules A frustrating aspect of programming on a project with other programmers is the fact that everyone solves problems in different ways. Just when you think you know which way things are headed, someone throws a snag in your design. Objects needed: Die Attributes Current value of the die Actions roll the die DiceSet Attributes An array of six Die The number of dice available to roll. When this number reaches 0, it is reset to 6....

  • 1. Daniel Reisman of Niverville, NY submitted the following question to Marilyn vos Savant's December 27,...

    1. Daniel Reisman of Niverville, NY submitted the following question to Marilyn vos Savant's December 27, 1998, Parade Magazine column, "Ask Marilyn." At a monthly 'casino night,' there is a game called Chuck-a-luck. Three dice are rolled in a wire cage. You place a bet on any number from 1 to 6. If any one of the three dice comes up with your number, you win the amount of your bet. (You also get your original stake back). If more...

  • The game of Pig is a simple two-player dice game in which the first player to...

    The game of Pig is a simple two-player dice game in which the first player to reach 100 or more points wins. Players take turns. On each turn, a player rolls a six-sided die: If the player rolls a 1, then the player gets no new points and it becomes the other player’s turn. If the player rolls 2 through 6, then he or she can either ROLL AGAIN or HOLD:      At this point, the sum of all rolls...

  • Please i need helpe with this JAVA code. Write a Java program simulates the dice game...

    Please i need helpe with this JAVA code. Write a Java program simulates the dice game called GAMECrap. For this project, assume that the game is being played between two players, and that the rules are as follows: Problem Statement One of the players goes first. That player announces the size of the bet, and rolls the dice. If the player rolls a 7 or 11, it is called a natural. The player who rolled the dice wins. 2, 3...

  • Two player Dice game In C++ The game of ancient game of horse, not the basketball...

    Two player Dice game In C++ The game of ancient game of horse, not the basketball version, is a two player game in which the first player to reach a score of 100 wins. Players take alternating turns. On each player’s turn he/she rolls a six-sided dice. After each roll: a. If the player rolls a 3-6 then he/she can either Roll again or Hold. If the player holds then the player gets all of the points summed up during...

  • can someone help me fix my jeopardy dice game I am having a hard time figuring...

    can someone help me fix my jeopardy dice game I am having a hard time figuring out what i am doing wrong #include #include using namespace std; //this function makes a number between 1 and 6 come out just like a dice int rollDie() { return (rand() % 6+1); } //this function asks the user with a printed statement if they want to roll the dice and gives instructions for yes and no (y/n) void askYoNs(){ cout<<"Do you want to...

  • Using MATlLab You are playing the board game “Risk” when your friend asks you: “Do you...

    Using MATlLab You are playing the board game “Risk” when your friend asks you: “Do you think it is more likely to roll a total of eight or nine when rolling three dice?” Develop a program to determine if the probability of rolling an eight or a nine is greater To do this, you will need to check every possible combination of dice rolls (for example: 1-1-1, 1-2-3, 6-6-6) Hint: Nested for loops to count rolls of eight and nine...

  • Problem 9 A single game of craps (a dice game) consists of at most two rolls...

    Problem 9 A single game of craps (a dice game) consists of at most two rolls of a pair of six sided dice. The ways to win are as follows: Win-the first roll of the pair of dice sums to either 7 or 1 (you win, game over, no second roll Win the first roll of the pair of dice does NOT sum to either 7 or 1 but the sum of the second roll is equal to the sum...

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