Permutations and Combinations
1. Check this before you revise anything
Good news first: unlike Complex Numbers, Linear Inequalities, or Trigonometric Functions, almost nothing in this chapter has been pushed to formative-only status. CBSE's syllabus line reads in full: "Fundamental principle of counting. Factorial n. Permutations and combinations, derivation of formulae for and and their connections, simple applications" — and every part of that is summatively examined, matching the current book closely.
One coaching-material staple genuinely isn't here, though. Circular permutations (arranging people around a table, where rotations count as the same arrangement) do not appear anywhere in the 2026-27 chapter — not in the theorems, not in any of the 42 questions across its five exercises. If a worksheet asks about seating people in a circle, it is drilling content from outside this chapter entirely, not a formative-only carve-out like recent chapters — it simply was never part of this book.
2. What this chapter covers
| Textbook section | Topic |
|---|---|
| 6.2 | The fundamental principle of counting (multiplication principle) |
| 6.3 | Permutations — factorial notation, , arrangements with repetition or identical objects |
| 6.4 | Combinations — , its connection to , and Pascal-style identities |
3. The fundamental principle of counting
If one event can happen in ways, and a second (independent) event can happen in ways, the two together can happen in ways. This extends to any number of events: .
Worked, mirroring the textbook's own Example 2. Given 4 flags of different colours, how many 2-flag signals (one above the other) can be made? The upper position has 4 choices; for each, the lower position has 3 remaining choices: .
Worked, mirroring the textbook's own Example 4. How many signals can be made using at least 2 of 5 available flags? A signal could use 2, 3, 4, or 5 flags — count each case separately, then add them, since a signal can't simultaneously have 2 flags and 3 flags: .
This is the chapter's first real distinction, and it matters throughout: multiply for "this AND then that" (sequential, independent choices); add for "this OR that" (separate, mutually exclusive cases).
4. Factorial notation, and permutations of distinct objects
, with by definition — a convention chosen specifically so the formulas below work at their boundary cases.
A permutation is an arrangement in a definite order. The number of permutations of distinct objects taken at a time is:
This comes directly from the multiplication principle: the first of positions has choices, the second has remaining, ..., the -th has remaining. When : . When : (there's exactly one way to arrange nothing — leave everything behind).
Worked, mirroring the textbook's own Example 11. How many numbers between 100 and 1000 use the digits without repetition? Every such number has exactly 3 digits, so start with arrangements of 3 digits from 6 — but this overcounts, including arrangements like that aren't really 3-digit numbers (leading zero). Fixing in the hundreds place and arranging 2 digits from the remaining 5 gives such invalid cases. The answer is .
When repetition is allowed, the count becomes instead — each of the positions independently has all choices again.
5. Permutations when objects repeat
If some of the objects are identical, straightforward arrangement over-counts: swapping two identical objects doesn't create a new arrangement, but the formula would count it as if it did. For objects of one kind, of a second kind, and so on:
Worked, mirroring the textbook's own Example 9. ALLAHABAD has 9 letters: 4 A's, 2 L's, the rest distinct. Arrangements: .
Worked, mirroring the textbook's own Example 16. INDEPENDENCE has 12 letters (N×3, E×4, D×2, rest distinct). Total arrangements: . Restricted counts build on this base rather than starting over. Words starting with P: fix P, arrange the remaining 11 letters (still N×3, E×4, D×2): .
Words where all 5 vowels (E,E,E,E,I) stay together: treat them as one block, giving 8 objects (block + 7 consonants, still N×3, D×2) to arrange, times the vowels' own internal arrangements: . Vowels never all together is then found by subtracting from the unrestricted total: .
6. Permutations with position restrictions
Worked, mirroring the textbook's own Example 14. DAUGHTER has 8 distinct letters, 3 of them vowels (A, U, E). Arrangements with all vowels together: treat AUE as one block, giving 6 objects to arrange (), times the vowels' internal order (): . Arrangements where the vowels are never all together: total unrestricted arrangements minus the "together" count: .
Worked, mirroring the textbook's own Example 24 — a genuinely different technique, for keeping objects apart rather than together. Seat 5 girls and 3 boys in a row so no two boys sit together. Seat the girls first: ways. This creates 6 gaps (including both ends: ) — placing the 3 boys into 3 of these 6 gaps, order mattering, is . Total: .
The "gap method" is the standard tool whenever a problem says objects must NOT be adjacent — arrange the unrestricted group first, then place the restricted objects into the gaps this creates.
7. Combinations
A combination is a selection where order doesn't matter — choosing a 3-person committee, not assigning who's president. Since every combination of objects can be internally reordered in ways to produce a permutation:
Two identities follow directly: (choosing to include is the same count as choosing to exclude), and Pascal's identity, — the rule behind every entry of Pascal's triangle, and the one this chapter hands directly to the Binomial Theorem next.
Worked, mirroring the textbook's own Example 18. A 3-person committee from 2 men and 3 women: total ways. Restricted to exactly 1 man and 2 women: .
Worked, mirroring the textbook's own Example 19(v). Choosing 4 cards of the same colour from a standard deck (26 red, 26 black): choose all 4 from red, or all 4 from black — cases are added, not multiplied, since a hand can't be both: .
8. "At least" and "at most" — splitting into cases
Worked, mirroring the textbook's own Example 21. From 4 girls and 7 boys, form a 5-member team with at least 3 girls. Since the group has only 4 girls, the only possible splits are 3 girls+2 boys, or 4 girls+1 boy — never "5 girls," which doesn't exist here. .
This case-by-case approach — list every valid split, compute each with combinations, then add — is the standard method for every "at least" or "at most" selection problem, exactly parallel to how Section 3 handled "at least 2 flags" by adding across cases.
Summary
- Multiply for sequential independent choices ("this AND then that"); add for separate, mutually exclusive cases ("this OR that").
- counts arrangements of objects from distinct ones, order mattering; with repetition allowed, it becomes .
- Objects that repeat divide out their own internal rearrangements: .
- "Keep together" problems glue the group into one block; "keep apart" problems arrange everything else first and place the restricted objects into the gaps.
- counts selections, order not mattering; , and Pascal's identity carries directly into the Binomial Theorem.
- "At least"/"at most" problems are solved by listing every valid case, computing each with combinations, and adding — never by a single shortcut formula.
- Circular permutations are not part of this chapter's current content at all, despite being a common coaching-material addition for this topic.
