Skip to article frontmatterSkip to article content
Site not loading correctly?

This may be due to an incorrect BASE_URL configuration. See the MyST Documentation for reference.

Let’s see if we can use the results we’ve developed to calculate some chances. Some of the steps will be clear without calculation; others will require more work.

2.2.1Example 1: Both Heads and Tails in nn Tosses

A coin is tossed nn times so that all 2n2^n possible sequences of heads and tails are equally likely.

Question. What is the chance of getting at least one head and at least one tail?

2.2.2Example 2: Maximum of 12 Rolls of a Die

A die is rolled 12 times so that all 612 sequences of faces are equally likely. Define the maximum of the 12 rolls to be the largest of the numbers that appear on the 12 faces. For example, the maximum of the sequence “354222143351” is 5.

Question 1. What is the chance that the maximum is less than 5?

Question 2. What is the chance that the maximum is less than 4?

Question 3. What is the chance that the maximum is equal to 4?

2.2.3Example 3: Second Random Digit Greater than the First

A random number generator produces two digits so that all the 100 pairs of digits are equally likely.

Question. What is the chance that the second digit is greater than the first?