Permutation & Combinations
Permutations
Permutations are arrangements of items where the order matters. The number of permutations of
Example
Find the number of permutations of 5 items taken 3 at a time.
Given
Calculating factorials:
Therefore:
So, there are 60 ways to arrange 5 items taken 3 at a time.
Combinations
Combinations are selections of items where the order does not matter. The number of combinations of
Example
Find the number of combinations of 5 items taken 3 at a time.
Given
Calculating factorials:
Therefore:
So, there are 10 ways to choose 5 items taken 3 at a time without regard to order.