Chapter 6: Permutations and Combinations
How many ways can books be arranged on a shelf? How many committees of can be formed from people? How many license plates can be made with letters and digits? Combinatorics , the art of counting , gives precise answers to all such questions, often without ever listing the possibilities.
This chapter introduces two complementary ideas. A permutation is an arrangement where order matters (the first book, then the second book, then the third). A combination is a selection where order does not matter (a committee of four). The same group of people forms many different "arrangements in a queue" but exactly one "committee".
Both ideas rest on a single principle , the fundamental principle of counting (multiplication principle). From it we derive the factorial , the permutation count , and the combination count .
For Class XII and JEE you will use these formulas in:
- Binomial theorem (next chapter): coefficients are .
- Probability: counting favourable outcomes.
- Algebra: counting solutions to equations.
- Discrete optimisation: counting routes, colourings, codes.
The single biggest test in this chapter is modelling: can you read a word problem and decide whether order matters (permutation), whether repetition is allowed, and what the right formula is?
What's inside
- Fundamental principle of counting , the multiplication and addition principles.
- Factorials , definition, computation, simplifications.
- Permutations of distinct objects , and arrangements.
- Permutations with repetition and identical objects , circular and special cases.
- Combinations , and selections.
- Mixed and applied problems , words, committees, geometry, hand-shakes.
Key results / Formula card
| Concept | Formula |
|---|---|
| Multiplication principle | If has outcomes and has , then " then " has |
| Factorial | , |
| Permutation distinct, at a time | |
| Permutations of with repetition allowed | ( positions) |
| Permutations of objects, of one kind, of another | |
| Circular permutations of distinct | |
| Combination distinct, at a time | |
| Symmetry | |
| Pascal's identity | |
How to read this chapter
For every problem ask three questions: (i) Does order matter? (ii) Is repetition allowed? (iii) Are all the objects distinct? Your answer to these chooses the formula. Once you have it, the computation is mechanical.