Class 12 Mathematics
Unit 1
Algebra
Chapter 1
Permutation and Combination
Class 12 Mathematics – Permutation and Combination Notes PDF
On mobile, swipe inside the PDF to read all pages and pinch to zoom.
Contents / Quick Navigation
NEB / CDC Focus
This chapter develops systematic methods for counting arrangements and selections. The core ideas are the basic counting principle, permutations, combinations, circular arrangements, arrangements with repeated objects, repeated use, and standard properties of combinations.
1. Introduction
Permutation means an arrangement in which order matters.
Combination means a selection in which order does not matter.
For example, choosing a captain and vice-captain from a group is an arrangement: choosing A as captain and B as vice-captain differs from choosing B as captain and A as vice-captain. But choosing two committee members A and B gives the same pair as B and A.
2. Basic Principle of Counting
2.1 Multiplication Principle
If one operation can be performed in m ways and, after that, a second operation can be performed in n ways, then the two operations can be performed successively in m × n ways.
More generally, if successive stages have n1, n2, …, nk choices, the total number of outcomes is n1n2…nk.
2.2 Addition Principle
If one task can be performed in m mutually exclusive ways and another alternative task can be performed in n mutually exclusive ways, then one of the two tasks can be performed in m+n ways.
A student may choose one book from 5 Mathematics books or 4 Physics books.
Total choices = 5 + 4 = 9.
3. Factorial Notation
Examples: 5! = 120, 7!/5! = 7×6 = 42.
Do not treat 0! as zero. By definition, 0! = 1.
4. Permutation of Distinct Objects
A permutation is an ordered arrangement. The number of permutations of n distinct objects taken r at a time is denoted by nPr.
4.1 Derivation of nPr
For the first position there are n choices. After one object is used, there are n−1 choices for the second, then n−2 for the third, and so on.
How many ways can president, secretary and treasurer be chosen from 7 students?
- The posts are different, so order matters.
- We arrange 3 students from 7.
- 7P3 = 7×6×5 = 210.
Answer: 210 ways.
5. Permutation When Objects Are Not All Different
When some objects are identical, interchanging identical objects does not create a new arrangement. Therefore, ordinary n! overcounts.
If among n objects, p are alike of one kind, q are alike of another kind, r are alike of a third kind, and so on, then:
Number of distinct arrangements = n!p!q!r!…5.1 Why divide by factorials of repeated objects?
If two A’s are identical, every visible arrangement is counted 2! times when the two A’s are temporarily treated as different. With p identical objects, each arrangement is counted p! times.
The word MISSISSIPPI has 11 letters: M = 1, I = 4, S = 4, P = 2.
Number of distinct arrangements = 11!/(4!4!2!) = 34,650.
6. Circular Permutation
In a circle there is no fixed first position. Rotating the whole arrangement does not create a new seating order. To remove rotational duplication, fix one object and arrange the remaining n−1.
If clockwise and anticlockwise arrangements are also considered identical (as in some necklace/garland problems), divide by 2: (n−1)!/2. Use this only when the problem explicitly treats mirror-image directions as the same.
In how many ways can 8 people sit around a round table?
(8−1)! = 7! = 5040.
Answer: 5040 ways.
7. Permutation with Repeated Use Allowed
If each of r positions can be filled by any of n available objects and repetition is allowed, then every position has n choices.
Each of 4 positions has 10 choices, and repetition is allowed.
Total = 10×10×10×10 = 104 = 10,000.
If the question says “4-digit number” rather than PIN, the first digit cannot be zero; then the count changes. Always read restrictions carefully.
8. Combination of Distinct Objects
A combination is a selection where order is ignored. The number of ways to choose r objects from n distinct objects is denoted by nCr.
8.1 Derivation of the combination formula
First choose r objects: nCr ways. Each chosen group can then be arranged in r! ways. Therefore:
nPr = nCr · r!
How many 4-member committees can be formed from 10 students?
The positions are identical, so order does not matter.
10C4 = 10!/(4!6!) = (10×9×8×7)/(4×3×2×1) = 210.
Answer: 210 committees.
9. Properties of Combination
| Property | Meaning / Use |
|---|---|
| nCr = nCn−r | Choosing r objects is equivalent to deciding which n−r objects are left out. |
| nCr + nCr−1 = n+1Cr | Pascal identity. |
| r·nCr = n·n−1Cr−1 | Useful for simplifying expressions involving rC terms. |
| (n−r)·nCr = n·n−1Cr | Companion identity obtained algebraically. |
| nCr / nCr−1 = (n−r+1)/r | Useful for successive combination coefficients. |
| nC0 + nC1 + … + nCn = 2n | Total number of subsets of an n-element set. |
9.1 Proof of symmetry
nCr = n!/[r!(n−r)!] = n!/[(n−r)!r!] = nCn−r.
9.2 Pascal identity — counting argument
Suppose a group has n+1 people and one person is distinguished, say A. To form a committee of r:
- If A is excluded: choose all r members from the other n → nCr.
- If A is included: choose the remaining r−1 members from the other n → nCr−1.
Hence nCr + nCr−1 = n+1Cr.
10. Permutation vs Combination
| Feature | Permutation | Combination |
|---|---|---|
| Main idea | Arrangement | Selection |
| Does order matter? | Yes | No |
| Notation | nPr | nCr |
| Formula | n!/(n−r)! | n!/[r!(n−r)!] |
| Typical words | arrange, rank, seat, code, posts | choose, select, committee, team, group |
| Relationship | nPr = nCr·r! | |
Ask: “If I swap the selected objects, does the outcome change?” If yes, use permutation. If no, use combination.
11. Worked Numerical Examples
How many 3-digit numbers can be formed from 1, 2, 3, 4, 5 without repetition?
- All five digits are non-zero, so any digit can occupy the hundreds place.
- We arrange 3 distinct digits from 5.
- 5P3 = 5×4×3 = 60.
Answer: 60.
How many 4-digit numbers can be formed from 0, 1, 2, 3, 4 without repetition?
- First digit cannot be zero: 4 choices (1,2,3,4).
- Second digit: 4 remaining choices, including zero.
- Third digit: 3 choices.
- Fourth digit: 2 choices.
Total = 4×4×3×2 = 96.
Answer: 96.
In how many ways can 5 boys and 4 girls sit in a row if all girls sit together?
- Treat the 4 girls as one block. Then there are 6 units: 5 boys + 1 block.
- Arrange these 6 units in 6! ways.
- Arrange the 4 girls within their block in 4! ways.
- Total = 6!×4! = 720×24 = 17,280.
Answer: 17,280 ways.
A committee of 5 is chosen from 9 people. In how many ways can it be formed if one particular person must be included?
- Include the compulsory person.
- Choose the remaining 4 members from the other 8.
- 8C4 = 70.
Answer: 70 committees.
From 6 boys and 4 girls, how many 3-member committees contain at least one girl?
- Total committees: 10C3 = 120.
- Committees with no girl: choose all 3 from 6 boys → 6C3 = 20.
- Required = 120 − 20 = 100.
Answer: 100 committees.
In how many ways can 6 people sit around a round table if A and B must sit together?
- Treat A and B as one block. There are now 5 circular units.
- Arrange them around the circle: (5−1)! = 4!.
- A and B can switch positions inside their block in 2! ways.
- Total = 4!×2 = 48.
Answer: 48 ways.
If 10Cr = 10C3, find possible values of r.
Using nCr = nCn−r, either r=3 or r=10−3=7.
Answer: r = 3 or 7.
12. Step-by-Step Strategy for Solving Problems
- Identify the objects: distinct or repeated?
- Decide whether order matters: permutation or combination?
- Check repetition: allowed or not allowed?
- Check shape: linear arrangement or circular arrangement?
- Read restrictions: together, apart, compulsory, excluded, first digit non-zero, etc.
- Choose the formula only after modelling the situation.
- Simplify factorials before multiplying large numbers.
- Check reasonableness: a restricted count should not exceed the unrestricted count.
13. Common Mistakes and Warnings
A committee has no ranking unless posts are specified. Normally use nCr.
A numeral cannot begin with zero, though a code or PIN may.
Divide by factorials corresponding to identical repetitions.
For n distinct people around a circle, use (n−1)!.
Often it is shorter to use: total − none.
(n−r)! is not n!−r!.
14. Exam-Important Formula Sheet
15. Important Exam Questions
Short-Answer Questions
- State the multiplication principle of counting with one example.
- Define permutation and combination. Give one situation for each.
- Show that nPr = nCrr!.
- Evaluate 8P3 and 8C3.
- Why is the number of circular arrangements of n distinct objects equal to (n−1)!?
- Find the number of distinct arrangements of the letters of NEPAL.
- Find the number of distinct arrangements of the letters of SUCCESS.
- Prove nCr = nCn−r.
- State Pascal’s identity for combinations.
Long-Answer / Derivation Questions
- Derive the formula nPr = n!/(n−r)! using the multiplication principle.
- Derive the formula for arrangements of n objects when p, q, r, … objects are identical.
- Derive nCr = n!/[r!(n−r)!] from permutations.
- Prove Pascal’s identity nCr + nCr−1 = n+1Cr.
- Explain circular permutation and derive the number of arrangements of n distinct people around a round table.
Numerical Questions
- How many 5-digit numbers can be formed from given digits without repetition when zero is included?
- How many arrangements of a word containing repeated letters are possible?
- From a mixed group of boys and girls, form a committee satisfying “at least”, “at most”, or compulsory-member conditions.
- Find the number of arrangements when specified people must sit together or must not sit together.
- Find circular seating arrangements with one or more adjacency restrictions.
- Solve equations involving nPr or nCr using factorial identities and symmetry.
Diagram / Explanation Questions
- Use a tree diagram to explain the multiplication principle.
- Use the slot method to explain the derivation of nPr.
- Draw a circular seating diagram to explain why rotation does not make a new arrangement.
- Use Pascal’s triangle to illustrate a property of combinations.
16. One-Minute Revision
- Use multiplication when choices occur in successive stages.
- Use addition for mutually exclusive alternatives.
- 0! = 1.
- Permutation means arrangement; order matters.
- nPr = n!/(n−r)!.
- For repeated identical objects, divide by the factorial of each repetition count.
- For a round table, n distinct objects have (n−1)! arrangements.
- With repetition allowed in r ordered positions, the number is nr.
- Combination means selection; order does not matter.
- nCr = n!/[r!(n−r)!].
- nPr = nCrr!.
- nCr = nCn−r.
- For “at least one”, complement counting (total − none) is often fastest.
- For objects that must remain together, treat them temporarily as one block.
- Always check whether zero, repetition, circular order, or restrictions change the basic formula.
17. Diagram Practice
Students should be able to redraw and explain these simple teaching diagrams:
- Tree diagram for the multiplication principle.
- Slot diagram for deriving nPr.
- Repeated-letter arrangement model.
- Circular seating diagram with one position fixed.
- Selection diagram showing why order is ignored in combinations.
- Pascal triangle illustrating combination identities.
- Block method diagram for objects that must remain together.
Also Visit
Original Nepal eNotes page: Class 12 Mathematics Permutation and Combination Notes.
Discussion
Share a helpful question, idea, or explanation with other students.