Review the key concepts, formulae, and examples before starting your quiz.
🔑Concepts
Fundamental Principle of Counting (Multiplication Principle): If one event can occur in different ways, and following it, another event can occur in different ways, then the total number of ways both events can occur in the specified order is . Visual: Imagine a tree diagram where the first choice creates main branches, and each of those branches splits into smaller sub-branches, resulting in total paths.
Factorial Notation (): The product of the first natural numbers is called factorial, denoted by . It is defined as . By convention, . Visual: Think of this as a sequence of numbers decreasing by one at each step, representing the diminishing number of choices available as you fill positions.
Definition of Permutation: A permutation is an arrangement of a specific number of objects in a definite order. Unlike combinations, the order of arrangement is critical. Visual: If you have two colored blocks, Red () and Blue (), the arrangement is visually and mathematically distinct from in permutations.
Permutations of Distinct Objects taken at a time: When we arrange objects out of available distinct objects without replacement, the number of permutations is denoted by . Visual: Imagine empty boxes in a row; you have choices for the first box, for the second, and you continue until all boxes are filled.
Permutations when Repetition is Allowed: If the objects can be reused (replacement allowed), the number of permutations of objects taken at a time is . Visual: Imagine a digital lock with 3 dials, where each dial can be any digit from 0-9. Every dial always has 10 options regardless of what the previous dial was set to.
Permutations of Objects Not All Distinct: The number of permutations of objects, where objects are of one kind, objects are of a second kind, and the rest are all different, is given by . Visual: If you arrange the letters in 'BOO', the two 'O's are identical. Swapping them doesn't change the look of the word, so we divide the total arrangements () by the ways to arrange the identical items () to remove duplicates.
Constraints in Permutations: Sometimes certain items must stay together or certain items must never be together. Visual: If items A and B must be together, we 'tie' them into a single block. This block and the remaining items are then arranged like a single unit, and then A and B are arranged within their own internal block.
📐Formulae
, where
Number of permutations of objects with repetition allowed:
Permutations of objects where are of one kind, of another, ..., of the kind:
💡Examples
Problem 1:
How many 3-letter words (with or without meaning) can be formed using the letters of the word 'EQUATION', using each letter exactly once?
Solution:
Step 1: Identify the total number of distinct objects. The word 'EQUATION' has 8 distinct letters, so . \ Step 2: Identify the number of objects to be arranged. We need to form 3-letter words, so . \ Step 3: Apply the permutation formula . \ . \ Step 4: Calculate the value: .
Explanation:
Since all letters are distinct and the order of letters matters in a word, we use the standard linear permutation formula for distinct objects taken at a time.
Problem 2:
Find the number of permutations of the letters of the word 'STATISTICS'.
Solution:
Step 1: Count the total number of letters in 'STATISTICS'. . \ Step 2: Identify the frequency of repeating letters: \ 'S' appears 3 times (). \ 'T' appears 3 times (). \ 'I' appears 2 times (). \ 'A' and 'C' appear 1 time each. \ Step 3: Apply the formula for permutations with identical objects: . \ Total permutations = . \ Step 4: Calculate: .
Explanation:
Because some letters (S, T, I) are repeated, we must divide the total arrangements of 10 letters () by the factorials of the counts of each repeating letter to avoid counting identical-looking arrangements multiple times.