Question

In: Statistics and Probability

Find the probabilities of getting the numbers from 1 to 6 upon rolling a die. Then...

Find the probabilities of getting the numbers from 1 to 6 upon rolling a die. Then find the probabilities of getting the numbers from 1 to 12 upon rolling two dice and summing the values that appear on their faces. Use technology to find and plot the corresponding probabilities for sums of 3, 4, 5, 10, 20, 50, and 100 dice. (a) As the number of dice increase, what shape does the probability distribution appear to approximate?

Solutions

Expert Solution

Single Dice:

If you throw a single dice, then it can fall six ways, each of which is equally likely if the dice is true. So the probability of getting one particular value is 1/6. If you want either of two values it is 2/6 or 1/3, and so on.

Two Dice:

It gets more interesting when you have two dice. One thing that you can do is work out what the total of the dice is. The dice experiment allows you to simulate throwing pairs of dice and see what the result is. This is a good introduction to probability, since you can see which combinations are more likely. But the real world, or even a simulated real world, never matches completely with calculated probability. So how do we calculate it? The first thing is to work out what the range is. You can't have a total less than 2 (both dice being 1) and you can't have a total more than 12 (both dice being 6). The easiest way to see what the probabilities is to write out the possible totals. There are 36 of them in all (6 x 6).

For more number of dice, to calculate the sum of the probabilities, I used R Studio. Package I used is dice.

Three Dice:

three_dice <- getSumProbs(ndicePerRoll = 3, nsidesPerDie = 6)$probabilities
plot(three_dice[, 1], three_dice[, 2], xlab = "Sum", ylab = "Probability", main = "Plot for three dice")

Four Dice:

four_dice <- getSumProbs(ndicePerRoll = 4, nsidesPerDie = 6)$probabilities
plot(four_dice[, 1], four_dice[, 2], xlab = "Sum", ylab = "Probability", main = "Plot for four dice")

Five Dice:

five_dice <- getSumProbs(ndicePerRoll = 5, nsidesPerDie = 6)$probabilities
plot(five_dice[, 1], five_dice[, 2], xlab = "Sum", ylab = "Probability", main = "Plot for five dice")

Ten Dice:

ten_dice <- getSumProbs(ndicePerRoll = 10, nsidesPerDie = 6)$probabilities
plot(ten_dice[, 1], ten_dice[, 2], xlab = "Sum", ylab = "Probability", main = "Plot for ten dice")
lines(ten_dice[, 1], ten_dice[, 2])

20 Dice:

twenty_dice <- getSumProbs(ndicePerRoll = 20, nsidesPerDie = 6)$probabilities
plot(twenty_dice[, 1], twenty_dice[, 2], xlab = "Sum", ylab = "Probability", main = "Plot for twenty dice")
lines(twenty_dice[, 1], twenty_dice[, 2])

50 Dice:

fifty_dice <- getSumProbs(ndicePerRoll = 50, nsidesPerDie = 6)$probabilities
plot(fifty_dice[, 1], fifty_dice[, 2], xlab = "Sum", ylab = "Probability", main = "Plot for fifty dice")
lines(fifty_dice[, 1], fifty_dice[, 2])

100 dice:

hundred_dice <- getSumProbs(ndicePerRoll = 100, nsidesPerDie = 6)$probabilities
plot(hundred_dice[, 1], hundred_dice[, 2], xlab = "Sum", ylab = "Probability", main = "Plot for hundred dice")
lines(hundred_dice[, 1], hundred_dice[, 2])

As the number increases, the distribution appears to approximate Normal (Gaussian) Distribution.


Related Solutions

Rolling a Die If a die is rolled one time, find these probabilities: a. Getting a...
Rolling a Die If a die is rolled one time, find these probabilities: a. Getting a 7 b. Getting an odd number c. Getting a number less than 7 d. Getting a prime number (2, 3, or 5) 4.Rolling a Die If a die is rolled one time, find these probabilities: a. Getting a number greater than 0. b. Getting a number greater than or equal to 3 c. Getting a number greater than 2 and an even number d....
Example : In rolling a die once , suppose that the event A is getting an...
Example : In rolling a die once , suppose that the event A is getting an even number and the event B is getting a prime number and the event C is getting the five calculate the following probabilities : 1) P(A) , P(B) , P( C ) 2) ??∪?, ??∩?, ? ?∩??, ???, ? (??P(A∪B), P(A∩B), P( A∩B^c ), P(A^c ), p (B^c)   ------------------------- Example : A coin is tossed three times , suppose that the event A is...
6.Geometry John is playing around with probabilities and thinking about rolling a die until he gets...
6.Geometry John is playing around with probabilities and thinking about rolling a die until he gets a 6. He computes that (5/6)4 is equal to 0.4823, and concludes, “Cool, I’ve got a better than 50% chance of seeing my first six by my fourth roll.” Then Geometry John wonders, “if I roll a die until I roll two sixes, do I have a better than 50% chance of seeing my second six by my eighth roll?” What is the answer...
24.Rolling Die Two dice are rolled. Find the probability of getting a.A sum of 8, 9,...
24.Rolling Die Two dice are rolled. Find the probability of getting a.A sum of 8, 9, or 10 b.Doubles or a sum of 7 c.A sum greater than 9 or less than 4 d.Based on the answers to a, b, and c, which is least likely to occur?
If one dice is rolled (die 1, die 2), find the probability of getting sum less...
If one dice is rolled (die 1, die 2), find the probability of getting sum less than 11? a. What is the probability experiment? Rolling a dice (die 1, die 2) b. What is the event(s)? sum greater than 11 c. What technique can I use to solve this problem? Select an answer d. How do you know you can use that technique? Select an answer f. Find the probability of rolling a sum that is sum less than 11....
Consider tossing a coin and rolling a four-sided die (with the numbers 1 through 4 printed...
Consider tossing a coin and rolling a four-sided die (with the numbers 1 through 4 printed on the sides). (a) Describe the sample space. (b) Whatistheprobabilityofrollingaheadsandanevennumber? (c) What are the odds of rolling a heads and an even number? (d) Whatistheprobabilityofrollingaheads? (e) What are the odds against rolling a heads? Determine whether or not the following statements are correct or incorrect and explain why (Be thorough and clear in your explanation!): (a) A person says “the odds of rolling a...
Consider tossing a coin and rolling a four-sided die (with the numbers 1 through 4 printed...
Consider tossing a coin and rolling a four-sided die (with the numbers 1 through 4 printed on the sides). (a) Describe the sample space. (b) Whatistheprobabilityofrollingaheadsandanevennumber? (c) What are the odds of rolling a heads and an even number? (d) What is the probability of rolling a heads? (e) What are the odds against rolling a heads? Determine whether or not the following statements are correct or incorrect and explain why (Be thorough and clear in your explanation!): (a) A...
An experiment consists of rolling 1 red die, 1 white die, and 1 blue die and...
An experiment consists of rolling 1 red die, 1 white die, and 1 blue die and noting the result of each roll. The dice are fair, and all out comes are equally likely, What is the probability that the SUM of the results on the three dice is 7? What is the probability that the sum is an odd number? Please explain in detail.  
Rolling a dice 15 times, find the probability of 6 consecutive rolls have 6 distinct numbers....
Rolling a dice 15 times, find the probability of 6 consecutive rolls have 6 distinct numbers. (i.e. 423123456..., 45612335626..., etc.)
What is the probability of rolling 6, 6 sided die and achieving a score of 18?...
What is the probability of rolling 6, 6 sided die and achieving a score of 18? (6 die, each one is 6 sided)
ADVERTISEMENT
ADVERTISEMENT
ADVERTISEMENT