Fatskills
Practice. Master. Repeat.
Study Guide: How to Solve: Permutations and Combinations (IIT JEE Guide)
Source: https://www.fatskills.com/iit-jee-math/chapter/how-to-solve-permutations-and-combinations-iit-jee-guide

How to Solve: Permutations and Combinations (IIT JEE Guide)

By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.

⏱️ ~6 min read

How to Solve: Permutations and Combinations (IIT JEE Guide)

Hook: Mastering permutations and combinations unlocks 10-15% of IIT JEE Maths marks—from seating arrangements to probability, and even advanced topics like derangements. One wrong formula, and you lose 4-6 marks in seconds. This guide ensures you never mix them up again.


What You Need to Know First

  1. Factorials – What is n! and how to simplify expressions like 5! / 3!.
  2. Basic Counting – The difference between "AND" (multiply) and "OR" (add).
  3. Set Theory – Understanding subsets, unions, and intersections.

Key Vocabulary

Term Plain-English Definition Quick Example
Permutation Arrangement where order matters. Picking 1st, 2nd, 3rd place in a race.
Combination Selection where order does not matter. Choosing 3 fruits from a basket.
Fundamental Principle of Counting (FPC) If one event can happen in m ways and another in n ways, total ways = m × n. 3 shirts × 2 pants = 6 outfits.
Derangement A permutation where no element appears in its original position. Rearranging letters so none stay in place.
Circular Permutation Arrangements in a circle (order matters, but rotations are identical). Seating 4 people around a round table.
Repetition Allowed When items can be reused in arrangements. Forming 3-digit numbers with digits 1-9.

Formulas to Know

Formula Variables When to Use Memorise?
Permutation (Order Matters)
P(n, r) = n! / (n - r)!
n = total items, r = items to arrange Arranging r distinct items from n. MEMORISE THIS
Combination (Order Doesn’t Matter)
C(n, r) = n! / [r! (n - r)!]
n = total items, r = items to choose Selecting r items from n (e.g., teams, committees). MEMORISE THIS
Fundamental Principle of Counting (FPC)
Total ways = m₁ × m₂ × ... × mₖ
m₁, m₂, ..., mₖ = ways for each independent event Multi-step processes (e.g., passwords, routes). MEMORISE THIS
Permutation with Repetition
n = choices per step, r = steps Arrangements where items can repeat (e.g., 3-digit numbers with digits 0-9). MEMORISE THIS
Circular Permutation
(n - 1)!
n = distinct items Arranging n distinct items in a circle. MEMORISE THIS
Derangement (Dₙ)
Dₙ = (n - 1)(Dₙ₋₁ + Dₙ₋₂)
Dₙ = n! Σ (from k=0 to n) [(-1)ᵏ / k!]
n = number of items Permutations where no item is in its original position. Given on exam sheet (but understand the concept!)
Combination with Repetition
C(n + r - 1, r)
n = types of items, r = items to choose Selecting r items from n types where repetition is allowed (e.g., buying 5 fruits from 3 types). Given on exam sheet

Step-by-Step Method

Step 1: Read the Problem Carefully

  • Underline keywords: "arrange" (permutation), "select" (combination), "no two same" (no repetition), "order matters" (permutation).
  • Circle numbers: n (total items), r (items to choose/arrange).

Step 2: Decide if Order Matters

  • Order matters?Permutation (P(n, r))
  • Example: Arranging books on a shelf, forming passwords, ranking teams.
  • Order doesn’t matter?Combination (C(n, r))
  • Example: Selecting a team, choosing lottery numbers, forming committees.

Step 3: Check for Repetition

  • Repetition allowed? → Use (permutation) or C(n + r - 1, r) (combination).
  • Example: Forming 3-digit numbers with digits 0-9 (repetition allowed).
  • No repetition? → Use P(n, r) or C(n, r).
  • Example: Arranging 3 distinct books from 5.

Step 4: Apply the Correct Formula

  • Plug numbers into the formula.
  • Simplify factorials (e.g., 5! / 3! = 5 × 4).

Step 5: Verify Constraints

  • Are there restrictions? (e.g., "A must sit in the first seat," "no two identical items together").
  • Adjust the formula (e.g., fix one item and arrange the rest).

Step 6: Calculate and Check Units

  • Ensure the answer is an integer (no fractions or decimals).
  • If the answer is too large, recheck for repetition or order.

Worked Example (Using Steps Above)

Problem: In how many ways can 5 distinct books be arranged on a shelf if 2 specific books must always be together?

Step 1: Read the Problem

  • Keywords: "arranged" (order matters), "must always be together" (constraint).
  • Numbers: n = 5 (total books), r = 5 (arranging all).

Step 2: Order Matters?

  • Yes → Permutation.

Step 3: Repetition?

  • No → Use P(n, r).

Step 4: Apply Formula

  • Normally, P(5, 5) = 5! = 120.
  • But 2 books must be together → Treat them as 1 unit.
  • Now, we have 4 units (the pair + 3 other books).
  • Ways to arrange 4 units: 4! = 24.
  • Ways to arrange the 2 books within the pair: 2! = 2.
  • Total ways = 4! × 2! = 24 × 2 = 48.

Step 5: Verify Constraints

  • Constraint satisfied: The 2 books are always together.

Step 6: Check Units

  • 48 is an integer → Valid.

Answer: 48 ways

What we did and why: We treated the 2 books as a single unit to satisfy the constraint, then multiplied by the internal arrangements of the pair. This is a common trick for "must be together" problems.


Worked Examples

Example 1 – Basic (Combination)

Problem: In how many ways can 3 students be selected from a class of 10?

Solution: 1. Order doesn’t matter → Combination. 2. No repetitionC(n, r). 3. C(10, 3) = 10! / (3! × 7!) = (10 × 9 × 8) / (3 × 2 × 1) = 120.

Answer: 120 ways

What we did and why: We used C(n, r) because the order of selection doesn’t matter (e.g., selecting Alice, Bob, Charlie is the same as Bob, Alice, Charlie).


Example 2 – Medium (Permutation with Constraint)

Problem: How many 4-digit numbers can be formed using digits 1-7 if no digit repeats and the number must be even?

Solution: 1. Order matters → Permutation. 2. No repetitionP(n, r). 3. Constraint: Number must be even → Last digit must be even (2, 4, 6).
- Step 1: Choose last digit (3 choices: 2, 4, 6).
- Step 2: Choose first 3 digits from remaining 6 digits: P(6, 3) = 6 × 5 × 4 = 120.
- Total ways = 3 × 120 = 360.

Answer: 360 numbers

What we did and why: We fixed the last digit first (to satisfy the "even" condition), then arranged the remaining digits. This is a constraint-first approach.


Example 3 – Exam-Style (Derangement)

Problem: In how many ways can 4 letters be placed into 4 envelopes such that no letter goes into its correct envelope?

Solution: 1. This is a derangement problem (no item in its original position). 2. Use derangement formula:
- D₄ = 9 (memorise small derangements: D₁ = 0, D₂ = 1, D₃ = 2, D₄ = 9).
- Alternatively, use the formula:
D₄ = 4! [1/0! - 1/1! + 1/2! - 1/3! + 1/4!] = 24 [1 - 1 + 0.5 - 0.1667 + 0.0417] ≈ 9.

Answer: 9 ways

What we did and why: We recognised this as a derangement (a common IIT JEE trap) and applied the formula directly. Always check for "no correct position" problems!


Common Mistakes

Mistake Why It Happens Correct Approach
Using permutation instead of combination Confusing "arrange" with "select." Ask: Does order matter? If no → combination.
Ignoring repetition Forgetting if items can be reused. Check if the problem says "digits can repeat" or "no two same."
Misapplying circular permutations Using n! instead of (n - 1)!. For circular arrangements, fix one item and arrange the rest.
Overcounting in "must be together" problems Treating the pair as 2 separate items. Treat the pair as 1 unit, then multiply by internal arrangements.
Forgetting derangements Assuming all permutations are valid. If the problem says "no correct position," use derangement formula.

Exam Traps

Trap How to Spot It How to Avoid It
"At least one" vs. "exactly one" Problems asking for "at least one correct" or "exactly one correct." Use Total - None for "at least one." For "exactly one," fix one and derange the rest.
Hidden repetition Problems like "form a 3-digit number" (digits can repeat unless specified). Assume no repetition unless the problem says "digits can repeat."
Circular vs. linear arrangements Problems involving "seating around a table" or "arranging in a circle." Use (n - 1)! for circular permutations.

1-Minute Recap (Night Before Exam)

"Listen up—this is your 60-second crash course for permutations and combinations. First, order matters? Permutation. Order doesn’t matter? Combination. Repetition allowed? Use or C(n + r - 1, r). No repetition? P(n, r) or C(n, r). Circular? (n - 1)!. Derangement? No item in its original position—use the formula or memorise small values. Constraints? Fix them first, then arrange the rest. And always check if the problem is tricking you with "at least one" or "exactly one." Now go crush that exam!



⚡ Recently practiced quizzes in this class

ADVERTISEMENT