TI-83/84
Simulating 100 Die Rolls
Simulating Coin Flips
You can simulate coin flips instead of die rolls by coding “heads” as 1 and “tails” as 0. Use the instructions for simulating 100 die rolls with the following changes: Enter 0, comma, 1, comma, 100, close parenthesis, so that the home screen shows randInt(0, 1, 100).
EXCEL
Simulating 100 Die Rolls
Simulating the Sum of Two Dice
Simulating Random Draws from a Probability Table
We illustrate using Example 11 (page 250). Excel requires that the categories in the probability model be coded as numeric. We therefore code “Private company” as 1, “Federal government” as 2, and so on.
Repeat Steps 1–6 for increasing sample sizes.
Simulating Coin Flips
You can simulate coin flips instead of die rolls by coding “heads” as 1 and “tails” as 0. Use the die roll instructions with the following changes: For Bottom, enter 0. For Top, enter 1.
MINITAB
Simulating 100 Die Rolls
Simulating the Sum of Two Dice
Simulating Random Draws from a Probability Table
We illustrate using Example 11 (page 250). Minitab requires that the categories in the probability model be coded as numeric.
We therefore code “Private company” as 1, “Federal government” as 2, and so on.
Repeat Steps 1–7 for increasing sample sizes, as shown in Figure 9.
Simulating Coin Flips
You can simulate coin flips instead of die rolls by coding “heads” as 1 and “tails” as 0. Use the die roll instructions with the following changes: For Minimum value, enter 0. For Maximum value, enter 1.
SPSS
Simulating 100 Die Rolls
Simulating the Sum of Two Dice
Simulating Coin Flips
You can simulate coin flips instead of die rolls by coding “heads” as 1 and “tails” as 0. Use the die roll instructions with the following changes: replace the two question marks with 0 and 1.
JMP
Simulating 100 Die Rolls
Simulating the Sum of Two Dice
Simulating Coin Flips
You can simulate coin flips instead of die rolls by coding “heads” as 1 and “tails” as 0. Use the die roll instructions, but change the formula to Random Integer(0,1).