242,485 views
18 votes
18 votes
Suppose we want to choose 6 objects, without replacement, from 10 distinct objects.(a)If the order of the choices does not matter, how many ways can this be done?(b)If the order of the choices matters, how many ways can this be done?

User Jtrick
by
2.7k points

1 Answer

12 votes
12 votes

Given: 10 district object to choose 6 objects

To Determine: The number of ways this can be done with and without attentionn to the order

(a) When the order of the choices does not matter, we will use combination principle. The formula for the number of combinations of r items from n choices is


^nC_r=(n!)/((n-r)!r!)

So the combination of 6 objects from 10 objects would be


\begin{gathered} ^(10)C_6=(10!)/((10-6)!6!) \\ ^(10)C_6=(10!)/(4!6!) \\ ^(10)C_6=(10*9*8*7*6!)/(4*3*2*6!) \\ ^(10)C_6=(10*9*8*7)/(24) \\ ^(10)C_6=210 \end{gathered}

(b) When the order of the choices matter, we will use permutation principle. The formula for the number of permuating of r items from n choices is


^nP_r=(n!)/((n-r)!)

Therefore


^(10)P_6=(10!)/((10-6)!)=(10!)/(4!)=151200

Hence,

(a) The number of ways if the order of the choices does not matter is 210 ways

(b) The number of ways if the order of the choices matter is 151200

User Dario Quintana
by
3.2k points