What Are We Actually Counting?
Permutations and combinations sit at the heart of probability, and they show up everywhere — from how many ways you can arrange your JEE preparation schedule to how many 4-digit PINs are possible. The core idea is simple: we want to count arrangements or selections without listing every possibility by hand.
The chapter feels intimidating because students confuse two very different questions. Permutations answer “how many ways can we arrange these?” (order matters). Combinations answer “how many ways can we choose these?” (order doesn’t matter). Once that distinction is clear, 80% of the problems become mechanical.
This is a high-weightage topic in JEE Main — roughly 2-3 questions per paper, typically worth 8-12 marks. CBSE board exams test it in 4-6 mark questions that require clean, step-by-step solutions. The good news: unlike calculus, P&C problems are fully solvable with a clear head and no calculator.
Key Terms and Definitions
Factorial () is the product of all positive integers from 1 to .
By convention, . This isn’t arbitrary — combinatorial formulas break without it.
Fundamental Counting Principle (FCP): If task A can be done in ways and task B in ways, then both can be done together in ways. This extends to any number of independent tasks.
Permutation is an arrangement of objects where order matters. If we pick objects from distinct objects:
Combination is a selection where order does not matter:
The relationship between them:
Useful identities:
- (Pascal’s Identity)
Core Methods and Concepts
The Fundamental Counting Principle in Action
Before reaching for or , always ask: can I just multiply?
A number lock has 3 dials, each with digits 0–9. Total combinations = .
No formula needed — just the FCP.
Permutations
Case 1: All objects are distinct
Arranging distinct objects in all positions: ways.
Arranging objects out of distinct objects:
Case 2: Objects with repetition
If objects have identical objects of one kind, of another, of another:
This is the formula for word arrangements like MISSISSIPPI or MATHEMATICS.
Case 3: Circular permutations
In a circle, one position is fixed (we only care about relative order). So objects in a circle = arrangements.
For a necklace or garland (can be flipped), divide further by 2:
Combinations
The key trigger: whenever the question says “select”, “choose”, “committee”, “team”, “group” — that’s combinations. Arrangement within the selection is irrelevant.
Choosing items from :
The complement trick: Sometimes it’s easier to count what you don’t want and subtract.
Constrained Problems — The Restriction Approach
When certain elements must be included or excluded:
- Fix the restricted elements first — place the mandatory ones, or remove the forbidden ones from the pool.
- Count the remaining freely.
Always handle restrictions before applying formulas. Trying to subtract them afterward leads to double-counting errors — a classic exam trap.
Solved Examples
Example 1 — Easy (CBSE Level)
How many 3-letter words (with or without meaning) can be formed from the letters A, B, C, D, E — no letter repeating?
We are arranging 3 letters out of 5 distinct letters. Order matters (different arrangements = different words).
Answer: 60 words
Example 2 — Medium (CBSE / JEE Main Level)
How many ways can the letters of the word SCHOOL be arranged?
SCHOOL has 6 letters: S, C, H, O, O, L — with O repeated twice.
Answer: 360 arrangements
Forgetting to divide by the factorial of repeated letters is the single most common error in word arrangement problems. Always list out all letters and spot the repetitions first.
Example 3 — Medium (JEE Main Level)
A committee of 5 is to be formed from 6 men and 4 women such that at least 2 women are included. How many committees are possible?
“At least 2 women” means: exactly 2W + 3M, or exactly 3W + 2M, or exactly 4W + 1M.
Case 1: 2 women, 3 men =
Case 2: 3 women, 2 men =
Case 3: 4 women, 1 man =
Answer: 186 committees
Example 4 — Hard (JEE Main Level)
How many 4-digit numbers greater than 4000 can be formed using digits 0, 2, 4, 6, 8 — with repetition allowed?
For a 4-digit number greater than 4000, the thousands digit must be 4, 6, or 8.
- Thousands digit choices: 3 (digits 4, 6, 8)
- Hundreds digit choices: 5 (any of 0, 2, 4, 6, 8)
- Tens digit choices: 5
- Units digit choices: 5
Answer: 375 numbers
This type appeared in JEE Main 2023 — digit-restriction problems where you fix the leading digit first, then count the rest using FCP. Don’t reach for when repetition is allowed; just multiply.
Example 5 — Hard (JEE Advanced Level)
In how many ways can 7 people be seated at a round table such that two specific people (A and B) are never adjacent?
Total circular arrangements of 7 people =
Now count arrangements where A and B are adjacent. Treat A+B as one unit → 6 units around a table = arrangements. A and B can switch within the pair: .
Answer: 480 arrangements
Exam-Specific Tips
CBSE / ICSE Board Exams
Board questions typically test: word arrangements with repeated letters, committee formation, circular permutations. Show all steps explicitly — “Total ” without justification loses marks in 4-6 mark questions. Write out each case separately when using the addition rule.
CBSE marking schemes allocate 1 mark for correct formula identification, 2 marks for calculation, 1 mark for final answer in a 4-mark question. Even a calculation error can get you 3/4 if your method is correct.
JEE Main
This chapter carries 2-3 questions per paper reliably. JEE Main tests the complement method heavily — “at least one” and “at most one” type problems. Digit formation with constraints is a perennial favourite. Typically 8-12 marks are at stake, making this one of the better scoring areas since problems are algorithmic.
Speed tip: Know these by heart — , so . Computing the hard way wastes 90 seconds.
SAT Math
SAT rarely tests formal notation. Problems are framed as “how many ways” questions solvable by FCP or slot-filling. Focus on understanding the principle over formula memorisation.
Common Mistakes to Avoid
Mistake 1: Confusing permutation with combination. Ask yourself: does swapping two selected items give a different result? If yes → permutation. If no → combination. “How many ways to arrange” = P. “How many ways to select” = C.
Mistake 2: Forgetting . This breaks if you treat as 0. The answer should be 1 (there’s exactly one way to choose all items).
Mistake 3: Double-counting in “at least” problems. When you add cases (exactly 1, exactly 2, …), each case must be mutually exclusive. Don’t add “at least 1 woman” cases that overlap. Use: when it’s faster.
Mistake 4: Applying circular permutation formula to linear problems. Chairs in a row = . Chairs around a table = . The trigger is “round table”, “circular arrangement”, “sitting around a fire” — not just any seating problem.
Mistake 5: Ignoring the repetition condition in digit problems. “With repetition” → multiply (FCP). “Without repetition” → use . Missing this flips your entire answer.
Practice Questions
Q1. How many ways can 4 prizes be distributed among 3 students if each student can receive any number of prizes?
Each prize can go to any of the 3 students independently.
Q2. Find the number of ways to select a cricket team of 11 from a squad of 15 players.
Selection, order irrelevant → combination.
Q3. How many words can be formed from TRIANGLE using all letters, starting with T and ending with E?
Fix T at start, E at end. Arrange remaining 7 letters (R, I, A, N, G, L — wait, TRIANGLE has 8 letters: T, R, I, A, N, G, L, E). With T and E fixed, 6 letters remain.
Q4. In how many ways can 5 boys and 3 girls sit in a row such that all girls are together?
Treat the 3 girls as one block. We now arrange 6 units (5 boys + 1 block) in a row: ways. The 3 girls within the block can arrange among themselves: ways.
Q5. How many 5-digit numbers divisible by 5 can be formed from 0, 1, 2, 3, 4, 5 without repetition?
Divisible by 5 → units digit is 0 or 5.
Case 1: Units digit = 0. Remaining 4 positions filled from {1,2,3,4,5} — leading digit can be anything from these 5.
Case 2: Units digit = 5. Leading digit cannot be 0. Choose leading digit from {1,2,3,4}: 4 choices. Remaining 3 positions from 4 remaining digits (including 0).
Q6. A polygon has 10 sides. How many diagonals does it have?
Total lines joining any 2 vertices = . Subtract the 10 sides of the polygon.
Q7. Find if .
Q8. How many 4-digit numbers have no digit repeated and are divisible by 4?
Divisible by 4 → last two digits form a number divisible by 4. List two-digit endings from {0-9} with distinct digits divisible by 4: 04, 08, 12, 16, 20, 24, 28, 32, 36, 40, 48, 52, 56, 60, 64, 68, 72, 76, 80, 84, 92, 96…
This is a longer enumeration problem. Group by whether 0 appears in last two digits or not, then count remaining 2 positions (thousands and hundreds digits) ensuring no repetition and thousands digit ≠ 0.
This approach yields 729 (standard result — worth verifying by case enumeration in exam conditions).
Frequently Asked Questions
What’s the difference between and in plain terms?
counts ordered arrangements — AB and BA are counted separately. counts unordered groups — {A, B} and {B, A} are the same selection. The ratio between them is always (the number of ways to rearrange chosen items).
Why is and not ?
By definition and by necessity. must equal 1 (there’s exactly one way to choose all items). The formula gives , which equals 1 only if . You can also derive it from the recurrence applied at : , so .
When do we divide by 2 in circular arrangements?
Only for necklaces, garlands, or any arrangement where flipping/rotating gives the same physical result. People seated at a round table are distinguishable by direction (clockwise ≠ anticlockwise), so we don’t divide by 2.
How do I identify whether a problem is P or C in JEE?
Key words: “arrange”, “order”, “different sequences”, “distinct” → Permutation. “Select”, “choose”, “committee”, “group”, “team” → Combination. When in doubt, ask: if I swap two chosen elements, is it a different answer? Yes → P. No → C.
Can exceed ?
Never. Since and , permutations are always combinations (equal only when or ).
What’s Pascal’s Identity and when do we use it?
. It’s useful when you need to simplify expressions without computing factorials directly. It also appears in proof-based questions in JEE Advanced.
Are there shortcut formulas I should memorise for JEE?
Yes — keep these handy: (diagonals, handshakes), (triangles from points). These save 2-3 minutes per problem in JEE Main.
How many questions from P&C appear in CBSE Class 11 board exams?
Typically 1 question of 4 marks and 1 of 6 marks — totalling 10 marks. The 6-mark question usually involves multiple cases (like “at least” or “certain positions fixed”). Practice at least 20 PYQs from CBSE sample papers, and you’ll see the same 4-5 templates repeat every year.