Skip to main content

Math Trailhead

Worksheet Counting and Probability

1.

A vendor sells ice cream from a cart on the boardwalk. He offers vanilla, chocolate, strawberry, blueberry, and pistachio ice cream, served on either a waffle, sugar, or plain cone. How many different single-scoop ice-cream cones can you buy from this vendor?
Your answer is :
Answer.

2.

A girl has 6 skirts, 5 blouses, and 5 pairs of shoes. How many different skirt-blouse-shoe outfits can she wear? (Assume that each item matches all the others, so she is willing to wear any combination.)
Your answer is :
Answer.

3.

Standard automobile license plates in a country display 1 numbers, followed by 3 letters, followed by 3 numbers. How many different standard plates are possible in this system? (Assume lead 0 is not allowed, but repetitions of letters and numbers are allowed.)
Your answer is :
Answer.
\(158184000\)

4.

A true-false test contains 16 questions. In how many different ways can this test be completed. (Assume we don’t care about our scores.)
Your answer is :
Answer.
\(65536\)

6.

How many ways are there to seat 4 people in a row of 8 chairs?
Answer.
\(1680\)
Solution.
\({8 \choose 4} = \frac{8 !}{4 ! 4!}\)
\begin{equation*} {8 \choose 4} \cdot 4 ! =\frac{8 !}{4 ! 4!} \cdot 4! = \frac{8 !}{4!} = 1680 \end{equation*}
\(\frac{8 !}{4!} = 1680\)

7.

An American roulette wheel has 38 slots: two slots are numbered 0 and 00, and the remaining slots are numbered from 1 to 36. Find the probability that the ball lands in an odd-numbered slot.
Your answer is :
Answer.
\(0.473684210526316\)

8.

In the 6/26 lottery game, a player selects 6 numbers from 1 to 26. What is the probability of picking the 6 winning numbers?
Your answer is :
Answer.
\(4.34348260435217\times 10^{-6}\)

9.

Two marbles are drawn randomly one after the other without replacement from a jar that contains 2 red marbles, 7 white marbles, and 3 yellow marbles. Find the probability of the following events.
(a) A red marble is drawn first followed by a white marble.
The probability is :
(b) A white marble is drawn first followed by a white marble.
The probability is :
(c) A yellow marble is not drawn at all.
The probability is :
Answer 1.
\(0.106060606060606\)
Answer 2.
\(0.318181818181818\)
Answer 3.
\(0.545454545454545\)

10.

Below is a probability model.
Outcome 1 2 3.5 4
Probability 0.4 0.3 0.15 0.15
Find the expected value of the probability model.
Answer.
\(2.125\)