Permutations (Counting)

A permutation (or arrangement) is an ordering of elements from a set. We will show how to count the number of permutations of any finite set of elements.

Worked Examples

1. Lisa has 5 different ornaments she wants to put in a line on her mantle. How many ways can she arrange the ornaments?

Solution: We can think of Lisa’s Mantle as having five positions. There are five ornaments, so we have 5 choices for which ornament we put into the first position. After we place the first ornament, we will have 4 choices of which ornament to put into the second position (since one ornament is already placed). Repeating this argument, there are 3 choices for the third position, 2 choices for the fourth position and 1 choice for the last position. Since we are putting an ornament in each position, we should use the Rule of Product. So the total number of ways to place the ornaments is 5×4×3×2×1=120 5 \times 4 \times 3 \times 2 \times 1 = 120.

The notation n! n! (where n n is a positive integer) refers to the product of all positive integers from 1 1 to n n. Note: 0! 0! is often defined to be 1 1, which is the convention for the empty product.

Now, we are ready to generalize the problem. We can replace 5 5 with n n, and work through the proof again.

2. Lisa has n n different ornaments she wants to put in a line on her mantle. How many ways can she arrange the ornaments?

Solution: We can think of Lisa’s Mantle as having n n positions. There are n n ornaments, so we have n n choices for which ornament to place in the first position. After we place the first ornament, we will have n1 n-1 choices for the second position. Repeating this argument, there are n2 n-2 choices for the third position, n3 n-3 choices for the fourth position, and so on. For the n nth position, there is n(n1)=1 n - (n-1)= 1 choice. Now, by the Rule of Product, the total number of ways to place the ornaments is

n×(n1)×(n2)×(n3)××1=n! n \times (n-1) \times (n-2) \times (n-3) \times \ldots \times 1 = n!

 

3. Lisa has 4 different dog ornaments and 6 different cat ornaments that she wants to place on her mantle. All of the dog ornaments should be consecutive and the cat ornaments should also be consecutive. How many ways can they be arranged?

Solution: We have to decide if we want to place the dog ornaments first, or the cat ornaments first, which gives us 2 possibilities. We can arrange the dog ornaments in 6! 6! ways, and the cat ornaments in 4! 4! ways. Hence, by the Rule of product, there are 2×6!×4!=1728 2 \times 6! \times 4! = 1728 ways to arrange the ornaments.

#Combinatorics #Permutations #KeyTechniques #Counting

Note by Arron Kau
7 years, 2 months ago

No vote yet
1 vote

  Easy Math Editor

This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.

When posting on Brilliant:

  • Use the emojis to react to an explanation, whether you're congratulating a job well done , or just really confused .
  • Ask specific questions about the challenge or the steps in somebody's explanation. Well-posed questions can add a lot to the discussion, but posting "I don't understand!" doesn't help anyone.
  • Try to contribute something new to the discussion, whether it is an extension, generalization or other idea related to the challenge.
  • Stay on topic — we're all here to learn more about math and science, not to hear about your favorite get-rich-quick scheme or current world events.

MarkdownAppears as
*italics* or _italics_ italics
**bold** or __bold__ bold

- bulleted
- list

  • bulleted
  • list

1. numbered
2. list

  1. numbered
  2. list
Note: you must add a full line of space before and after lists for them to show up correctly
paragraph 1

paragraph 2

paragraph 1

paragraph 2

[example link](https://brilliant.org)example link
> This is a quote
This is a quote
    # I indented these lines
    # 4 spaces, and now they show
    # up as a code block.

    print "hello world"
# I indented these lines
# 4 spaces, and now they show
# up as a code block.

print "hello world"
MathAppears as
Remember to wrap math in \( ... \) or \[ ... \] to ensure proper formatting.
2 \times 3 2×3 2 \times 3
2^{34} 234 2^{34}
a_{i-1} ai1 a_{i-1}
\frac{2}{3} 23 \frac{2}{3}
\sqrt{2} 2 \sqrt{2}
\sum_{i=1}^3 i=13 \sum_{i=1}^3
\sin \theta sinθ \sin \theta
\boxed{123} 123 \boxed{123}

Comments

There are no comments in this discussion.

×

Problem Loading...

Note Loading...

Set Loading...