Explore the following Linear Permutation examples to understand how to calculate arrangements in various scenarios.
Example 1: Permutations of Students in a Row
- Problem: How many ways can 4 students (A, B, C, D) be arranged in a row for a photograph?
- Solution: There are 4 students, so there are 4! = 4 × 3 × 2 × 1 = 24.
- Answer: There are 24 ways to arrange them.
Example 2: Permutations of Letters in a Word
- Problem: How many ways can the letters in the word CAT be arranged?
- Solution: There are 3 letters, so there are 3! = 3 × 2 × 1 = 6.
- Answer: There are 6 ways to arrange the letters.
Example 3: Permutations of Players in a Team
- Problem: How many ways can 6 players be lined up for a team photo?
- Solution: There are 6 players, so there are 6! = 6 × 5 × 4 × 3 × 2 × 1 = 720.
- Answer: There are 720 ways to arrange the players.