This is a continuation of Permutations.
Consider the following problem: Lisa wants to put 5 ornaments on her mantle, but she has 12 ornaments in total she can use. How many ways can she do this? Using the Rule of Product, Lisa has 12 choices for what to put in the first position, 11 for the second, 10 for the third, 9 for the fourth and 8 for the fifth. So the total number of choices she has is . Using the factorial notation, we write this more compactly as .
Using the same argument, we can proceed with the general case. If we have objects and we want to arrange of them in a row, there are ways to do this. This is also known as a -permutation of , and is denoted by .
Let's consider a different extension of the permutation problem. What happens if Lisa has some ornaments that are the same? If she has 2 identical cat ornaments, 3 identical dog ornaments and 3 other completely different ornaments, how many ways can they all be arranged on her mantle? In total there are 7 objects, and if we pretend they are all distinct, there are ways to arrange them on the mantle. For any arrangement, we can swap the pair of cats and get the same arrangement back. Also, we can move the dogs around and again get the same arrangement. How many ways can the dogs be moved around? Since the positions of the dogs are fixed, it is just the number of permutations of the dogs, which is Thus, to account for these repeated arrangements, we divide out by the number of repetitions to obtain that the total number of permutations is .
1. Out of a class of 30 students, how many ways are there to choose a class president, a secretary and a treasurer? A student may hold at most 1 post.
Solution 1: There are 30 students to pick for the class president, which leaves 29 students for the secretary and 28 students for the treasurer. Hence, by the rule of product, there are ways.
Solution 2: By the above discussion, there are ways. While it is extremely hard to evaluate and , we notice that dividing out gives .
2. How many ways can the letters in the name RAMONA be arranged?
Solution: As before, if we treat the A's as distinct from each other (say and ), then there are ways to rearrange the letters. However, since the letters are the same, we have to divide by to obtain ways.
3. 6 friends go out for dinner. How many ways are there to sit them around a round table? Rotations of a sitting arrangement are considered the same, but a reflection will be considered different.
Solution 1: Since rotations are considered the same, we may fix the position of one of the friends, and then proceed to arrange the 5 remaining friends clockwise around him. Thus, there are ways to arrange the friends.
Solution 2: There are ways to seat the 6 friends around the table. However, since rotations are considered the same, there are 6 arrangements which would be the same. Hence, to account for these repeated arrangements, we divide out by the number of repetitions to obtain that the total number of arrangements is .
Both solutions are equally valid and illustrate how thinking of the problem in a different manner can yield another way of calculating the answer.
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:
*italics*
or_italics_
**bold**
or__bold__
paragraph 1
paragraph 2
[example link](https://brilliant.org)
> This is a quote
\(
...\)
or\[
...\]
to ensure proper formatting.2 \times 3
2^{34}
a_{i-1}
\frac{2}{3}
\sqrt{2}
\sum_{i=1}^3
\sin \theta
\boxed{123}
Comments
There are no comments in this discussion.