Call Now
1800-102-2727This is the complete JEE Main Maths Formula Sheet and Class 11 Formula Sheet for Permutations and Combinations — Chapter 4 from the Aakash Rapid Revision & Formula Bank. This chapter covers the complete counting framework: Fundamental Principle of Counting (multiplication and addition theorems), factorial notation, permutations formula ⁿPᵣ with all restriction cases (repeated items, circular permutations, constrained arrangements), combinations formula ⁿCᵣ with all standard results and identities, and a comprehensive set of applications — number of divisors, division into groups, distribution of identical/distinct objects, derangements, geometric counting (lines, triangles, diagonals, rectangles, intersections), solutions of equations, exponent of prime in n!, and rank of word in dictionary. Permutations and Combinations contribute 3–5 questions in JEE Main every year — spanning factorial simplification, constrained arrangement problems, combination identity verification, and distribution counting. Download the Free PDF below for all Permutations and Combinations formulas and results in one exam-ready JEE Main maths reference.
Scroll to explore all Permutations and Combinations formulas — JEE Main Maths & Class 11 Formula Sheet
Permutations and Combinations is the counting chapter of JEE Main maths — and it is simultaneously one of the most formula-rich and one of the most application-diverse chapters in the entire syllabus. The formulas for Permutations and Combinations (ⁿPᵣ, ⁿCᵣ, circular permutations, derangements) are compact but their applications span an enormous range — from counting arrangements of letters in a word to distributing identical objects into groups, from finding the number of diagonals in a polygon to determining the exponent of a prime in n!.
For JEE Main, Permutations and Combinations questions appear in 3–5 questions per session. The style ranges from direct formula application (find ⁿCᵣ, find the number of circular arrangements) to multi-step combinatorial reasoning (how many numbers with specific digit patterns? how many ways to distribute n objects with restrictions?). Every formula in this Permutations and Combinations JEE Main formula sheet has been tested in previous JEE Main sessions either directly or as a key step in a multi-part problem.
Download the Free PDF for Permutations and Combinations to access all formulas — from the fundamental principles through all permutation restriction cases, all combination identities, and all geometric and divisor applications — in one structured JEE Main maths revision reference.
All Permutations and Combinations formulas ultimately rest on two counting principles that determine when to multiply and when to add.
Multiplication Theorem (AND rule) in Permutations and Combinations: If one operation can be performed in m ways, AND another independent operation can subsequently be performed in n ways, then BOTH operations together can be performed in m × n ways. This is used when successive operations must ALL be completed — multiply the choices. Extension: if k sequential independent operations have n₁, n₂, …, nₖ ways respectively, the total number of ways = n₁ × n₂ × … × nₖ. Example: A lock has 4 digits each from 0–9, total codes = 10 × 10 × 10 × 10 = 10⁴.
Addition Theorem (OR rule) in Permutations and Combinations: If one operation can be performed in m ways, OR another mutually exclusive operation can be performed in n ways, then EITHER operation can be performed in m + n ways. This is used when alternatives are being counted — add the choices. Example: if a student can choose a book from 3 science books OR 4 history books, total choices = 3 + 4 = 7. Key distinction for Permutations and Combinations JEE Main: AND → multiply; OR/EITHER → add. Most problems combine both principles in sequence.
Factorial notation in Permutations and Combinations: n! (n factorial) = n × (n–1) × (n–2) × … × 3 × 2 × 1. Recursive: n! = n × (n–1)!. Special values: 0! = 1 (by convention — critical for Permutations and Combinations formulas), 1! = 1. n! is defined only for non-negative integers; (–r)! is undefined. The formula ⁿPᵣ = n!/(n–r)! requires (n–r)! to be defined, so r ≤ n. Download the Free PDF for Permutations and Combinations for all factorial examples and counting principle applications.
Core permutation formula in Permutations and Combinations: ⁿPᵣ = n!/(n–r)! = n(n–1)(n–2)…(n–r+1). This is the number of ways to arrange r objects chosen from n distinct objects where order matters. ⁿPₙ = n! (arrange all n). ⁿP₁ = n. ⁿP₀ = 1. ⁿP₂ = n(n–1). ⁿPᵣ = r! · ⁿCᵣ.
Permutation with identical items (Permutations and Combinations formula): If n things are taken all at a time with p alike of one kind, q alike of second kind, and rest all different: number of permutations = n! / (p! · q!). Extension: with p₁ alike of type 1, p₂ alike of type 2, …, pₖ alike of type k: number = n! / (p₁! · p₂! · … · pₖ!) where p₁+p₂+…+pₖ ≤ n. Example: number of arrangements of MISSISSIPPI = 11!/(4!4!2!1!) (1 M, 4 I, 4 S, 2 P).
Permutation with repetition allowed (Permutations and Combinations): Number of permutations of n different things taken r at a time when repetition is allowed = nʳ. Example: number of 4-digit PIN codes from digits 0–9 with repetition = 10⁴.
Permutation restriction formulas in Permutations and Combinations (JEE Main direct questions):
1. When one particular item is ALWAYS included in r-arrangement from n: r · ⁿ⁻¹Pᵣ₋₁. (Choose position for the fixed item in r ways, then arrange remaining r–1 from n–1.)
2. When p particular items are ALWAYS included: ⁿ⁻ᵖPᵣ₋ₚ · r!/(r–p)! = Pᵣ₋ₚ/(r–p)! · r! → simplification: ⁿ⁻ᵖPᵣ₋ₚ · ⁿP₀ · r!/(r–p)! → final = ⁿ⁻ᵖPᵣ₋ₚ · Pₚ/... → the direct formula from PDF: [r!/(r–p)!] · ⁿ⁻ᵖPᵣ₋ₚ.
3. When p particular items are ALWAYS TOGETHER (treated as one block): p! · (n–p+1)! · ⁿ⁻ᵖ⁺¹Pᵣ₋ₚ. For r = n (all items): p! · (n–p+1)!.
4. When p particular items are NEVER included: ⁿ⁻ᵖPᵣ.
5. When p particular items always OCCUR TOGETHER (all n items): p! · (n–p+1)!.
6. When m particular items NEVER occur together (all n items): n! – [m! · (n–m+1)!].
7. When r particular items are in a SPECIFIC FIXED ORDER (all n arranged): n!/r!. (Divide by r! because only 1 of r! orders of the r fixed items is allowed.)
Circular permutations in Permutations and Combinations differ from linear permutations because one position is fixed (the "reference" position) to break the rotational symmetry — this removes one degree of freedom.
Circular permutation of n distinct things (around a round table): When clockwise and anticlockwise arrangements are considered DIFFERENT: (n–1)!. This is because in a circle, we fix one person and arrange the remaining (n–1) in (n–1)! ways. Number of linear permutations = n!; dividing by n (for n equivalent rotations) gives (n–1)!.
Circular permutation (necklace/garland) when clockwise = anticlockwise: When both orientations are the SAME (necklace can be flipped): (n–1)!/2. This is because each arrangement and its mirror image are counted as one. Used for necklaces, garlands, bracelets.
Circular permutation of n things taken r at a time: When clockwise ≠ anticlockwise: ⁿPᵣ/r. When clockwise = anticlockwise: ⁿPᵣ/(2r).
Key circular permutation results in Permutations and Combinations: Circular arrangement of n persons where 2 specific persons are ALWAYS together = 2! · (n–2)! = 2(n–2)! (treat two as one block → (n–1) in circle = (n–2)!, then internally 2! arrangements). Circular arrangement where 2 specific persons are NEVER together = (n–1)! – 2(n–2)! = (n–2)!(n–3). Number of necklaces with n beads of different colours = (n–1)!/2. Download the Free PDF for Permutations and Combinations for all circular permutation worked examples.
Core combination formula in Permutations and Combinations: ⁿCᵣ = n! / (r! · (n–r)!) = ⁿPᵣ / r! . This counts the number of ways to SELECT r objects from n distinct objects where order does NOT matter. Defined for 0 ≤ r ≤ n; ⁿCᵣ = 0 if r > n.
Standard combination identities in Permutations and Combinations (JEE Main formulas — all must be memorised):
(i) ⁿCᵣ = ⁿPᵣ / r! = n! / (r!(n–r)!)
(ii) ⁿC₀ = ⁿCₙ = 1
(iii) ⁿC₁ = ⁿCₙ₋₁ = n
(iv) ⁿCᵣ = ⁿCₙ₋ᵣ (symmetry property — most used combination identity in JEE Main)
(v) ⁿCᵣ + ⁿCᵣ₋₁ = ⁿ⁺¹Cᵣ (Pascal's Rule / Pascal's Triangle identity)
(vi) n · ⁿ⁻¹Cᵣ₋₁ = (n–r+1) · ⁿCᵣ₋₁ = r · ⁿCᵣ → ⁿCᵣ/ⁿCᵣ₋₁ = (n–r+1)/r
(vii) ⁿCᵣ₋₁/ⁿCᵣ = r/(n–r+1)
(viii) Maximum value of ⁿCᵣ: occurs at r = n/2 if n is even (ⁿCₙ/₂ is maximum); at r = (n–1)/2 or r = (n+1)/2 if n is odd (both equal — two equal maxima).
(ix) Sum of all combinations: ⁿC₀ + ⁿC₁ + ⁿC₂ + … + ⁿCₙ = 2ⁿ (put x=1 in binomial theorem (1+x)ⁿ)
(x) Sum of alternate terms: ⁿC₀ + ⁿC₂ + ⁿC₄ + … = 2ⁿ⁻¹ (even-position). ⁿC₁ + ⁿC₃ + ⁿC₅ + … = 2ⁿ⁻¹ (odd-position).
(xi) ⁿC₁ + ⁿC₂ + … + ⁿCₙ = 2ⁿ – 1 (at least one selection from n things)
(xii) ⁿC₀ – ⁿC₁ + ⁿC₂ – ⁿC₃ + … + (–1)ⁿ·ⁿCₙ = 0 (put x = –1 in binomial theorem)
(xiii) Sum of even-indexed = sum of odd-indexed = 2ⁿ⁻¹
(xiv) ⁿC₀² + ⁿC₁² + ⁿC₂² + … + ⁿCₙ² = ²ⁿCₙ (Vandermonde's identity special case)
(xv) Σᵣ₌₀ⁿ r·ⁿCᵣ = n·2ⁿ⁻¹
(xvi) Σᵣ₌₀ⁿ r²·ⁿCᵣ = n(n+1)·2ⁿ⁻² [use differentiation on (1+x)ⁿ]
Combination cases with restrictions (Permutations and Combinations JEE Main):
(a) Select r from n, k specific items ALWAYS included: ⁿ⁻ᵏCᵣ₋ₖ (already have k, choose r–k from remaining n–k).
(b) Select r from n, k specific items NEVER included: ⁿ⁻ᵏCᵣ (exclude k items, choose r from n–k).
(c) All possible selections from n distinct items (including empty set): ⁿC₀+ⁿC₁+…+ⁿCₙ = 2ⁿ.
(d) At least one item selected from n: 2ⁿ–1.
(e) Select r from n identical items: exactly 1 way (or 0 ways if r > n).
(f) Select none, one, or more from n identical items: (n+1) ways (0,1,2,...,n items).
(g) From (p+q+r+s) items where p alike type 1, q alike type 2, r alike type 3, s all different: total selections (including empty) = (p+1)(q+1)(r+1)·2ˢ; at least one = (p+1)(q+1)(r+1)·2ˢ – 1. Download the Free PDF for Permutations and Combinations for all combination identity proofs and applications.
Divisor counting uses the Permutations and Combinations framework applied to prime factorisation. These formulas appear as standalone JEE Main questions in the Permutations and Combinations section.
Let N = p₁^α₁ · p₂^α₂ · p₃^α₃ · … · pₖ^αₖ where p₁, p₂, …, pₖ are distinct primes and α₁, α₂, …, αₖ are positive integers. Then:
Total number of divisors of N (including 1 and N) = (α₁+1)(α₂+1)(α₃+1)…(αₖ+1). Each divisor is of the form p₁^b₁ · p₂^b₂ · … · pₖ^bₖ where 0 ≤ bᵢ ≤ αᵢ — giving (αᵢ+1) choices for each prime, multiplied over all primes.
Sum of all divisors of N (including 1 and N) = (p₁⁰ + p₁¹ + … + p₁^α₁)(p₂⁰ + p₂¹ + … + p₂^α₂)…(pₖ⁰ + pₖ¹ + … + pₖ^αₖ) = [(p₁^(α₁+1)–1)/(p₁–1)] · [(p₂^(α₂+1)–1)/(p₂–1)] · … · [(pₖ^(αₖ+1)–1)/(pₖ–1)].
Number of ways N resolves into product of two COPRIME factors = 2^(k–1) where k = number of distinct prime factors. (Each prime factor goes entirely into one of the two factors — 2 choices per prime, divided by 2 for order → 2ᵏ/2 = 2^(k–1); but if order matters = 2^(k–1) ordered pairs, if unordered = 2^(k–1) for unordered, 2ᵏ for ordered.)
Number of ways N resolves into product of two factors (unordered) = [(α₁+1)(α₂+1)…(αₖ+1)]/2 if N is NOT a perfect square; = [(α₁+1)(α₂+1)…(αₖ+1)+1]/2 if N IS a perfect square (the extra 1 accounts for the pair √N × √N where both factors are equal). Download the Free PDF for Permutations and Combinations for divisor formula worked examples.
Distribution problems in Permutations and Combinations ask: in how many ways can n objects be divided or distributed among groups? The answer depends critically on whether objects are distinct or identical, and whether groups are labelled (distinct) or unlabelled.
Division of (m+n) distinct objects into two groups of sizes m and n (m ≠ n) in Permutations and Combinations: Number of ways = C(m+n, m) = (m+n)! / (m! · n!). If m = n (equal groups) and groups are UNLABELLED (order doesn't matter): divide by 2! → (2n)! / (2 · (n!)²). If m = n and groups are LABELLED (distinct): (2n)! / (n!)².
Division of mn distinct objects equally into m groups of n each in Permutations and Combinations: If groups are UNLABELLED: (mn)! / ((n!)^m · m!). If groups are LABELLED (distinguishable): (mn)! / (n!)^m.
Distribution of n distinct objects into r distinct groups in Permutations and Combinations: Each of n objects can go into any of r groups → total (including empty groups) = rⁿ. If NO group is empty (inclusion-exclusion): = Σₖ₌₀ʳ (–1)ᵏ · ⁿCₖ · (r–k)ⁿ = rⁿ – ⁿC₁(r–1)ⁿ + ⁿC₂(r–2)ⁿ – … = Stirling numbers of second kind × r!.
Distribution of n identical objects into r distinct groups (Stars and Bars formula in Permutations and Combinations): Blank groups ALLOWED (each group can get 0 or more): ⁿ⁺ʳ⁻¹Cᵣ₋₁. Blank groups NOT allowed (each group must get at least 1): ⁿ⁻¹Cᵣ₋₁. These are the "stars and bars" formulas — also gives the number of non-negative integer solutions of x₁+x₂+…+xᵣ = n (= ⁿ⁺ʳ⁻¹Cᵣ₋₁) and positive integer solutions (= ⁿ⁻¹Cᵣ₋₁).
Distribution with minimum/maximum constraints in Permutations and Combinations: Number of ways to distribute n identical items in r groups so no group has fewer than l or more than m things = coefficient of xⁿ in (xˡ + xˡ⁺¹ + … + xᵐ)ʳ. Number of ways to select r things from n things where p are identical = ⁿ⁻ᵖCᵣ (if r ≤ p) + ⁿ⁻ᵖCᵣ₋₁ + … (use generating function). Download the Free PDF for Permutations and Combinations for all distribution formulas with examples.
A derangement is a permutation of n objects such that NO object appears in its original position. The number of derangements of n objects, Dₙ, is a classic result in Permutations and Combinations derived using the inclusion-exclusion principle.
Derangement formula Dₙ in Permutations and Combinations:
Dₙ = n! · [1 – 1/1! + 1/2! – 1/3! + … + (–1)ⁿ/n!]
= n! · Σₖ₌₀ⁿ (–1)ᵏ/k!
Explicit values: D₁ = 0; D₂ = 1; D₃ = 2; D₄ = 9; D₅ = 44; D₆ = 265.
Recursive formula: Dₙ = (n–1)(Dₙ₋₁ + Dₙ₋₂) = n·Dₙ₋₁ + (–1)ⁿ.
As n→∞: Dₙ/n! → 1/e ≈ 0.368 (probability that a random permutation is a derangement ≈ 1/e).
Generalised derangement in Permutations and Combinations: If r things must go to WRONG places (out of n) and (n–r) go to CORRECT places: number of such arrangements = ⁿCₙ₋ᵣ · Dᵣ = ⁿCᵣ · Dᵣ. Classic JEE Main question type: in how many ways can 5 letters be placed in 5 envelopes so that exactly 2 go into correct envelopes? = ⁵C₂ · D₃ = 10 × 2 = 20. Download the Free PDF for Permutations and Combinations derangement formula derivation and applications.
Geometric counting problems in Permutations and Combinations apply ⁿCᵣ formulas to count geometric figures formed by points, lines, and circles. These appear regularly in JEE Main maths and can be answered directly using the formulas below.
Lines from points in Permutations and Combinations: Maximum number of lines from n points (no 3 collinear) = ⁿC₂ = n(n–1)/2. If m of the n points are collinear: actual number of lines = ⁿC₂ – ᵐC₂ + 1 (subtract lines among collinear points, add back the 1 line they all share).
Triangles from points in Permutations and Combinations: Maximum triangles from n points (no 3 collinear) = ⁿC₃. If m points are collinear: number of triangles = ⁿC₃ – ᵐC₃ (collinear points form 0 triangles; remove those combinations).
Diagonals of a polygon in Permutations and Combinations: Number of diagonals in a convex polygon of n sides = ⁿC₂ – n = n(n–1)/2 – n = n(n–3)/2. (Total lines from n vertices minus the n sides.)
Triangles in a polygon in Permutations and Combinations: Total triangles formed by vertices of n-gon = ⁿC₃. Triangles with NO side common with polygon = ⁿC₃ – n(n–4) – n. Triangles with exactly ONE side common = n(n–4). Triangles with exactly TWO sides common = n.
Intersection of lines and circles in Permutations and Combinations: Maximum intersection points of n distinct lines = ⁿC₂ (each pair intersects once). If m lines are concurrent: = ⁿC₂ – ᵐC₂ + 1. Maximum intersection points of n distinct circles = 2·ⁿC₂ = n(n–1) (each pair of circles intersects in at most 2 points). Maximum intersections of n circles AND m lines = 2·ⁿC₂ + ᵐC₂ + 2·ⁿC₁·ᵐC₁ = n(n–1) + m(m–1)/2 + 2mn.
Rectangles and squares in a grid (Permutations and Combinations): Number of rectangles (including squares) in n×p grid: choose 2 horizontal lines from (n+1) and 2 vertical lines from (p+1): = ⁿ⁺¹C₂ × ᵖ⁺¹C₂ = [n(n+1)/2] · [p(p+1)/2] = n(n+1)p(p+1)/4. In an n×n square grid: total rectangles = ⁿ⁺¹C₂² = [n(n+1)/2]² = n²(n+1)²/4. Total squares in n×n grid = n² + (n–1)² + … + 1² = n(n+1)(2n+1)/6. In n×p (n>p) grid: total squares = Σᵣ₌₁ᵖ (n+1–r)(p+1–r).
Parallelograms from intersecting lines (Permutations and Combinations): With n parallel lines in one set and m parallel lines in another set: number of parallelograms = ⁿC₂ × ᵐC₂ = [n(n–1)/2] · [m(m–1)/2]. Download the Free PDF for Permutations and Combinations for all geometric counting formulas with diagrams.
Exponent of prime p in n! (Legendre's formula — Permutations and Combinations JEE Main): Eₚ(n!) = ⌊n/p⌋ + ⌊n/p²⌋ + ⌊n/p³⌋ + … (keep dividing n by powers of p and summing the floor values until p^k > n). This counts how many multiples of p, p², p³, … are in 1 to n, giving the total power of p in n!.
Trailing zeros of n! (Permutations and Combinations formula): A trailing zero comes from a factor of 10 = 2 × 5. Since there are always more factors of 2 than 5 in n!, the number of trailing zeros = E₅(n!) = ⌊n/5⌋ + ⌊n/25⌋ + ⌊n/125⌋ + …. Example: trailing zeros in 100! = ⌊100/5⌋ + ⌊100/25⌋ = 20 + 4 = 24.
Special exponent results (Permutations and Combinations): E₆(n!) = E₃(n!) (since 6 = 2×3 and E₂ > E₃ always). E₁₀(n!) = E₅(n!) (same reason). Eₚ(ⁿPᵣ) = Eₚ(n!) – Eₚ((n–r)!). Eₚ(ⁿCᵣ) = Eₚ(n!) – Eₚ(r!) – Eₚ((n–r)!).
Sum of n-digit numbers (Permutations and Combinations): Sum of all numbers formed by n distinct non-zero digits (no repetition) = (sum of digits) × (n–1)! × (10ⁿ–1)/9. Example: sum of all 4-digit numbers using digits {1,2,3,4} (no repetition): sum = (1+2+3+4) × 3! × (10⁴–1)/9 = 10 × 6 × 1111 = 66660.
Rank of word in dictionary (Permutations and Combinations): Step 1: List all letters in alphabetical order. Step 2: For each position, count how many letters are smaller than the letter at that position (call it k). Step 3: Multiply k by (number of letters remaining)! — this gives how many words come before this letter choice. Step 4: Sum all such contributions and add 1 for the word itself = rank. For words with repeated letters: use factorial of remaining positions divided by factorials of repeated letters.
Solutions of linear equations (Permutations and Combinations — Stars and Bars): Number of non-negative integer solutions of x₁+x₂+…+xᵣ = n = ⁿ⁺ʳ⁻¹Cᵣ₋₁. Number of positive integer solutions (each xᵢ ≥ 1) = ⁿ⁻¹Cᵣ₋₁. With constraints (lᵢ ≤ xᵢ ≤ mᵢ): substitute yᵢ = xᵢ–lᵢ and use generating functions. Download the Free PDF for Permutations and Combinations for exponent formula examples and rank calculation worked problems.
All Fundamental Principle of Counting results, factorial properties (0!=1, n!=n·(n–1)!), complete ⁿPᵣ formula and all 7 restriction cases (identical items, repetition, one fixed, p always together, m never together, specific order, p always included), all 3 circular permutation formulas, complete ⁿCᵣ formula with all 16 standard identities (Pascal's rule, symmetry, maximum, sum = 2ⁿ, odd/even sum = 2ⁿ⁻¹, Σr·ⁿCᵣ = n·2ⁿ⁻¹), combination restriction cases, divisor counting and sum formulas, division into groups (labelled/unlabelled), distribution of identical/distinct objects into groups, Stars and Bars formulas, derangement formula Dₙ with recursive form, all geometric counting formulas (lines, triangles, diagonals, polygons, circles, grids, parallelograms), Legendre's prime exponent formula, trailing zeros formula, sum of n-digit numbers, rank of word in dictionary, and solutions of linear equations are compiled in the Aakash Rapid Revision & Formula Bank PDF for Permutations and Combinations — structured for JEE Main maths, Class 11 CBSE, and all engineering entrance exams.
Permutations and Combinations formulas are finite and completely learnable. Unlike calculus where novel function types constantly appear, the Permutations and Combinations formula list from this chapter is closed — ⁿPᵣ, ⁿCᵣ, circular (n–1)!, derangement Dₙ, divisor formula, Stars and Bars, geometric counting with ⁿC₂ and ⁿC₃. Every JEE Main Permutations and Combinations question maps to one of these formulas. Mastering this chapter means mastering a fixed, learnable list.
The restriction case framework for permutations eliminates confusion. The seven restriction cases — identical items, repetition allowed, one fixed item, p always together, m never together, specific order, p always excluded — cover every constrained arrangement scenario in JEE Main. Knowing which case applies to which wording (always together → treat as block; never together → total minus violators; in specific order → divide by r!) answers constrained permutation questions in under a minute.
Geometric counting formulas are pure formula substitution. Diagonals = n(n–3)/2. Triangles from n points = ⁿC₃. Rectangles in grid = ⁿ⁺¹C₂ × ᵖ⁺¹C₂. Parallelograms from two sets of parallel lines = ⁿC₂ × ᵐC₂. These Permutations and Combinations geometric formulas answer entire question classes in 10 seconds with zero reasoning once the formula is known.
Stars and Bars is the most versatile distribution formula in JEE Main. Non-negative solutions of x₁+x₂+…+xᵣ = n → ⁿ⁺ʳ⁻¹Cᵣ₋₁. Positive solutions → ⁿ⁻¹Cᵣ₋₁. This single two-formula pair handles all distribution-of-identical-objects problems and all linear equation solution counting in Permutations and Combinations JEE Main. Download the Free PDF for Permutations and Combinations to have all these formulas in one place.
After working through Permutations and Combinations using this formula sheet, a student should be able to accomplish the following confidently for JEE Main maths.
For counting principles: correctly identify when to multiply (AND, sequential) vs. add (OR, alternatives). Compute ⁿPᵣ and ⁿCᵣ for any n and r. Compute n! for any n and simplify factorial expressions. Apply 0! = 1 correctly in all formulas.
For permutations: apply the correct restriction case formula for each scenario (identical items, repetition, fixed included, always together, never together, specific order). Compute circular permutations for tables, necklaces, and r-at-a-time selections.
For combinations: verify all 16 standard combination identities. Determine the value of r that maximises ⁿCᵣ. Apply the sum identities (sum = 2ⁿ, alternating = 0, odd/even = 2ⁿ⁻¹). Apply restriction cases (k fixed included = ⁿ⁻ᵏCᵣ₋ₖ, k excluded = ⁿ⁻ᵏCᵣ). Solve mixed-group selection problems.
For applications: compute divisor count and sum using prime factorisation formula. Apply Stars and Bars for distributing identical objects (blank allowed = ⁿ⁺ʳ⁻¹Cᵣ₋₁, no blank = ⁿ⁻¹Cᵣ₋₁). Compute derangements Dₙ for small n. Apply all geometric counting formulas (diagonals, triangles, rectangles, parallelograms). Compute exponent of prime in n! using Legendre's formula. Find trailing zeros in n!. Determine rank of a word in dictionary. Download the Free PDF for Permutations and Combinations to test all outcomes before your JEE Main exam.
Whether you are preparing for JEE Main, JEE Advanced, Class 11 CBSE boards, or BITSAT, having the complete Permutations and Combinations formula sheet ensures every formula, every restriction case, and every application result is accessible under exam pressure. The Aakash Rapid Revision & Formula Bank PDF for Permutations and Combinations brings everything into one structured JEE Main maths reference.
Permutations and Combinations rewards students who develop a systematic framework rather than trying to reason through each problem from scratch. Every Permutations and Combinations problem in JEE Main belongs to one of a small number of categories: arrangement (use ⁿPᵣ with appropriate restriction), selection (use ⁿCᵣ with appropriate restriction), distribution (use Stars and Bars or inclusion-exclusion), geometric counting (use the specific geometric formula), or special application (divisors, derangements, rank). Identifying the category converts the problem into a formula application.
For revision, create a two-column table: left column = problem description (arrange with p always together, select so k are excluded, distribute n identical into r groups, count triangles from n collinear and m non-collinear points), right column = formula. This table format makes Permutations and Combinations the most efficiently revisable chapter in all of JEE Main maths. Use the Free PDF Download for Permutations and Combinations and this page as your complete structured revision foundation.
In Permutations and Combinations, permutation counts arrangements where order matters, while combination counts selections where order does not matter. Formally: ⁿPᵣ = n!/(n–r)! is the number of ways to arrange r objects chosen from n distinct objects in a definite order. ⁿCᵣ = n!/(r!(n–r)!) is the number of ways to select r objects from n distinct objects without caring about arrangement. The relationship is ⁿPᵣ = r! · ⁿCᵣ — each combination of r objects gives r! different permutations. Key test for JEE Main Permutations and Combinations: if the problem says "arrange", "seat", "form a number", or "in how many ways can they be ordered" → use ⁿPᵣ. If it says "select", "choose", "committee", "group" → use ⁿCᵣ. If it says "distribute in distinct boxes" → depends on whether boxes are distinguishable.
In Permutations and Combinations, circular permutations count arrangements around a closed circle where rotations of the same arrangement are considered identical. For n distinct objects arranged around a circle: if clockwise and anticlockwise arrangements are DIFFERENT (like seating around a table): (n–1)!. If clockwise and anticlockwise are the SAME (like a necklace or garland): (n–1)!/2. For n objects taken r at a time in circular arrangement: ⁿPᵣ/r (clockwise ≠ anticlockwise); ⁿPᵣ/(2r) (clockwise = anticlockwise). The reason for (n–1)!: one object is fixed as reference to remove rotational duplicates, then the remaining (n–1) are arranged in (n–1)! ways. The division by 2 for necklaces: each arrangement and its mirror/flip are considered the same, halving the count.
Pascal's Rule (or Pascal's Identity) in Permutations and Combinations states: ⁿCᵣ + ⁿCᵣ₋₁ = ⁿ⁺¹Cᵣ. It forms the basis of Pascal's Triangle where each entry is the sum of the two entries above it. Algebraic derivation: ⁿCᵣ + ⁿCᵣ₋₁ = n!/(r!(n–r)!) + n!/((r–1)!(n–r+1)!) = n!/(r!(n–r)!) + n!·r/(r!(n–r+1)!) = n!/((r–1)!(n–r)!) · [1/r + 1/(n–r+1)] = n!/((r–1)!(n–r)!) · (n+1)/(r(n–r+1)) = (n+1)!/(r!(n–r+1)!) = ⁿ⁺¹Cᵣ. Combinatorial proof: to select r objects from (n+1): either include object (n+1) (then choose r–1 from n = ⁿCᵣ₋₁) or exclude it (choose r from n = ⁿCᵣ). Total = ⁿCᵣ + ⁿCᵣ₋₁ = ⁿ⁺¹Cᵣ. This Permutations and Combinations identity is used in Binomial Theorem and is directly tested in JEE Main.
The Stars and Bars formula in Permutations and Combinations solves problems of distributing n identical objects into r distinct groups (bins). Two versions: If empty groups are ALLOWED (each group can have 0 or more objects, non-negative integers): number of ways = ⁿ⁺ʳ⁻¹Cᵣ₋₁. Equivalently: number of non-negative integer solutions of x₁ + x₂ + … + xᵣ = n is ⁿ⁺ʳ⁻¹Cᵣ₋₁. If empty groups are NOT allowed (each group must have at least 1 object, positive integers): number of ways = ⁿ⁻¹Cᵣ₋₁. Equivalently: positive integer solutions of x₁ + x₂ + … + xᵣ = n is ⁿ⁻¹Cᵣ₋₁. The "positive" version is derived by substituting yᵢ = xᵢ–1 (so each yᵢ ≥ 0) and solving for y₁+y₂+…+yᵣ = n–r. JEE Main Permutations and Combinations uses this for: distributing money in denominations, dividing n items among r people with/without minimum requirements, and equation solution counting.
In Permutations and Combinations, a derangement of n objects is a permutation where no object appears in its original position. The number of derangements Dₙ is given by: Dₙ = n! · (1 – 1/1! + 1/2! – 1/3! + … + (–1)ⁿ/n!). Equivalently: Dₙ = n! · Σₖ₌₀ⁿ (–1)ᵏ/k!. Values: D₁=0, D₂=1, D₃=2, D₄=9, D₅=44, D₆=265. Recursive: Dₙ = (n–1)(Dₙ₋₁ + Dₙ₋₂). For large n: Dₙ ≈ n!/e. If exactly r of n objects go to WRONG positions and the remaining (n–r) go to correct positions: number of arrangements = ⁿCᵣ · Dᵣ (choose which r go wrong, then derange those r). JEE Main applications: letters in wrong envelopes, persons in wrong seats, problems involving "no one gets their own item".
In Permutations and Combinations, the number of diagonals in a convex polygon with n vertices (n sides) is derived as follows: total line segments from n vertices = ⁿC₂ = n(n–1)/2. Subtract the n sides of the polygon (which are not diagonals). Number of diagonals = ⁿC₂ – n = n(n–1)/2 – n = n(n–1–2)/2 = n(n–3)/2. Examples: triangle (3 sides): 3(3–3)/2 = 0 diagonals (correct — a triangle has no diagonals). Quadrilateral (4 sides): 4(4–3)/2 = 2 diagonals. Pentagon (5 sides): 5(5–3)/2 = 5 diagonals. Hexagon (6 sides): 6(6–3)/2 = 9 diagonals. Decagon (10 sides): 10(10–3)/2 = 35 diagonals. This Permutations and Combinations formula appears as a direct substitution question in JEE Main.
For a positive integer N = p₁^α₁ · p₂^α₂ · … · pₖ^αₖ (prime factorisation), any divisor d of N must have the form d = p₁^b₁ · p₂^b₂ · … · pₖ^bₖ where 0 ≤ bᵢ ≤ αᵢ for each i. Using the Fundamental Principle of Counting (multiplication theorem in Permutations and Combinations): the exponent b₁ of p₁ can be chosen in (α₁+1) ways (0, 1, 2, …, α₁). Similarly b₂ in (α₂+1) ways, and so on. Since each choice is independent, total number of divisors = (α₁+1)(α₂+1)…(αₖ+1). Example: N = 360 = 2³ · 3² · 5¹. Number of divisors = (3+1)(2+1)(1+1) = 4 × 3 × 2 = 24. Sum of divisors = (1+2+4+8)(1+3+9)(1+5) = 15 × 13 × 6 = 1170. These divisor formulas in Permutations and Combinations are direct JEE Main one-mark questions.
Legendre's formula in Permutations and Combinations gives the exponent (highest power) of prime p in n! as: Eₚ(n!) = ⌊n/p⌋ + ⌊n/p²⌋ + ⌊n/p³⌋ + … (summing ⌊n/pᵏ⌋ for all k until pᵏ > n). The formula works because ⌊n/p⌋ counts multiples of p (each contributing at least one factor of p), ⌊n/p²⌋ counts multiples of p² (each contributing an extra factor), and so on. Example: E₃(10!) = ⌊10/3⌋ + ⌊10/9⌋ = 3 + 1 = 4 (so 3⁴ divides 10! exactly). E₅(100!) = ⌊100/5⌋ + ⌊100/25⌋ + ⌊100/125⌋ = 20 + 4 + 0 = 24 (so 100! has 24 trailing zeros). E₂(n!) is always ≥ E₅(n!), so trailing zeros = E₅(n!). E₆(n!) = min(E₂(n!), E₃(n!)) = E₃(n!) since always E₂ > E₃.
In Permutations and Combinations, finding the rank (position in alphabetical order) of a word among all its arrangements: Step 1 — arrange all letters of the word alphabetically. Step 2 — go letter by letter from left to right. For each position, count how many letters in the remaining pool are alphabetically SMALLER than the letter placed at that position. Call this count k. Step 3 — if there are n' letters remaining after fixing this position, and no repeated letters, add k × n'! to the running total. If there are repeated letters, add k × n'!/(product of factorials of remaining repeated letters). Step 4 — after processing all positions, add 1 (for the word itself). Example: rank of "MATHS" in all arrangements of M,A,T,H,S (in order A,H,M,S,T): Starting with A: 4!=24; H: 4!=24; M: those starting A,H = 48; then MA starting with H,S,T before A — etc. The Permutations and Combinations rank calculation tests systematic application of ⁿPᵣ with constraints.
In Permutations and Combinations, the value of ⁿCᵣ is maximised at the middle value(s) of r. Specifically: If n is even: ⁿCᵣ is maximum at r = n/2, giving ⁿCₙ/₂ as the unique maximum. If n is odd: ⁿCᵣ is maximum at r = (n–1)/2 or r = (n+1)/2 (two equal maximum values, since ⁿC₍ₙ₋₁₎/₂ = ⁿC₍ₙ₊₁₎/₂ by the symmetry property ⁿCᵣ = ⁿCₙ₋ᵣ). This result comes from the ratio formula: ⁿCᵣ/ⁿCᵣ₋₁ = (n–r+1)/r. This ratio > 1 when r < (n+1)/2 (so ⁿCᵣ is increasing), = 1 when r = (n+1)/2 (flat), and < 1 when r > (n+1)/2 (decreasing). JEE Main questions may ask: for which r is ⁿCᵣ maximum? or: if ⁿCᵣ is maximum, what is the sum ⁿCᵣ₋₁ + ⁿCᵣ + ⁿCᵣ₊₁?
Permutations and Combinations – JEE Main Maths Formula Sheet