Overview

Combination and permutation are two different way to arrange a set of items. The distinction between the two is

  • Combination: Order does not matter (e.g., )
  • Permutation: Order matters (e.g.,

Combination

Combinations refer to the different ways to choose a subset of items from a larger set, where the order does not matter. The formula for combination is given by

where

  • : Total number of items
  • : Number of items to arrange

Example: Forming a committee from a group

You have a group of 5 people, , in which you want to form a committee of 3 people. How many committees of 3 people can you create from these 5 people?

In this case, there are a total of 5 items , and 3 items to arrange . So, the combination can be obtained by:

So, there are 10 different ways to form a committee from a group of 5 peole

Permutation

Permutations refer to the different ways to arrange a set of items, where the order matters. The formula for permutation is given by

Example: Ordering books

You want to arrange 2 books out of on a shelf. How many different ways can you do it? Note in permutation, that order of the books matters (e.g., “). In this case, , and . So, the number of permutations is given by