Examples of Permutation and Combination Examples

Explore practical examples of permutation and combination to master statistics and probability.
By Jamie

Understanding Permutations and Combinations

In statistics and probability, permutations and combinations are foundational concepts used to count and arrange sets of items. Understanding these concepts can help in various fields, such as data analysis, logistics, and even game theory. Below are three diverse examples that illustrate how permutations and combinations work in real-world scenarios.

Example 1: Organizing a 5K Race

Context

A local running club is organizing a 5K race and needs to determine the different ways to award medals to the top three finishers.

To solve this, we use permutations since the order in which the finishers are awarded matters.

Calculation

In this case, we have 10 runners, and we want to find the number of ways to award medals to 3 of them. The formula for permutations is given by:

\[ P(n, r) = \frac{n!}{(n - r)!} \]

Where:

  • n = total number of items (runners) = 10
  • r = number of items to arrange (medal winners) = 3

Plugging in the values:

\[ P(10, 3) = \frac{10!}{(10 - 3)!} = \frac{10!}{7!} = 10 \times 9 \times 8 = 720 \]

Notes

This means there are 720 different ways to award medals to the top three finishers. If the club decided to award only two medals instead, you would simply adjust the value of r to 2, resulting in different permutations.

Example 2: Forming a Committee

Context

A school is forming a committee to plan a science fair and wants to select 4 members from a pool of 10 teachers. Here, the order of selection doesn’t matter, so we will use combinations.

Calculation

To find the number of ways to choose 4 teachers from 10, we apply the combination formula:

\[ C(n, r) = \frac{n!}{r!(n - r)!} \]

Where:

  • n = total number of items (teachers) = 10
  • r = number of items to choose (committee members) = 4

Inserting the values:

\[ C(10, 4) = \frac{10!}{4!(10 - 4)!} = \frac{10!}{4!6!} = \frac{10 \times 9 \times 8 \times 7}{4 \times 3 \times 2 \times 1} = 210 \]

Notes

This result shows there are 210 different ways to form the committee. If the school wants to form a committee of 5 members instead, just replace r with 5 in the formula, leading to a new calculation.

Example 3: Arranging Books on a Shelf

Context

A book lover has 8 different books and wants to arrange 4 of them on a shelf. The order in which the books are arranged is important, so we will use permutations.

Calculation

Using the permutation formula:

\[ P(n, r) = \frac{n!}{(n - r)!} \]

Where:

  • n = total number of items (books) = 8
  • r = number of items to arrange (books on the shelf) = 4

Inserting the values:

\[ P(8, 4) = \frac{8!}{(8 - 4)!} = \frac{8!}{4!} = 8 \times 7 \times 6 \times 5 = 1680 \]

Notes

There are 1680 different ways to arrange 4 books on a shelf. If the book lover decides to arrange all 8 books instead, simply change r to 8 to calculate the total arrangements.

Understanding the difference between permutations and combinations is crucial in solving these types of problems effectively. By applying these examples of permutation and combination examples, one can navigate various real-world counting and arranging challenges with confidence.