Understanding Permutation of n Items from n Objects
Permutation of n items from n objects is an arrangement of all available objects where each object is used exactly once and the order of arrangement is very important. In this case, we use all available objects without any remaining.
Imagine arranging a photo line for all students in a class. If there are 5 students, then we will arrange all five students in one line. Each student will get one position, none will sit on the backup bench, and Andi's position in front or back gives different results.
Complete Permutation Formula
For permutation of n items from n objects, the formula used is:
Explanation of why this formula becomes simple:
- , so the denominator becomes
- Based on mathematical definition,
- Therefore:
So, the formula is:
Factorial Concept
Factorial is the consecutive multiplication of positive integers. Factorial of number n is written as and defined as:
Special rules for factorial:
- (based on mathematical definition)
Application in Daily Life
School Organization
Suppose there are 4 students who will fill 4 positions in class leadership: president, vice president, secretary, and treasurer. Each student can only hold one position.
The number of ways to arrange the leadership is:
Seating Arrangement
A family consisting of 6 members will sit in a row on a sofa for a family photo. The number of ways they can be arranged is:
Systematic Calculation Steps
To calculate permutation of n items from n objects, follow these steps:
- Identify the number of objects: Ensure all objects will be used
- Apply the formula: Use
- Calculate factorial: Multiply consecutively from n to 1
- Verify the result: Ensure the calculation is correct
Detailed Calculation
Calculating with clear steps:
Difference from Partial Permutation
Complete permutation (n from n objects): Uses all available objects. Partial permutation (r from n objects): Only uses some objects.
Concrete example:
- Complete permutation: Arranging 5 books in 5 positions on a shelf = = 120 ways
- Partial permutation: Selecting and arranging 3 books from 5 available books = = 60 ways
Detailed calculation for partial permutation:
In permutation of n items from n objects, no objects are left over and all positions must be filled.
Exercises
-
A photography team wants to arrange 7 models for a photo session in one line. How many different ways can they arrange the seven models?
-
In a running competition, there are 5 participants who must all finish. How many different finishing order possibilities are there?
-
A chef wants to arrange 6 different types of food on a table in one straight line. How many different ways can he arrange the food?
-
A library has 8 different books that will be arranged on one shelf. If all books must be placed on that shelf, how many possible arrangements are there?
Answer Key
-
Given: 7 models will be arranged in one line (all models used)
-
Given: 5 running participants with different finishing order (all participants finish)
-
Given: 6 types of food will be arranged in one straight line (all food arranged)
-
Given: 8 different books will be arranged on one shelf (all books arranged)