89.8k views
2 votes
Suppose we want to choose 5 colors, without replacement, from 13 distinct colors.00(a) How many ways can this be done, if the order of the choices does not matter?Х5E0(b) How many ways can this be done, if the order of the choices matters?0Submit AssignmentContinue

Suppose we want to choose 5 colors, without replacement, from 13 distinct colors.00(a-example-1
User Karassik
by
7.1k points

1 Answer

6 votes

SOLUTION

Question a: The correct way to get the ways 5 colors can be chosen from 13 colors is by using the combination formula since order does not matter; We have:


\begin{gathered} 13C5 \\ nCr=(n!)/((n-r)!r!) \\ 13C5=(13!)/((13-5)!5!) \\ (13!)/(8!5!)=(13*12*11*10*9*8!)/(8!*5!)=(154440)/(120)=1287 \end{gathered}

Hence, the number of ways 5 colors can be chosen from 13 colors if the order does not matter is 1287 ways.

Question b: The correct way to get the ways 5 colors can be chosen from 13 colors is by using the permutation formula order does matter; We have:


\begin{gathered} 13P5 \\ nPr=(n!)/((n-r)!) \\ 13P5=(13!)/((13-5)!) \\ =(13!)/(8!) \\ =(13*12*11*10*9*8!)/(8!)=154440 \end{gathered}

Hence, the number of ways 5 colors can be chosen from 13 colors if the order matters is 154440 ways.

User John D McCalpin
by
7.1k points