Permutations and Combinations is Chapter 6 of CBSE Class 11 Maths — the chapter that teaches you how to count cleverly without listing every possibility. Whether it is arranging books on a shelf, forming committees, or making number plates, this chapter gives you the tools to count huge possibilities in a single line of working.
By the end of these notes you will confidently use the fundamental principle of counting, handle factorials, apply ⁿPᵣ and ⁿCᵣ, solve arrangement problems with restrictions and circular cases, and tackle selection, division and distribution problems. This is a high-scoring chapter carrying roughly 6–8 marks in boards, and the foundation for Binomial Theorem and all of Probability.
Table of Contents
- Key Concepts — Counting principle, factorials, permutations, combinations, distribution
- Weightage in Board & Entrance Exams
- Important Definitions & Formulas
- Solved Examples
- Important Questions for Board Exams
- Quick Revision Points
Key Concepts
1. Fundamental Principle of Counting
The whole chapter rests on two simple counting rules. They let you find the total number of outcomes without writing them all out.
Multiplication Principle
If one event can occur in m ways and, following it, a second event can occur in n ways, then the two events together occur in m × n ways. Use it when tasks happen one after another (“AND”).
Example: A boy has 3 shirts and 2 pants. He can dress in 3 × 2 = 6 ways.
Addition Principle
If one event can occur in m ways and a separate, mutually exclusive event in n ways, then either one can occur in m + n ways. Use it when you choose one task or the other (“OR”).
Example: A student can travel by 2 buses or 3 trains, so they can travel in 2 + 3 = 5 ways.
2. Factorial Notation
The factorial of a natural number n, written n!, is the product of all positive integers up to n.
n! = n × (n − 1) × (n − 2) × … × 3 × 2 × 1
- 0! = 1 (by definition) and 1! = 1.
- n! = n × (n − 1)! — the recursive relation used to simplify ratios.
- Factorials are defined only for whole numbers; (½)! is not defined here.
Example: 5! = 5 × 4 × 3 × 2 × 1 = 120, and 6!/4! = 6 × 5 = 30.
3. Permutations (Arrangements)
A permutation is an arrangement of objects in a definite order. Here order matters — AB and BA are counted as different.
The number of permutations of n distinct objects taken r at a time is:
ⁿPᵣ = n! / (n − r)!, where 0 ≤ r ≤ n
- ⁿPₙ = n! — arranging all n objects.
- ⁿP₀ = 1 and ⁿP₁ = n.
Example: The number of 3-letter words from the letters of WORLD is ⁵P₃ = 5!/2! = 60.
4. Permutations with Repetition
When objects may be repeated, each of the r places can be filled in n ways.
Number of arrangements = nʳ
Example: The number of 4-digit codes using digits 0–9 with repetition allowed is 10⁴ = 10000.
5. Permutations of Objects Not All Distinct
If among n objects, p are alike of one kind, q alike of a second kind and r alike of a third, the number of distinct arrangements is:
n! / (p! × q! × r!)
Example: The number of arrangements of the letters of the word MISSISSIPPI (where I appears 4 times, S 4 times, P 2 times, M once) is 11!/(4! 4! 2!) = 34650.
6. Permutations with Restrictions
Many board questions add a condition — fix a position, keep some objects together, or keep them apart.
- Objects together: tie the group as a single unit, arrange the units, then arrange within the group.
- Objects never together: total arrangements − arrangements where they are together.
- Fixed positions: e.g. words beginning with a vowel — fix that place first, then fill the rest.
Example: In how many ways can 5 boys and 3 girls sit in a row so that all 3 girls are together? Treat the girls as one block: 6! × 3! = 720 × 6 = 4320.
7. Circular Permutations
When objects are arranged in a circle there is no fixed “first” seat, so we fix one object and arrange the rest.
- Number of circular arrangements of n distinct objects = (n − 1)!
- If clockwise and anticlockwise arrangements are considered the same (e.g. a garland or necklace) = (n − 1)!/2
Example: 5 people can be seated around a round table in (5 − 1)! = 4! = 24 ways.
8. Combinations (Selections)
A combination is a selection of objects where order does not matter — AB and BA are the same selection.
The number of combinations of n distinct objects taken r at a time is:
ⁿCᵣ = n! / [r! (n − r)!], where 0 ≤ r ≤ n
- ⁿC₀ = ⁿCₙ = 1 and ⁿC₁ = n.
- Use combinations for committees, teams, handshakes, and drawing cards.
Example: A committee of 3 from 8 people can be chosen in ⁸C₃ = 8!/(3! 5!) = 56 ways.
9. Relation Between Permutations and Combinations
A permutation is just a selection followed by an arrangement. So the two are linked by:
ⁿPᵣ = ⁿCᵣ × r!
This says: choose r objects (ⁿCᵣ ways), then arrange them (r! ways). Dividing a permutation count by r! removes the ordering and gives the combination count.
10. Properties of ⁿCᵣ
| Property | Statement |
|---|---|
| Symmetry | ⁿCᵣ = ⁿCₙ₋ᵣ |
| If ⁿCₓ = ⁿCᵧ | then x = y or x + y = n |
| Pascal’s rule | ⁿCᵣ + ⁿCᵣ₋₁ = ⁿ⁺¹Cᵣ |
| Sum of all | ⁿC₀ + ⁿC₁ + … + ⁿCₙ = 2ⁿ |
| Relation | ⁿCᵣ / ⁿCᵣ₋₁ = (n − r + 1)/r |
Note: The symmetry property ⁿCᵣ = ⁿCₙ₋ᵣ saves work — ⁵⁰C₄₈ is far easier to compute as ⁵⁰C₂.
11. Division and Distribution of Objects
These are the trickiest exam problems — splitting items into groups or handing them to people.
- Into groups of unequal size (e.g. groups of p, q, r where p + q + r = n): n!/(p! q! r!).
- Into groups of equal size (m groups of equal size, groups not named): divide further by m! to remove the ordering of identical groups.
- Distribution to named persons: after dividing, multiply by the number of ways to assign the groups to the persons.
Example: The number of ways to divide 52 cards equally among 4 players is 52!/(13!)⁴. If the four players are distinct, no extra division by 4! is needed because the players are named.
12. Total Number of Combinations
Sometimes you select any number of objects (one or more), not a fixed count.
- Selecting some or all of n distinct objects (at least one) = 2ⁿ − 1.
- This comes from each object being either chosen or not chosen (2 options each), minus the empty selection.
Example: A person with 5 distinct fruits can make 2⁵ − 1 = 31 different non-empty selections.
Weightage in Board & Entrance Exams
| Exam | Typical Weightage | Most-Tested Areas |
|---|---|---|
| CBSE Board (Class 11) | 6–8 marks | Counting principle, ⁿPᵣ/ⁿCᵣ, words with restrictions, committees |
| JEE Main / Advanced | 1–2 questions (with Probability) | Distribution, circular, repeated letters, ⁿCᵣ properties |
| CUET / Other | 2–3 questions | Direct ⁿPᵣ, ⁿCᵣ formula application, factorial simplification |
[TABLE: Question-type split — VSA (1 mark): factorial values, simple ⁿPᵣ/ⁿCᵣ; SA (2–3 marks): words with conditions, committees, circular; LA (5 marks): division/distribution, ⁿPᵣ = ⁿCᵣ × r! based proofs.]
Important Definitions & Formulas
| Term | Definition / Formula |
|---|---|
| Multiplication principle | Events one after another: m × n ways |
| Addition principle | Mutually exclusive events: m + n ways |
| Factorial | n! = n(n − 1)(n − 2)…2·1; 0! = 1 |
| Permutation | Ordered arrangement: ⁿPᵣ = n!/(n − r)! |
| Permutation with repetition | r places, n choices each: nʳ |
| Like objects | n!/(p! q! r!) distinct arrangements |
| Circular permutation | (n − 1)!; necklace/garland: (n − 1)!/2 |
| Combination | Unordered selection: ⁿCᵣ = n!/[r!(n − r)!] |
| Relation | ⁿPᵣ = ⁿCᵣ × r! |
| Symmetry | ⁿCᵣ = ⁿCₙ₋ᵣ; Pascal: ⁿCᵣ + ⁿCᵣ₋₁ = ⁿ⁺¹Cᵣ |
| Total selections | At least one of n objects: 2ⁿ − 1 |
Solved Examples
Example 1
How many 3-digit numbers can be formed using the digits 1, 2, 3, 4, 5 without repetition?
Answer: Order matters, so ⁵P₃ = 5!/2! = 5 × 4 × 3 = 60.
Example 2
In how many ways can the letters of the word EQUATION be arranged? (All 8 letters are distinct.)
Answer: 8! = 40320.
Example 3
Find the number of arrangements of the letters of the word BALLOON.
Answer: 7 letters with L twice and O twice: 7!/(2! 2!) = 5040/4 = 1260.
Example 4
A committee of 5 is to be formed from 6 men and 4 women so that it has exactly 3 men and 2 women. In how many ways?
Answer: ⁶C₃ × ⁴C₂ = 20 × 6 = 120.
Example 5
In how many ways can 6 people be seated around a round table?
Answer: Circular arrangement = (6 − 1)! = 5! = 120.
Example 6
If ⁿC₈ = ⁿC₆, find n and then ⁿC₂.
Answer: Since ⁿCₓ = ⁿCᵧ ⇒ x + y = n, so 8 + 6 = n ⇒ n = 14. Then ¹⁴C₂ = (14 × 13)/2 = 91.
Important Questions for Board Exams
1-Mark Questions (VSA)
- Evaluate 8!/(6! × 2!).
- Write the value of ⁿP₀ and ⁿPₙ.
- If ⁿC₃ = ⁿC₇, find n.
- How many ways can 4 distinct objects be arranged in a circle?
- State the difference between a permutation and a combination.
2–3-Mark Questions (SA)
- How many words, with or without meaning, can be formed using all the letters of the word MONDAY? How many begin with M?
- Find the number of arrangements of the letters of the word ASSASSINATION.
- In how many ways can 5 boys and 4 girls be seated in a row so that no two girls sit together?
- Prove that ⁿPᵣ = ⁿCᵣ × r!.
5-Mark Questions (LA)
- From a class of 25 students, 10 are to be chosen for an excursion. There are 3 students who decide that either all of them join or none. In how many ways can the excursion party be chosen?
- In how many ways can 52 playing cards be divided equally among 4 players? Among 4 groups (not named)?
- Find the number of triangles that can be formed by joining 12 points, of which 4 are collinear.
Quick Revision Points
- Counting: multiplication for “AND” (m × n), addition for “OR” (m + n)
- n! = n(n − 1)!; 0! = 1; factorials defined for whole numbers only
- Permutation (order matters): ⁿPᵣ = n!/(n − r)!; with repetition: nʳ
- Like objects: n!/(p! q! r!)
- Circular: (n − 1)!; necklace/garland: (n − 1)!/2
- Combination (order does not matter): ⁿCᵣ = n!/[r!(n − r)!]
- Link: ⁿPᵣ = ⁿCᵣ × r!
- Properties: ⁿCᵣ = ⁿCₙ₋ᵣ; ⁿCᵣ + ⁿCᵣ₋₁ = ⁿ⁺¹Cᵣ; ΣⁿCᵣ = 2ⁿ
- Selecting at least one of n objects: 2ⁿ − 1
- Items together → bundle; never together → total − together
Next Chapter: Chapter 7 — Binomial Theorem
Chapter Navigation
Previous: Linear Inequalities Class 11 Notes
Next: Binomial Theorem Class 11 Notes
Related Chapters in Class 11 Maths
Practice What You Learned
Build on counting and selection with our Class 12 Maths notes once you are board-ready.