Exercises 8.5 Chapter Test
1.
In how many different ways can five people line up at the grocery store?
2.
How many different 4-digit pin numbers are possible?
3.
A computer password is made up of 4 characters. Each character can be a capital letter (A through Z), a lowercase letter (a through z), or a digit (0 through 9).
How many different computer passwords are possible?
How many passwords have no repeated characters?
How many passwords start with a letter?
How many passwords have 2 letters and 2 digits?
14,776,336
13,388,280
12,393,056
1,622,400
-
There are \(26 + 26 + 10 = 62\) characters possible for each position in the passoword.
\begin{equation*} 62 \cdot 62 \cdot 62 \cdot 62 = 14,776,336 \end{equation*} - \begin{equation*} 62 \cdot 61 \cdot 60 \cdot 59 = 13,388,280 \end{equation*}
- \begin{equation*} 52 \cdot 62 \cdot 62 \cdot 62 = 12,393,056 \end{equation*}
-
There are 6 different ways a password can have two digits (D) and two letters (L):
L-L-D-D, L-D-L-D, L-D-D-L, D-L-D-L, D-L-L-D, D-D-L-L
Each of these possiblities can occur in \(52 \cdot 52 \cdot 10 \cdot 10 = 270,400\) ways.
There are a total of \(6 \cdot 270,000 = 1,622,400\) ways we can have two letters and two digits.
4.
Compute the following:
\(\displaystyle _{8}P_{3}\)
\(\displaystyle _{9}C_{4}\)
336
126
- \begin{equation*} _nP_r = \frac{n!}{(n-r)!} \end{equation*}\begin{equation*} _8P_3 = \frac{8!}{5!}=\frac{8\cdot 7 \cdot 6 \cdot 5!}{5!}=8\cdot 7 \cdot 6 =336 \end{equation*}
- \begin{equation*} _nC_r = \frac{n!}{(n-r)!r!} \end{equation*}\begin{equation*} _9C_4 = \frac{9!}{5!4!}=\frac{9\cdot 8 \cdot 7 \cdot 6 \cdot 5!}{5!4!} \end{equation*}\begin{equation*} _9C_4 = \frac{9 \cdot 8 \cdot 7 \cdot 6}{4 \cdot 3 \cdot 2 \cdot 1}= \frac{3024}{24}=126 \end{equation*}
Exercise Group.
5.
Three employees are selected from a group of 25 to attend a workshop. In how many ways can this occur?
6.
20 drivers start a race. Assuming all drivers are equally skilled, how many top five finishes are possible?
7.
In how many ways can you select four books from your library of 30 books to bring on vacation?