Introduction to Combinations
A combination is a selection of a number of objects from a collection, where the order of selection does not matter. This is the key difference from a permutation, which is an arrangement where order is important.
- Example: Selecting a committee of three people {A, B, C} is one combination. The arrangements ABC, ACB, BAC, BCA, CAB, and CBA are all different permutations but represent the same single combination.
1. Combinations of Distinct Objects (Without Repetition)
The number of combinations (selections) of n distinct objects taken r at a time is denoted by or .
- Relation between Permutations and Combinations: The number of permutations is the number of combinations multiplied by the number of ways to arrange the selected items ().
2. Important Properties of
- Symmetry:
- Boundary Conditions: and .
- Pascal's Rule:
- Equality Condition: If , then either or .
3. Total Number of Selections
- The number of ways of selecting at least one item from n distinct items is:
- The number of ways of selecting any number (zero or more) of items from n distinct items is .
Example 1: Forming a Committee
Question: A committee of 3 persons is to be constituted from a group of 2 men and 3 women. In how many ways can this be done? How many of these committees would consist of 1 man and 2 women?
Solution:
- Total Committees: There are a total of people. We need to select 3. The total number of ways is .
- Committees with 1 Man and 2 Women: We need to select 1 man from 2 men (AND) 2 women from 3 women. Using the multiplication principle:
Example 2: Using Properties of
Question: If , find .
Solution: Using the property that if , then or . Here, since , we must have . So, . We need to find , which is . The value of is 1. Therefore, .
Example 3: Selections with Constraints
Question: From a class of 25 students, 10 are to be chosen for an excursion party. There are 3 students who decide that either all of them will join or none of them will join. In how many ways can the party be chosen?
Solution: There are two mutually exclusive cases (use Addition Principle):
- Case 1: All 3 students join. If these 3 students are included, we only need to select the remaining students from the remaining students. Number of ways = .
- Case 2: None of the 3 students join. If these 3 students are excluded, we need to select all 10 students from the remaining 22 students. Number of ways = . Total number of ways = .
Example 4: Combination and Permutation Combined
Question: How many words, with or without meaning, each of 2 vowels and 3 consonants can be formed from the letters of the word DAUGHTER?
Solution: The word DAUGHTER has 8 distinct letters: 3 vowels (A, U, E) and 5 consonants (D, G, H, T, R).
- Selection (Combination): First, select 2 vowels from 3, and 3 consonants from 5. Ways = . Each selection gives a group of 5 letters.
- Arrangement (Permutation): Each group of 5 letters can be arranged in ways. . By the multiplication principle, the total number of words = .