Question

Question 13 A number generated by a single roll of three dice can be simulated in Excel using a formula: = RAND(1,6) + RAND(1

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

Option 4

The correct answer is option 4 because the formula for calculating a number rolled by a single dice is =RANDBETWEEN(1,6). Hence, since there are 3 dices, the number will be a sum of all the 3 dices i.e =RANDBETWEEN(1,6) + =RANDBETWEEN(1,6) + =RANDBETWEEN(1,6).

Add a comment
Know the answer?
Add Answer to:
Question 13 A number generated by a single roll of three dice can be simulated in...
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
  • // This program creates a simulated player who takes one turn in the // Pig dice...

    // This program creates a simulated player who takes one turn in the // Pig dice game. The simulated player keeps rolling the die until // the total for the turn is 20 or greater, or until a 1 is rolled. // If a 1 is rolled, the player's score for the turn is 0. Otherwise // the player's score is the sum of the rolls for the turn. // ///////////////////////////////////////////////////////////////////// #include<iostream> #include<cstdlib> #include<time.h> using namespace std; int randNumGen(int upper,...

  • PYTHON: Dice Rolling Write a script that takes input for the number of dice to roll...

    PYTHON: Dice Rolling Write a script that takes input for the number of dice to roll and for the number of sides for the dice. Roll that many n-sided dice and store the values an array. Take the number of sides of the dice and the number of dice as typed inputs from the user. Output should be a comma separated list of the die numbers with no spaces like this: 6,4,1,3,1 Write a script that will simulate the roll...

  • 1. You roll a pair of standard dice. Create the sample space for a single roll...

    1. You roll a pair of standard dice. Create the sample space for a single roll of the dice and use the sample space to compute the following probabilities. A. Create a sample space. B. P ( getting a 1 on the first die or getting a 5 on the second die) C. P (Sum of the dice = 10) D. P ( getting a 3 on the second die given that you got a 2 on the first die)...

  • . Three Dice of a Kind Consider the following game: You roll six 6-sided dice d1,…,d6...

    . Three Dice of a Kind Consider the following game: You roll six 6-sided dice d1,…,d6 and you win if some number appears 3 or more times. For example, if you roll: (3,3,5,4,6,6) then you lose. If you roll (4,1,3,6,4,4) then you win. What is the probability that you win this game?

  • 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...

  • You play a game in which you roll a number n of dice. You win if...

    You play a game in which you roll a number n of dice. You win if you roll at least one 6, but no 1s or 2s; and, otherwise, you lose. What is the optimal number of dice to roll in this situation? Choose the best answer. A) 1 B) 2 C) 3 D) 4

  • 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...

  • Consider three six-sided dice, and let random variable Y = the value of the face for...

    Consider three six-sided dice, and let random variable Y = the value of the face for each. The probability mass of function of Y is given by the following table: y 1 2 3 4 5 6 otherwise P(Y=y) 0.35 0.30 0.25 0.05 0.03 0.02 0 Roll the three dice and let random variable X = sum of the three faces. Repeat this experiment 50000 times. Find the simulated probability mass function (pmf) of random variable X. Find the simulated...

  • 1. What is the probability of not getting an even number on a single roll of...

    1. What is the probability of not getting an even number on a single roll of dice? 2. What is the probability of getting a sum equal to 9 when a dice is rolled twice? 3. A raffle has 5 prizes and 25 blanks. A ticket is drawn at random. What is the probability of getting a prize?

  • Write a Code in Java or Python, for the following scenario(s): Consider three six-sided dice, and...

    Write a Code in Java or Python, for the following scenario(s): Consider three six-sided dice, and let random variable Y = the value of the face for each. The probability mass of function of Y is given by the following table: y 1 2 3 4 5 6 otherwise P(Y=y) 0.35 0.30 0.25 0.05 0.03 0.02 0 Roll the three dice and let random variable X = sum of the three faces. Repeat this experiment 50000 times. Find the simulated...

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