Question

Use a computer to calculate the probability that the sum of outcomes of 5 fair dice...

Use a computer to calculate the probability that the sum of outcomes of 5 fair dice rolls is equal to 21. You may do it in a pencil and paper way. You may not need to provide the source code.

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
Two fair six-sided dice are rolled once. Let (X, Y) denote the pair of outcomes of...
Two fair six-sided dice are rolled once. Let (X, Y) denote the pair of outcomes of the two rolls. a) Find the probability that the two rolls result in the same outcomes. b) Find the probability that the face of at least one of the dice is 4. c) Find the probability that the sum of the dice is greater than 6. d) Given that X less than or equal to 4 find the probability that Y > X.
I need this coded in R: I have a program that simulates a fair dice. The...
I need this coded in R: I have a program that simulates a fair dice. The program rolls a fair coin 100 times and counts the number of 1's. The simulation is repeated 10^5 times and stored the outcomes in x and a histogram is plotted. I need to now draw a bell curve showing normal/gaussian distribution over the histogram. Code I have: dice <- function(n) { sample(c(1:6),n,replace = TRUE) } x<-dice(100) x<-numeric(10^5) for(n in 1:10^5){ x[n]<-sum(dice(100)==1) } hist(x, main="100...
You roll two fair six-sided dice. What is the probability that the sum of the two...
You roll two fair six-sided dice. What is the probability that the sum of the two dice values is exactly five? Be sure to count all possible outcomes. (Hint: The event space has 36 distinct outcomes).
In the rolling of two fair dice calculate the following: P(Sum of the two dice is...
In the rolling of two fair dice calculate the following: P(Sum of the two dice is 6)=  . P(Sum of the two dice is 10)=  . P(Sum of the two dice is not 9)=  . P(Sum of the two dice is 4 or 8)=  . P(Sum of the two dice is not 5 and not 7)=  .
Find the probability of a sum of 20 when rolling 5 fair 6 sided dice
Find the probability of a sum of 20 when rolling 5 fair 6 sided dice
We roll two fair 6-sided dice, A and B. Each one of the 36 possible outcomes...
We roll two fair 6-sided dice, A and B. Each one of the 36 possible outcomes is assumed to be equally likely. a. Find the probability that dice A is larger than dice B. b. Given that the roll resulted in a sum of 5 or less, find the conditional probability that the two dice were equal. c. Given that the two dice land on different numbers, find the conditional probability that the two dice differed by 2.
We know that in throwing two fair dice independently, the sum of the two outcomes will...
We know that in throwing two fair dice independently, the sum of the two outcomes will be 2, 3, …., 12 with respective probabilities I/36, 1/18, 1/12, 1/9, 5/36, 1/6, 5/36, 1/9, 1/12, 1/18, and 1/36. Simulate 1000 independent throws of a pair of independent fair dice, and compare the observed proportion of 2s, ….., 12s with the known probabilities, using an appropriate test from Law Chapter 6. Use a random number function in Excel to generate the 1000 throws....
Two fair dice (6 sides) are tossed. a) What is the probability that the sum of...
Two fair dice (6 sides) are tossed. a) What is the probability that the sum of the tosses is 6 or 10 ? b) But what if it is given that the outcome of the first or the second dice is 5 ?
a. In rolling 3 fair dice, what is the probability of obtaining a sum not greater...
a. In rolling 3 fair dice, what is the probability of obtaining a sum not greater than 16? b. In rolling 2 fair dice, what is the probability of a sum greater than 3 but not exceeding 6? c. If a box contains 10 left-handed and 20 right-handed screws, what is the probability of obtaining at least one right-handed screw in drawing 2 screws with replacement? d. Will the probability in Prob. 5 increase or decrease if we draw without...
Suppose that you roll 117 fair six-sided dice. Find the probability that the sum of the...
Suppose that you roll 117 fair six-sided dice. Find the probability that the sum of the dice is less than 400. (Round your answers to four decimal places.)
ADVERTISEMENT
Need Online Homework Help?

Get Answers For Free
Most questions answered within 1 hours.

Ask a Question
ADVERTISEMENT