Permutations and combinations sit at the heart of combinatorics — the branch of mathematics that counts arrangements and selections. If you've ever wondered how many ways a commanding officer can assign 3 posts from 10 soldiers, or how many 4-digit codes avoid repetition, this is the chapter that answers it.
Here is the core distinction, and it is the one students blur most often:
A useful analogy: think of forming a military squad versus forming a firing line. Picking 5 soldiers for a patrol squad is a combination — it doesn't matter who is listed first on the roll. But arranging those same 5 soldiers into a single-file march past is a permutation — position number one is distinct from position number five.
The mathematical machinery behind both is the factorial. For any positive integer :
By convention, — this is not arbitrary; it makes the formulas consistent.
From the factorial, two formulas follow directly:
Notice that . The factor of is exactly the number of ways to arrange a selected group — so permutation is just combination multiplied by the internal arrangements. Keep this relationship in your head; it resolves half the confusion instantly.
NDA papers test this chapter consistently. Questions are usually not raw formula application — they involve constraints: "leading digit cannot be zero", "vowels must stay together", "consonants keep their positions". The formula is never the hard part. Reading the constraint carefully is.
Before any formula, you need the multiplication and addition principles:
Most NDA problems are multiplication principle problems with one tricky constraint thrown in.
All distinct objects: arrangements.
objects from distinct objects:
The second form (product of consecutive integers descending from ) is faster to evaluate mentally than the fraction.
Permutations with repetition in the collection: If you have objects where one type repeats times, another repeats times, etc., the number of distinct arrangements is:
This formula appears whenever a word has repeated letters — a very common NDA setup.
Circular permutations: Arranging distinct objects in a circle gives arrangements, because one object can be fixed to eliminate rotational equivalence. If the arrangement can also be flipped (like a necklace or bracelet), divide further by 2: .
Key properties you must know cold:
Property 4 is a direct NDA question type — see the PYQ on .
A polygon with sides has vertices. Any 2 vertices define a line segment. Total line segments = . Subtract sides to get diagonals:
This is a formula NDA recycles frequently. Memorise it. To reverse-engineer from a given diagonal count, set up a quadratic and solve.
The number of positive integer solutions to is .
The number of non-negative integer solutions is .
The logic: positive-integer case. Give each variable 1 unit first (to ensure positivity), then distribute the remaining units freely. But the neater way to remember it — imagine placing stars in a row and inserting dividers among the gaps. That is ways.
When forming numbers with digit constraints:
This is the approach that prevents the classic error of forgetting that zero cannot lead a multi-digit number.
When you see the word "arrange", "order", "rank", "sequence", "queue" — use P (permutation). When you see "select", "choose", "committee", "group", "team", "subset" — use C (combination). Apply this word-scan before touching any formula. This saves the 15–20 seconds most students spend re-reading the question twice in the exam hall. Standard mis-application rate drops to near zero.
For any number-formation problem where zero is one of the available digits: always count choices for the leading digit first (exclude zero → one fewer choice), then multiply by the remaining options for the other positions. Example: 4-digit numbers from {0,1,2,3} without repetition — thousands place has 3 choices, remaining 3 places have 3! = 6 arrangements → 3 × 6 = 18. If you instead compute 4! = 24 and subtract the cases starting with 0 (= 3! = 6) you also get 18 — but that is a two-step method. The "fill the constrained slot first" method is a single multiplication: 3 steps vs 5 steps.
Don't memorise blindly. Derive it live: . Once you see it as " minus sides", you can reconstruct it in under 10 seconds even after a blank. For the reverse problem (given diagonals, find ), substitute into , rearrange to , and use the quadratic formula. For : . Total time with this approach: under 30 seconds vs drawing polygons (90+ seconds).
Whenever you see with , immediately write . This single step converts a two-unknown equation into a one-liner. For : set . No expansion, no factorial arithmetic. Standard method: expand both sides (5+ steps). This method: 1 equation, 1 step.
When consonants or vowels must "stay together", bundle them into a single block. Count: (number of non-block units + 1 block) items to arrange, divided by any internal repetitions, then multiply by internal arrangements of the block. For DELHI with vowels and consonants in fixed positions: vowels {E,I} occupy 2 fixed slots → 2! = 2 arrangements; consonants {D,L,H} occupy 3 fixed slots → 3! = 6 arrangements; total = 2 × 6 = 12. The key insight is that "keep positions of vowels unchanged" means vowels stay in vowel-slots — they just permute among those slots. This takes 20 seconds once you see it vs 60+ seconds of trial-and-error listing.
When you see a P&C question in the exam hall, run this decision tree before writing anything:
Step 1 — Order or no order? Words like arrange/sequence/rank → permutation. Words like select/choose/committee → combination.
Step 2 — Any constraint? Leading digit zero forbidden → fill leading digit first. Letters must stay together → use block method. Positions of a type are fixed → permute each type independently and multiply.
Step 3 — Repetition in the pool? Repeated letters/digits in the source → divide by factorial of each repeated count.
Step 4 — "At most" / "At least" / "Exactly"? Exactly → single term. At most → sum from 0 to (check whether empty set counts). At least → sum from to or use complement.
Step 5 — Does it match a known formula? Polygon diagonals, integer-solution counting (stars and bars), circular permutations — if the problem matches a known template, apply the formula directly without re-deriving.
Total decision time: under 20 seconds. Then execute the arithmetic cleanly.
Why this question: The most common NDA digit-question trap — forgetting that zero cannot occupy the leading position. This appears nearly every year in some form.
Solving path: Digits available: {0, 1, 2, 3}. Target: 4-digit numbers greater than 1000. Since we have exactly 4 digits and no repetition, every valid arrangement uses all 4 digits — so we need all 4-digit arrangements of {0,1,2,3} that don't start with 0. Thousands place: 3 choices (1, 2, 3). Remaining 3 places: fill with the 3 leftover digits in any order → ways. Total = .
Why this question: Tests the diagonal formula — a formula NDA recycles, and the reverse problem (given diagonals, find ) is the harder direction that eliminates unprepared students.
Solving path: Use the diagonal formula . Set , so , giving . Discriminant: . So . Verify: . Confirmed.
Why this question: Teaches the "positions are fixed, types permute independently" principle — a cleaner and faster approach than brute-force listing.
Solving path: DELHI: D(1), E(2), L(3), H(4), I(5). Vowels occupy positions 2 and 5: {E, I} can be arranged in those 2 positions in ways. Consonants occupy positions 1, 3, 4: {D, L, H} can be arranged in those 3 positions in ways. Total = .
Why this question: Stars-and-bars is a direct formula question. NDA occasionally drops one in to see if you know the template, or whether you'll waste time listing solutions.
Solving path: Positive integer solutions to count as . Here : . Quick verification by listing: — exactly 6.
Why this question: Tests the complement property of combinations. Students who don't know will expand factorials and grind for 3 minutes. Students who do will finish in 15 seconds.
Solving path: . If (which they aren't, since ), the complement property gives . So , meaning , thus .
Forgetting the empty selection. "At most 3 from 6" — many students compute and stop. But "at most 3" includes selecting 0 things (), giving 42. Read whether the problem context allows an empty selection, and include it when it does.
Zero in the leading position. In digit problems with zero as one of the options, every student knows zero can't lead — and then half of them still compute and forget. The fix is to always fill the leading position first, not last.
Permutation when combination is needed (and vice versa). The word "ways" alone tells you nothing. "In how many ways can a committee of 3 be formed" is combination. "In how many ways can a president, vice-president, and secretary be chosen" — same 3 people, but now it's permutation. The role differentiation is the signal.
Repeated letters ignored. If a word has repeated letters and you arrange it, you must divide by the factorial of each repeated letter's count. CAPITAL has two A's — so any arrangement count gets divided by . Missing this inflates your answer by the repetition factor.
Circular vs linear permutation confusion. A circular arrangement of people is , not . Students who linearise a circular problem overcount by a factor of .
Stars and bars: positive vs non-negative solutions. is for positive integer solutions. For non-negative, it's . The NDA question will specify "positive integers" — don't apply the non-negative formula by default.