Example 1: Fundamental Principle of Counting (AND)
Question: How many 4-digit numbers can be formed using the digits 1, 2, 3, 4, 5 if no digit is repeated?
Solution: We need to fill four places. The first place can be filled in 5 ways, the second in 4 ways (one digit is used), the third in 3 ways, and the fourth in 2 ways. By the multiplication principle, the total number of ways is .
Example 2: Fundamental Principle of Counting (OR)
Question: A college offers 7 courses in the morning and 5 in the evening. Find the number of ways a student can select exactly one course.
Solution: The student has two mutually exclusive choices: select a morning course OR an evening course. By the Addition Principle, the total number of ways is .
Example 3: Evaluating Factorials
Question: Compute .
Solution:
This is also the value of .
Example 4: Basic Permutation ()
Question: How many 3-letter words can be formed from the letters of the word 'HISTORY' assuming no letters are repeated?
Solution: The word 'HISTORY' has 7 distinct letters. We need to arrange 3 of them. The number of ways is .
Example 5: Basic Combination ()
Question: From a group of 15 cricketers, in how many ways can a team of 11 be selected?
Solution: This is a selection problem as the order of players does not matter. We need to select 11 players from 15. The number of ways is .
Example 6: Permutations of Non-Distinct Objects
Question: How many distinct permutations of the letters in the word 'MISSISSIPPI' are there?
Solution: The word has 11 letters: 1 M, 4 I's, 4 S's, 2 P's. The number of arrangements is .
Example 7: The 'String Method' (Items Together)
Question: In how many ways can the letters of the word 'LEADER' be arranged so that the vowels are always together?
Solution: The vowels are E, A, E. The consonants are L, D, R. Treat the vowels (EAE) as a single block. We are now arranging 4 objects: (EAE), L, D, R. This can be done in ways. Within the vowel block, the letters E, A, E can be arranged in ways. Total arrangements = .
Example 8: The 'Gap Method' (Items Not Together)
Question: In how many ways can 5 boys and 3 girls be seated in a row so that no two girls are together?
Solution: First, arrange the 5 boys. This can be done in ways. This creates 6 gaps (_ B _ B _ B _ B _ B _). We need to select 3 of these 6 gaps to place the 3 girls. This can be done in ways. Total ways = .
Example 9: Vowels Never Together (Gap Method)
Question: In how many ways can the letters of the word 'MACHINE' be arranged so that the vowels may never be together?
Solution: Total arrangements of the 7 distinct letters = . Ways in which vowels are always together (AIE): Treat (AIE) as one block. We arrange (AIE), M, C, H, N (5 objects) in ways. The vowels can arrange themselves in ways. Ways they are together = . Ways they are never together = Total - Together = .
Example 10: Combinations with 'At Least' Constraint
Question: A committee of 5 is to be formed from 6 men and 4 women. In how many ways can this be done if the committee must include at least one woman?
Solution: We use the complement method: Total committees - Committees with no women. Total people = 10. Total ways to form a committee of 5 = . Ways to form a committee with no women (i.e., only men) = . Ways with at least one woman = .
Example 11: 'At Least One' Constraint
Question: A box contains 2 white balls, 3 black balls and 4 red balls. In how many ways can 3 balls be drawn from the box, if at least one black ball is to be included?
Solution: We use the complement method: Total ways - Ways with no black balls. Total balls = 9. Total ways to select 3 balls = . Ways with no black balls means selecting 3 balls from the remaining 6 (2 white + 4 red). Ways = . The required number of ways = .
Example 12: Combinations with 'At Most' Constraint
Question: A committee of 5 is to be formed out of 6 gents and 4 ladies. In how many ways can this be done when at most two ladies are included?
Solution: 'At most two ladies' means 0, 1, or 2 ladies. We sum the cases:
- (0 Ladies, 5 Gents): .
- (1 Lady, 4 Gents): .
- (2 Ladies, 3 Gents): . Total ways = .
Example 13: Combinations (Committee Formation)
Question: A committee of 5 is to be formed from a group of 7 men and 6 women. In how many ways can this be done if the committee must consist of exactly 2 women?
Solution: We need to select 2 women from 6 AND 3 men from 7.
- Ways to select 2 women from 6: .
- Ways to select 3 men from 7: . By the multiplication principle, the total number of ways is .
Example 14: Combination Property ()
Question: If , find .
Solution: Using the property . Since , we must have . We need to find . Since , the value is 1.
Example 15: Using Combination Properties
Question: If , find n.
Solution: We write out the ratio: . This simplifies to . . No integer solution. Let me recheck the calculation. . Okay. Let me change the question. . No. Let's make it . Then . This is a better example.
Example 16: Geometric Combinations (Triangles)
Question: How many triangles can be formed from 12 points, of which 5 are collinear?
Solution: Total ways to choose 3 points from 12 = . Ways to choose 3 points from the 5 collinear points (which do not form a triangle) = . Number of triangles = .
Example 17: Geometric Combinations (Diagonals)
Question: Find the number of diagonals of a decagon (a polygon with 10 sides).
Solution: A decagon has 10 vertices. The total number of lines formed by joining any two vertices is . This total includes the 10 sides. Number of diagonals = Total lines - Sides = .
Example 18: Circular Permutations
Question: In how many ways can 7 people be seated around a circular table?
Solution: The number of ways to arrange n distinct objects in a circle is . For 7 people, the number of ways is .
Example 19: Circular Permutations (Necklace)
Question: In how many ways can 7 different beads be arranged to form a necklace?
Solution: For a necklace or garland, clockwise and anti-clockwise arrangements are considered the same. First, the number of circular arrangements is . Since we can flip the necklace over, we divide by 2. Total ways = .
Example 20: Circular Permutations
Question: In how many ways can 5 men and 4 women be seated at a round table so that no two women are together?
Solution: We use the gap method. First, arrange the 5 men around the circular table. The number of ways is . This creates 5 gaps between the men. We need to arrange the 4 women in these 5 gaps. This can be done in ways. . Total ways = .
Example 21: Rank of a Word
Question: Find the rank of the word 'LATE' in the dictionary.
Solution: Letters in alphabetical order are A, E, L, T.
- Words starting with A: ways.
- Words starting with E: ways.
- Words starting with L: The first word is LAET.
- Words starting with LA: The remaining letters are E, T. First word is LAET, second is LATE. So LATE is the 2nd word starting with LA. Total words before LATE = (Words before L) + (Words before T in LA..) = . The rank is 14. Using the formula: Letters smaller than L(2), A(0), T(1), E(0). Rank = .
Example 22: Rank of a Word
Question: Find the rank of the word 'ZENITH' if all permutations are listed in dictionary order.
Solution: The letters in alphabetical order are E, H, I, N, T, Z.
- Words starting with E: .
- Words starting with H: .
- Words starting with I: .
- Words starting with N: .
- Words starting with T: .
- Words starting with Z: The first word is ZEHINT. We need ZENITH.
- Words starting with ZEH…: .
- Words starting with ZEI…: .
- Words starting with ZEN…: Next letter is H. Words starting with ZENH…: . Next is ZENI… Words starting with ZENIH…: (ZENIHT). Next is ZENITH. Rank = . Let me re-calculate with the formula. Letters smaller than Z(5) E(0) N(2) I(1) T(1) H(0). Rank = .
Example 23: Distribution of Identical Items
Question: In how many ways can 10 identical mangoes be distributed among 4 children?
Solution: This is a 'stars and bars' problem. We are distributing n=10 identical items into r=4 distinct groups. The formula is . Number of ways = .
Example 24: Divisibility Problem
Question: How many 3-digit numbers divisible by 5 can be formed using the digits 0,2,4,5,6 without repetition?
Solution: For a number to be divisible by 5, its units digit must be 0 or 5. Case 1: Units digit is 0. (1 way). Hundreds place can be any of the remaining 4 digits (4 ways). Tens place can be any of the remaining 3 digits (3 ways). Total = . Case 2: Units digit is 5. (1 way). Hundreds place cannot be 0 (3 ways). Tens place can be any of the remaining 3 digits (3 ways). Total = . Total numbers = .