01

Counting outcomes - permutations and combinations

In a lottery, five distinct numbers are picked at random from . How many possible outcomes are there:

(a) If we care about the order of numbers.

(b) If the order does not matter.

02

Wisconsin flag 2 of 3 days

A kindergarten class hangs a random state flag (50 flags) on the wall every day. What is the probability that two days out of three given days have Wisconsin’s flag?

03

Drawing balls of distinct color

A bin contains 3 green and 4 yellow balls. Two balls are drawn out.

What is the probability that they are different colors?

04

Rolling two dice

Two dice are rolled. Find the probabilities of the following events:

  • , the event that the sum is 10
  • , the event that the sum is 12
  • , the event that the two numbers are equal

05

Binomial - Repeated coin flips

A coin is flipped 7 times and the sequence of results recorded as an outcome.

(a) How many possible outcomes have exactly 3 heads?

(b) How many possible outcomes have at least 3 heads?

06

Multinomial - Colored marbles in a line

How many ways are there to line up 10 colored marbles (2 red, 3 white, 5 blue), assuming you cannot distinguish marbles of the same color?

07

Multinomial - Many rolls of a die

Roll a die 100 times.

(a) What is the probability that you rolled exactly 16 ones and 17 twos? (No need to simplify your answer.) Hint: use three bins. What are the bins?

(b) Using summation notation, write down a formula for the probability of rolling exactly 25 ones and at least 50 twos.

For this problem, use “desired outcomes over total outcomes” (simple counting), not repeated trials theory (next section).

08

Counting license plates

A license plate must consist of 3 letters followed by 4 digits. Assuming we choose from 26 letters, A-Z, and 10 digits, 0-9, how many different license plates could be created if:

(a) Letters and numbers cannot be repeated.

(b) Letters and numbers can be repeated except that there must be exactly two 9’s.

09

Counting passwords

Suppose a password must be created using 5 letters and 6 digits. (There are 26 letters, a-z, and 10 digits, 0-9.) No letter or digit may be repeated.

(a) How many unique passwords can be created if the letters must come first and the digits last?

(b) How many unique passwords can be created if the 5 letters and 6 digits can appear in any order?