153k views
5 votes
Suppose we want to choose 5 letters, without replacement, from 16 distinct letters.(a) If the order of the choices is taken into consideration, how many ways can this be done?0(b) If the order of the choices is not taken into consideration, how many ways can this be done?

User Dekron
by
4.1k points

1 Answer

0 votes

Step-by-step explanation:

a) Given: Order is important and replacement is not allowed.

This is a permutation.

Number of ways =


\begin{gathered} N\text{ = }(n!)/((n-r!)) \\ N\text{ = }(16!)/((16-5)!) \\ \text{ =524160} \end{gathered}

Answer: 524160

b) Order is not important, replacement is not allowed.

This is a combination.


\begin{gathered} N\text{ = }(n!)/((n-r)!*r!) \\ N\text{ = }(16!)/((16-5)!*5!) \\ N\text{ = 4368} \end{gathered}

Answer: 4

User Abby Chau Yu Hoi
by
5.1k points