Question

imagine a simple game where you roll two dice at the same time.Your"score"for the round is...

imagine a simple game where you roll two dice at the same time.Your"score"for the round is equal to the higher value of the two dice. So, if you tolled a 1 and 4, your score for that round would be 4. If you rolled two 4s, your score for that round would also be 4.

Simulate 1,000,000 round of this game.

1) What is the average score for all 1,000,000 rounds of your simulation?

2? In your simulation, what percent of the rounds had a score of either 1 or 2?

Homework Answers

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
Chicago is a group dice game that requires no skill. The objective of the game is...
Chicago is a group dice game that requires no skill. The objective of the game is to accumulate points by rolling certain combinations (GamezBuff, 2017). How do you play Chicago? There are eleven rounds in the game, one for each combination that can be made by adding two dice, namely the numbers two through 12. Each round has a target combination starting with two and going up all the way to 12. Going clockwise, the players take turns to roll...
You and a friend are rolling a set of 6 dice. The game works such that...
You and a friend are rolling a set of 6 dice. The game works such that if a die shows the values 1, 2, or 3 you will get a point for that die. Each die that shows 4, 5, or 6 your friend will get a point for. Construct a probability model for a single roll of the dice then answer the following. Step 1 of 5: What is the probability you made 2 points? Step 2 of 5:...
A game consists of rolling two dice. The game costs $2 to play. You roll a...
A game consists of rolling two dice. The game costs $2 to play. You roll a two dice. If the outcome totals 9 you get $10. Otherwise, you lose your $2. Should you play the game? Explain using probability.
You roll two six-sided fair dice. a. Let A be the event that either a 3...
You roll two six-sided fair dice. a. Let A be the event that either a 3 or 4 is rolled first followed by an odd number. P(A) =   Round your answer to four decimal places. b. Let B be the event that the sum of the two dice is at most 7. P(B) =  Round your answer to four decimal places.
The following game is played in a casino. The participant would roll two fair dice and...
The following game is played in a casino. The participant would roll two fair dice and if they sum to 8 or higher, the participant wins 4$ otherwise they lose 3$. What is the expected payout the casino will make as each game is played?
Consider the following game. You roll two fair dice. If you roll a sum of 8,...
Consider the following game. You roll two fair dice. If you roll a sum of 8, you win $9. Otherwise, you lose $1. Find the expected value (to you) of the game. A) $0.39 B) $1.25 C) $0.09 D) $0.00 E) -$0.50
   Dice Game – Accumulator Pattern and Conditionals (40 pts) IN PYTHON Write a program dicegame.py...
   Dice Game – Accumulator Pattern and Conditionals (40 pts) IN PYTHON Write a program dicegame.py that has the following functions in the following order: in python Write a function roll that takes an int n and returns a random number between 1 and n inclusive. Note: This function represents a n sided die so it should produce pseudo random numbers. You can accomplish this using the random module built into python.         (3 pts) Write a function scoreRound that...
Suppose you play a game in which you charge someone $10 to roll two dice. If...
Suppose you play a game in which you charge someone $10 to roll two dice. If they get doubles (either two ones, two twos, two threes, etc.), then you pay them $50 (for a net profit of $ -40 to you). If they don’t get doubles, then you keep their $10. a. Write out a probability distribution for X, the net profit to you. b. What is the expected value of the game from your point of view?
You roll two six-sided fair dice. a. Let A be the event that either a 3...
You roll two six-sided fair dice. a. Let A be the event that either a 3 or 4 is rolled first followed by an odd number. P(A) =   Round your answer to four decimal places. b. Let B be the event that the sum of the two dice is at most 7. P(B) =  Round your answer to four decimal places. c. Are A and B mutually exclusive events? No, they are not Mutually Exclusive Yes, they are Mutually Exclusive d....
1) A dice game involves rolling 2 dice. If a 2, 3, 4, 10, 11, or...
1) A dice game involves rolling 2 dice. If a 2, 3, 4, 10, 11, or 12 (the sum of the two) is rolled, you win $5.00. If you roll a 5, 6, 7, 8, or 9 you lose $5.00. Find the expected value per play. Please explain the work in detail