Send Close Add comments: (status displays here)
Got it!  This site uses cookies. You consent to this by clicking on "Got it!" or by continuing to use this website.nbsp; Note: This appears on each machine/browser from which this site is accessed.
Data science: rolling dice


1. Data science: rolling dice

2. Rolling dice
Dice rolls differ from coin flips in what way(s)?

How many choices are there in the roll of a six-sided die?

3. One six-sided die
One dieWhat is the probability that one rolls a six?

4. Roll a six
Roll of sixThere is one chance in six, or 1/6, of rolling a six with a six-sided die.

5. Two six-sided dice
Two diceWhat is the probability that one rolls a twelve, or six-six?

6. Roll a sum of 12
Roll of twelveThere is one chance in six times six, or 1/36.

7. Roll a sum of 7
Roll of sevenThere is one chance in six, or 1/6, of rolling a sum of 7. What is the probability that one rolls a six-six-six with three six-sided die? (left as an exercise) Here is the Python code.

Here is the output of the Python code.

8. End of page