292,150 views
42 votes
42 votes
|||Permutations and combinations: Problem type 1Suppose we want to choose 4 colors, without replacement, from 17 distinct colors.(a) How many ways can this be done, if the order of the choices matters?(b) How many ways can this be done, if the order of the choices does not matter?**

User Alialtansaka
by
3.0k points

1 Answer

25 votes
25 votes
Answer:

a) Number of ways to choose 4 colors from 17 if the order matters =57120

b) Number of ways to choose 4 colors from 17 if the order does not matter = 2380

Step-by-step explanation:

Total number of colors, n = 17

Number of colors to choose, k = 4

a) Number of ways to choose 4 colors from 17 if the order matters = 17P4


\begin{gathered} nPk=(n!)/((n-k)!k!) \\ \\ 17P4=(17!)/((17-4)) \\ \\ 17P4=(17!)/(13!4!) \\ \\ 17P4=(17*16*15*14*13!)/(13!) \\ \\ 17P4=17*16*15*14 \\ \\ 17P4=57120 \end{gathered}

b) Number of ways to choose 4 colors from 17 if the order does not matter = 17C4


\begin{gathered} nCk=(n!)/((n-k)!k!) \\ \\ 17C4=(17!)/((17-4)!4!) \\ \\ 17C4=(17!)/(13!4!) \\ \\ 17C4=(17*16*15*14*13!)/(13!*4*3*2*1) \\ \\ 17C4=2380 \end{gathered}

User Ravenix
by
2.7k points
Welcome to QAmmunity.org, where you can ask questions and receive answers from other members of our community.