444,084 views
44 votes
44 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 Bhavyadeep Yadav
by
2.5k points

1 Answer

22 votes
22 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 Eric Brandwein
by
3.5k points