Why this topic matters · 9 min read
Permutations and Combinations is a high-yield topic in NDA Mathematics, typically contributing 3 to 5 questions per paper. Questions test nCr and nPr formulas, arrangements with restrictions, selections from groups, and word arrangement problems. The difficulty is moderate and these questions are quick marks if formulas and logic are clear. Expect at least one question involving circular arrangement or repeated letters.
Fundamental Principle of Counting
If one task can be done in m ways and another independent task can be done in n ways, then both together can be done in m x n ways. This is the Multiplication Principle. If either task is done (not both), it is m + n ways — the Addition Principle. Think of it like a menu: if you pick one main AND one drink, multiply. If you pick one OR the other, add.
- Multiplication rule: AND means multiply
- Addition rule: OR means add
- Always identify whether tasks are done together or separately
- This principle is the foundation for all permutation and combination problems
Key formulas
Multiplication Principle
Total ways = m x n x p x ...
When: When all tasks must be performed together
Addition Principle
Total ways = m + n + p + ...
When: When only one task is performed at a time
Worked example
A person has 4 shirts and 3 trousers. Total outfits = 4 x 3 = 12. If he picks only a shirt OR only a trouser = 4 + 3 = 7 choices.
Permutations — Arrangement Matters
A permutation is an arrangement of objects where ORDER MATTERS. Choosing 3 people from 5 for positions President, VP, Secretary is a permutation because who gets which post matters. The formula nPr gives the number of ways to arrange r objects chosen from n distinct objects. Think: Permutation = Position matters.
- nPr = n! / (n - r)!
- nPn = n! (all objects arranged)
- Permutation of n objects with repetition allowed: n^r
- Arrangements of n objects where p are identical of one type, q of another: n! / (p! x q!)
- Circular arrangement of n distinct objects: (n - 1)!
- Circular arrangement with necklace/bracelet (no clockwise/anticlockwise difference): (n - 1)! / 2
Key formulas
nPr
nPr = n! / (n - r)!
When: Arranging r objects from n distinct objects
All objects arranged
nPn = n!
When: All n objects placed in a row
Repeated objects
n! / (p! x q! x r! ...)
When: Word arrangements with repeated letters
Circular arrangement
(n - 1)!
When: Arranging n people around a round table
Worked examples
How many ways can letters of MISSISSIPPI be arranged? Total = 11 letters. M=1, I=4, S=4, P=2. Answer = 11! / (4! x 4! x 2!) = 34650
5 people sit around a circular table: arrangements = (5-1)! = 4! = 24
Combinations — Selection Matters, Order Does Not
A combination is a selection where ORDER DOES NOT MATTER. Choosing 3 students from 10 for a team is a combination because the team is the same regardless of the order you picked them. nCr is always smaller than or equal to nPr for the same values. Think: Combination = Committee (no ranks).
- nCr = n! / (r! x (n - r)!)
- nCr = nC(n-r) — choosing r is same as leaving out (n-r)
- nC0 = nCn = 1
- nC1 = n
- nCr + nC(r-1) = (n+1)Cr — Pascal's identity, useful for verification
- Sum of all combinations: nC0 + nC1 + ... + nCn = 2^n
Key formulas
nCr formula
nCr = n! / (r! x (n - r)!)
When: Selecting r objects from n without regard to order
Symmetry property
nCr = nC(n - r)
When: Simplify calculation when r is large
Total subsets
2^n
When: Total number of ways to select any number of items from n
Worked examples
A committee of 3 men and 2 women is to be formed from 6 men and 5 women. Ways = 6C3 x 5C2 = 20 x 10 = 200
From 10 points, no 3 collinear, number of triangles = 10C3 = 120
Key Special Cases and Restrictions
NDA frequently tests problems with conditions like always include certain persons, never include certain persons, always together, or never together. The strategy is: fix the restricted objects first, then arrange the rest. For always together treat the group as a single unit. For never together use total minus unwanted cases.
- Always together: Tie them as one block, arrange block internally and externally
- Never together: Total arrangements minus arrangements where they ARE together
- At least one: Total minus none selected (use 2^n logic)
- Division into groups: Be careful whether groups are identical or distinct
- Selecting from multiple groups: Multiply individual combinations
Key formulas
Never together shortcut
Total - (treating restricted items as together)
When: When two or more people/items cannot be adjacent or together
At least one selection
2^n - 1
When: Selecting at least one item from n items
Worked example
5 boys and 3 girls in a row, no two girls together. Arrange 5 boys in 5! ways = 120. Then place 3 girls in gaps between boys (6 gaps available) = 6P3 = 120. Total = 120 x 120 = 14400
Permutation vs Combination — Quick Decision
The single biggest skill in this topic is deciding which formula to use. Ask yourself: does the ORDER or ARRANGEMENT make a difference to the outcome? If yes, use permutation. If only the GROUP or SET matters, use combination. Keywords like arrange, order, rank, queue, sequence suggest permutation. Keywords like select, choose, committee, group, team suggest combination.
- Arrange, rank, sequence, queue = Permutation
- Select, choose, committee, group, team = Combination
- Permutation is always greater than or equal to combination for same n and r
- nPr = r! x nCr — permutation is just combination with internal arrangements
- When in doubt, ask: does swapping two items give a different outcome?
Key formulas
Link between P and C
nPr = nCr x r!
When: Converting between the two formulas to verify or simplify
⚠ Common mistakes to avoid
- Using nPr instead of nCr in selection problems — always check if order matters before choosing formula
- Forgetting to divide by repetition factorials in word arrangement problems like MISSISSIPPI or ARRANGE
- In circular arrangements, students use n! instead of (n-1)! — remember one person is fixed as reference
- In at-least-one problems, students forget to subtract the empty set case from 2^n, giving 2^n instead of 2^n - 1
- Confusing nCr symmetry: students recalculate nC7 when it equals nC(n-7), wasting time
🧠 Memory aids
- P for Position, C for Committee — if position matters use P, if only group matters use C
- CIRCULAR = fix one, arrange rest: think of one person glued to a chair, others move around (n-1)!
- REPEATED LETTERS = divide by the drama: each repeated letter creates identical clones so divide their factorials
- 2^n = total subsets including empty, 2^n - 1 = at least one selected. Think of a light switch for each item: on or off = 2 choices per item
🎯 NDA exam tips
- NDA typically asks 3 to 5 questions from this topic; word arrangement and committee selection are the most common question types in previous year papers
- Circular arrangement appears almost every year — remember (n-1)! for table seating and (n-1)!/2 for necklace problems
- Questions involving geometry (number of triangles, diagonals, lines from points) are based on combinations — diagonals of n-gon = nC2 - n
- Time-saving tip: use nCr = nC(n-r) to reduce calculation; computing 20C17 is far easier as 20C3 = 1140
- If a question says at least 1 or at most k, always use the complement method (total minus opposite condition) — it is always faster than adding individual cases
Q1 · medium · PYQ 2025
How many 7-letter words (with or without meaning) can be constructed using all the letters of the word CAPITAL so that all consonants come together in each word?
- 360
- 300
- 288
- 240
Q2 · easy · PYQ 2026
How many numbers greater than 1000 can be formed using the digits 0, 1, 2 and 3 (repetition of digits is not allowed)?
- 24
- 18
- 15
- 12
Q3 · medium · PYQ 2024
What is the sum of all four digit numbers formed by using all digits 0, 1, 4, 5 without repetition of digits?
- 44440
- 46460
- 46440
- 64440
Q4 · easy · PYQ 2025
In how many ways can the letters of the word DELHI be arranged keeping the positions of vowels and consonants unchanged?
- 6
- 9
- 12
- 24
Q5 · easy · PYQ 2025
What is the number of selections of at most 3 things from 6 different things?
- 20
- 22
- 41
- 42