Permutation and Combination are two important concepts in mathematics used to calculate possible arrangements and selections of objects. They are widely used in fields like probability, statistics, and combinatorics.
Property | Permutation | Combination |
Definition | Arrangement of objects in a specific order. | Selection of objects without regard to order. |
Order of Elements | Order matters. | Order does not matter. |
Formula | P(n,r) = n! / (n-r)! | C(n,r) = n! / (r! * (n-r)!) |
Example | Arranging 3 students in a line from a group of 5. | Choosing 3 students from a group of 5 to form a team. |
Use Case | Useful for arranging, ranking, or scheduling items. | Useful for selecting items or forming groups without ranking. |
Result for same n and r | Larger result, as different orders count separately. | Smaller result, as order doesn't create new combinations. |
Example Calculation | For 5 items taken 3 at a time: P(5,3) = 5! / 2! = 60 | For 5 items taken 3 at a time: C(5,3) = 5! / (3! * 2!) = 10 |
The symbol (n!) used is called factorial notation. Let's quickly understand it before we discuss permutations and combinations.
Factorial notation is a mathematical operation that represents the product of all positive integers from 1 up to a given number n. It is denoted by the symbol n! and is used in various areas of mathematics, such as permutations, combinations, and probability.
Definition:
n! = n×(n−1)×(n−2)×⋯×2×1
For example:
5! = 5x4x3x2x1 = 120
A permutation is an arrangement of objects in a specific order. In permutations, the order of elements is important-changing the order creates a different arrangement. This concept is used in situations where the sequence of items matters, such as seating arrangements, rankings, or scheduling.
No Replacement: Generally, permutations assume that each item can be used only once in an arrangement.
To find the number of ways to arrange rrr objects out of a total of n distinct objects, the formula is:
where:
2. Formula Example:
So, there are 60 possible ways to arrange 3 books out of 5.
Use permutations when you need to arrange items in order and every unique arrangement counts. Examples include:
Example 1:
Suppose you have 5 different books, and you want to arrange 3 of them on a shelf. In how many different ways can you arrange these 3 books?
Step-by-Step Solution
Substituting in the values n=5 and r=3:
There are 60 different ways to arrange 3 books out of 5 on the shelf.
Using all the letters of the word GIFT how many distinct words can be formed?
Example 2:To find the number of distinct words that can be formed using all the letters of the word "GIFT," we'll treat this as a permutation problem since the order of the letters matters, and each letter is unique.
Step-by-Step Solution:
P (4) = 4! = 4x3x2x1 = 24
So, 24 distinct words can be formed using all the letters of the word "GIFT."
A combination is a selection of items from a larger set, where the order of selection does not matter. In combinations, different arrangements of the same items are considered the same combination. This concept is used in situations where you want to choose items or form groups, regardless of the sequence in which they are chosen.
To find the number of ways to choose r items from a total of n items, use the combination formula:
where:
Choosing Members for a Team:
Suppose you have 5 people (A, B, C, D, and E) and want to select 3 of them for a team.
Formula Example:
If you have 8 flowers and want to choose 4 of them for a bouquet, use the combination formula:
Use combinations when the order of items does not matter, and you simply want to count the number of possible groups or selections. Examples include:
Example:
Suppose you have 7 people, and you want to form a committee of 3 people. In how many ways can you choose 3 people from this group of 7?
Step-by-Step Solution
Substituting in the values n =7 and r = 3:
There are 35 different ways to select 3 people from a group of 7 for the committee.
Answer:
So, the correct answer is 35 combinations.
Rate this lesson:
Wait!
Here's an interesting quiz for you.