asked 24.9k views
1 vote
|||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?**

asked
User Nastasia
by
8.4k points

1 Answer

3 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}

answered
User Naval Kishore
by
8.2k points
Welcome to Qamnty — a place to ask, share, and grow together. Join our community and get real answers from real people.