Follow Us
Select Medium / माध्यम चुनें:
Eng (English) Beng (বাংলা) Hindi (हिन्दी)
WBB • Class XI • Mathematics • Ch 6
Estimated Time: 75 minutes
Study Progress: In Progress

Permutations and Combinations

Permutations and Combinations constitute the foundational branch of combinatorics concerned with rigorous counting without exhaustive manual listing. Systematic enumeration rests upon two axioms: the Fundamental Principle of Multiplication for sequential independent events and the Fundamental Principle of Addition for mutually exclusive alternatives. The mathematical machinery utilizes factorial notation n!, defined recursively as n! = n(n-1)! with 0! = 1. A permutation is an arrangement of a specified number of objects in a definite order, where the sequence matters fundamentally. The number of permutations of n distinct objects taken r at a time is given by nPr = n! / (n - r)!. Permutation theory extends naturally to arrangements with repetition, arrangements of items with identical subsets, circular permutations, and constrained configurations governed by the string and gap methods. Conversely, a combination is a selection or grouping of objects where order is completely disregarded, quantified by nCr = n! / [r!(n - r)!]. Combinations satisfy essential algebraic identities including complementary symmetry nCr = nCn-r and Pascal's identity nCr + nCr-1 = n+1Cr, serving as the combinatorial bedrock for probability theory, the Binomial Theorem, and discrete computer science.

Why This Chapter Matters

Combinatorial reasoning is indispensable across modern technology, cryptography, bioinformatics, and advanced quantitative finance. In digital security and computer systems, cryptographic key spaces, password entropy, and hashing algorithms rely directly on permutations to prevent brute-force cyberattacks. In telecommunications and networking, routing algorithms calculate optimal pathways across network nodes using combinatorial permutations. In molecular genetics, the genetic code is built on permutations of four nucleotide bases (Adenine, Cytosine, Guanine, Thymine) taken three at a time (4³ = 64 triplet codons) to encode all 20 amino acids sustaining biological life. In statistical mechanics and quantum computing, Maxwell-Boltzmann, Bose-Einstein, and Fermi-Dirac statistics classify subatomic states based on whether particles are distinguishable (permutations) or indistinguishable (combinations). For higher secondary competitive examinations such as WBJEE, JEE Main, and JEE Advanced, Permutations and Combinations represents one of the most critical high-weightage topics, frequently appearing in multi-concept problems linked to probability, binomial expansions, and matrix determinants. A thorough conceptual mastery in WBCHSE Class 11 guarantees strong analytical problem-solving acumen and maximum scoring potential.

Chapter Roadmap & Progression

1 1. Fundamental Principles of Counti...
2 2. Factorial Notation: Definitions,...
3 3. Permutations (Arrangements): The...
4 4. Restricted Permutations: String...
5 5. Combinations (Selections): Formu...
6 6. Combinatorial Geometry, Committe...

Complete Concept Guide (100% Curriculum Coverage)

1. Fundamental Principles of Counting: Multiplication & Addition Rules

Combinatorics is the branch of mathematics dealing with counting, arrangement, and selection. Before invoking algebraic formulas, systematic enumeration relies upon two foundational counting axioms.

1.1 The Fundamental Principle of Multiplication (The Product Rule)
Theorem (Product Rule): If an event or operation can occur in $m$ different ways, following which a second event can occur in $n$ different ways, then the total number of occurrences of the two events in the specified order is $\mathbf{m \times n}$.

Generalization: If there are $k$ successive events where the first can occur in $n_1$ ways, the second in $n_2$ ways, ..., and the $k$-th in $n_k$ ways, then the total number of ways in which all $k$ events can occur in sequence is:

$$\text{Total Ways} = n_1 \times n_2 \times n_3 \times \dots \times n_k$$

Example: Finding the number of 3-digit numbers that can be formed from digits $\{1, 2, 3, 4, 5\}$ without repetition:

  • Hundreds place: 5 choices ($1, 2, 3, 4, 5$)
  • Tens place: 4 remaining choices
  • Units place: 3 remaining choices
  • Total 3-digit numbers $= 5 \times 4 \times 3 = \mathbf{60}$.
1.2 The Fundamental Principle of Addition (The Sum Rule)
Theorem (Sum Rule): If an event can occur in $m$ different ways, and another mutually exclusive (non-overlapping) event can occur in $n$ different ways, then either the first OR the second event can occur in $\mathbf{m + n}$ ways.

Distinguishing "AND" versus "OR":

  • Multiplication Rule ($\times$): Corresponds to logical "AND" (both events occur in succession/jointly).
  • Addition Rule ($+$): Corresponds to logical "OR" (mutually exclusive alternatives, where only one occurs).

2. Factorial Notation: Definitions, Properties & Algebraic Manipulation

The notation $n!$ (read as "$n$ factorial") provides the essential compact notation for products of consecutive positive integers.

2.1 Definition of Factorial

For any natural number $n \in \mathbb{N}$, the factorial of $n$ is defined as the product of the first $n$ natural numbers:

$$\mathbf{n! = 1 \times 2 \times 3 \times \dots \times (n - 1) \times n}$$

Alternatively written in descending order:

$$n! = n(n - 1)(n - 2) \cdots 3 \times 2 \times 1$$

First Few Factorial Values to Memorize:

$0!$ $1!$ $2!$ $3!$ $4!$ $5!$ $6!$ $7!$
1 1 2 6 24 120 720 5040
2.2 Fundamental Recursive Property & Definition of $0! = 1$

For any integer $n \ge 1$, we can factor out $n$:

$$\mathbf{n! = n \times (n - 1)!} \implies (n - 1)! = \frac{n!}{n}$$

Substituting $n = 1$ into this relation reveals why zero factorial equals 1:

$$(1 - 1)! = \frac{1!}{1} \implies \mathbf{0! = 1}$$

Factorials are undefined for negative integers because substituting $n = 0$ yields $(-1)! = \frac{0!}{0} = \frac{1}{0}$ (undefined division by zero).

2.3 Common Algebraic Operations with Factorials
  • $(a + b)! \neq a! + b!$ (e.g., $(2 + 3)! = 5! = 120 \neq 2! + 3! = 2 + 6 = 8$).
  • $(a \times b)! \neq a! \times b!$.
  • Simplifying factorial fractions: $\frac{n!}{(n - 2)!} = \frac{n(n - 1)(n - 2)!}{(n - 2)!} = n(n - 1) = n^2 - n$.

3. Permutations (Arrangements): Theorems, Formulas & Special Cases

A permutation is an arrangement of a number of objects in a definite order, taken some or all at a time. In permutations, ORDER MATTERS FUNDAMENTALLY (e.g., the arrangement $AB$ is distinct from $BA$).

3.1 The Fundamental Permutation Formula ($^n P_r$)

The number of permutations of $n$ distinct objects taken $r$ at a time ($0 \le r \le n$) without repetition is denoted by $^n P_r$ or $P(n, r)$:

$$\mathbf{^n P_r = \frac{n!}{(n - r)!} = n(n - 1)(n - 2) \cdots (n - r + 1)}$$

Proof Sketch: Filling $r$ vacant positions using $n$ distinct objects:

  • 1st position: $n$ choices
  • 2nd position: $(n - 1)$ choices
  • $r$-th position: $[n - (r - 1)] = (n - r + 1)$ choices
  • By the product rule: $^n P_r = n(n - 1) \cdots (n - r + 1) = \frac{n(n - 1)\cdots(n - r + 1)(n - r)!}{(n - r)!} = \frac{n!}{(n - r)!}$.

Special Values:

  • $^n P_0 = \frac{n!}{n!} = \mathbf{1}$
  • $^n P_1 = \frac{n!}{(n - 1)!} = \mathbf{n}$
  • $^n P_n = \frac{n!}{(n - n)!} = \frac{n!}{0!} = \frac{n!}{1} = \mathbf{n!}$ (Arranging all $n$ distinct objects in a row).
3.2 Permutations with Repetition Allowed

The number of permutations of $n$ distinct objects taken $r$ at a time when each object may be repeated any number of times is:

$$\text{Total Permutations with Repetition} = \underbrace{n \times n \times \dots \times n}_{r \text{ times}} = \mathbf{n^r}$$
3.3 Permutations of Objects Not All Distinct (Identical Items)
Theorem: The number of mutually distinguishable permutations of $n$ objects where $p_1$ objects are of a first kind, $p_2$ objects of a second kind, ..., and $p_k$ objects of a $k$-th kind is: $$\mathbf{\text{Permutations} = \frac{n!}{p_1! \, p_2! \, \cdots \, p_k!}}$$

Classic Example: Arranging the letters of the word "MATHEMATICS":

  • Total letters $n = 11$.
  • Identical subsets: M occurs 2 times, A occurs 2 times, T occurs 2 times, and H, E, I, C, S occur 1 time each.
  • Total distinct permutations $= \frac{11!}{2! \, 2! \, 2!} = \frac{39916800}{8} = \mathbf{4,989,600}$.
3.4 Circular Permutations

When arranging $n$ distinct objects along a closed circle rather than a linear row, shifting every object one position does not produce a new arrangement because there are no fixed ends:

  1. Distinct Orientations (Clockwise $\neq$ Anti-clockwise): Arranging $n$ distinct persons around a circular dining table: $$\mathbf{\text{Circular Permutations} = (n - 1)!}$$
  2. Indistinguishable Orientations (Necklaces / Garlands): Where flipping the necklace turns a clockwise arrangement into an anti-clockwise one: $$\mathbf{\text{Circular Permutations} = \frac{(n - 1)!}{2}}$$

4. Restricted Permutations: String Method, Gap Method & Dictionary Rank

In board examinations and competitive tests, permutation problems rarely ask for raw formulas; they almost always impose specific restrictions on arrangements.

4.1 Strategy 1: The String Method (Items Must Be Always Together)

When certain specified items must always occur together in an arrangement:

  1. Tie the specified items together with an imaginary string and treat them as a single giant object.
  2. Calculate the number of permutations of the remaining objects plus this single composite object.
  3. Multiply the result by the number of internal permutations of the tied objects among themselves.

Example: In how many ways can 5 boys and 4 girls be arranged in a row such that all 4 girls sit together?

  • Treat the 4 girls as 1 composite block. Total objects to arrange: 5 boys + 1 block = 6 objects.
  • Ways to arrange 6 objects $= 6! = 720$.
  • Ways to arrange the 4 girls among themselves inside the block $= 4! = 24$.
  • By the product rule, total arrangements $= 6! \times 4! = 720 \times 24 = \mathbf{17,280}$.
4.2 Strategy 2: The Gap Method (Items Must Never Be Together)

When certain items must NEVER sit adjacent to one another (no two items together):

  1. First, arrange all the unrestricted objects in a row, creating "gaps" between them (including the two ends).
  2. If there are $m$ unrestricted objects, they create exactly $\mathbf{(m + 1)}$ available gaps.
  3. Place the $k$ restricted objects into these $(m + 1)$ distinct gaps using $^{m+1} P_k$.

Example: In how many ways can 5 boys and 4 girls sit in a row such that no two girls sit together?

  • First arrange the 5 boys: $5! = 120$ ways.
  • The 5 boys create $5 + 1 = 6$ gaps: $\underline{\phantom{x}} B_1 \underline{\phantom{x}} B_2 \underline{\phantom{x}} B_3 \underline{\phantom{x}} B_4 \underline{\phantom{x}} B_5 \underline{\phantom{x}}$.
  • The 4 girls must be seated in 4 of these 6 gaps: $^6 P_4 = \frac{6!}{2!} = 360$ ways.
  • Total arrangements $= 5! \times \, ^6 P_4 = 120 \times 360 = \mathbf{43,200}$.
4.3 Rank of a Word in Dictionary Order

To find the alphabetical rank of a word (e.g., "MOTHER") when all its anagrams are arranged in dictionary order:

  1. List the constituent letters in alphabetical order: E, H, M, O, R, T.
  2. Words beginning with E: $1 \times 5! = 120$ words.
  3. Words beginning with H: $1 \times 5! = 120$ words.
  4. Words beginning with M followed by E: $1 \times 4! = 24$ words; followed by H: $24$; followed by O: match found!
  5. Continue successively for O, T, H, E, R to sum preceding counts and add $1$ for the word itself.

5. Combinations (Selections): Formulas, Identities & Pascal’s Rule

A combination is a selection or grouping of a number of objects where the order of selection DOES NOT MATTER. Selecting players $\{A, B\}$ for a doubles tennis team is identical to selecting $\{B, A\}$.

5.1 The Fundamental Combination Formula ($^n C_r$)

The number of combinations of $n$ distinct objects taken $r$ at a time ($0 \le r \le n$) is denoted by $^n C_r$ or $C(n, r)$:

$$\mathbf{^n C_r = \frac{n!}{r! \, (n - r)!}}$$

Fundamental Relation between Permutations and Combinations:

Every combination of $r$ objects can be arranged among themselves in $r!$ ways to yield permutations:

$$\mathbf{^n P_r = r! \times \, ^n C_r} \iff \mathbf{^n C_r = \frac{^n P_r}{r!}}$$
5.2 Core Properties & Identities of Combinations
Property Name Mathematical Identity Significance / Application
Complementary Combination $\mathbf{^n C_r = \, ^n C_{n - r}}$ Selecting $r$ items to include is identical to selecting $(n - r)$ items to leave out. (e.g., $^{100} C_{98} = \, ^{100} C_2 = 4950$).
Equality Property $\text{If } ^n C_x = \, ^n C_y \implies \mathbf{x = y} \text{ or } \mathbf{x + y = n}$ Used extensively to solve for unknown $n$ in board exam questions.
Pascal's Identity $\mathbf{^n C_r + \, ^n C_{r - 1} = \, ^{n + 1} C_r}$ The foundational addition rule forming the entries of Pascal's Triangle.
Sum of All Combinations $\sum_{r=0}^n \, ^n C_r = \, ^n C_0 + \, ^n C_1 + \dots + \, ^n C_n = \mathbf{2^n}$ Total number of subsets of a set containing $n$ elements.
Ratio Property $\frac{^n C_r}{^n C_{r - 1}} = \frac{n - r + 1}{r}$ Crucial for identifying maximum terms in binomial expansions.

6. Combinatorial Geometry, Committee Selection & Group Partitions

Combinatorics demonstrates immense problem-solving power when applied to geometric configurations and distribution of objects into distinct or identical groups.

6.1 Geometric Combinatorics
  1. Number of Straight Lines: The number of straight lines formed by joining $n$ points in a plane, of which $m$ points are collinear: $$\mathbf{\text{Lines} = \, ^n C_2 - \, ^m C_2 + 1}$$ (The $m$ collinear points yield only 1 straight line instead of $^m C_2$).
  2. Number of Triangles: The number of triangles formed by joining $n$ points, of which $m$ points are collinear: $$\mathbf{\text{Triangles} = \, ^n C_3 - \, ^m C_3}$$ (Collinear points cannot form triangles, yielding 0 triangles).
  3. Number of Diagonals in an $n$-sided Polygon: Connecting any 2 vertices gives a line segment ($^n C_2$). Subtracting the $n$ perimeter sides yields the diagonals: $$\mathbf{\text{Diagonals} = \, ^n C_2 - n = \frac{n(n - 1)}{2} - n = \frac{n(n - 3)}{2}}$$
  4. Number of Parallelograms: Formed by a set of $m$ parallel lines intersecting another set of $n$ parallel lines: $$\mathbf{\text{Parallelograms} = \, ^m C_2 \times \, ^n C_2}$$
6.2 Division of Objects into Groups (Partitions)
Grouping Type Formula Key Caveat
Division of $(m + n)$ distinct items into 2 unequal groups of sizes $m$ and $n$ $\frac{(m + n)!}{m! \, n!}$ Sizes $m \neq n$ are unequal; groups are unnamed.
Division of $2m$ distinct items into 2 equal groups of size $m$ each $\frac{(2m)!}{(m!)^2 \, 2!}$ Divide by $2!$ because swapping the two identical unnamed groups does not produce a new partition.
Distribution of $2m$ items to 2 distinct persons $\frac{(2m)!}{(m!)^2}$ Multiply by $2!$ to account for who receives which bundle.
Division of $3m$ distinct items into 3 equal groups of size $m$ each $\frac{(3m)!}{(m!)^3 \, 3!}$ Divide by $3!$ if groups are unnamed; omit $3!$ if distributed to 3 distinct persons.

Key Formulas, Identities & Theorems

Fundamental Counting Principles
m × n, m + n
Multiply for sequential/joint events (AND); add for mutually exclusive alternatives (OR).
Permutations Formula (nPr)
ⁿPᵣ = n! / (n - r)!
Applies when order matters and items are distinct; repetition allowed yields n^r.
Identical Items & Circular Permutations
n! / (p!q!r!)
Divide by 2 for necklaces where clockwise and anti-clockwise orientations are physically indistinguishable.
Combinations Formula (nCr)
ⁿCᵣ = n! / [r!(n - r)!]
Order does not matter; if ⁿCₓ = ⁿCᵧ then either x = y or x + y = n.
Pascal's Combinatorial Identity
ⁿCᵣ + ⁿCᵣ₋₁ = ⁿ⁺¹Cᵣ
Foundational recursion theorem generating binomial coefficients in Pascal's triangle.
Geometric Combinatorics & Diagonals
n(n - 3) / 2
An n-sided polygon has n(n - 3)/2 diagonals; triangles from collinear points is ⁿC₃ - ᵐC₃.

Conceptual Solved Examples & Case Studies

Example 1
Find \(x\) if \(\frac{1}{8!} + \frac{1}{9!} = \frac{x}{10!}\). [2 marks]
Step-by-Step Solution:
Solution:
Step 1: Express larger factorials in terms of $8!$: Notice that: $$9! = 9 \times 8!$$ $$10! = 10 \times 9 \times 8! = 90 \times 8!$$
Step 2: Factor out $\frac{1}{8!}$ from the LHS: $$\text{LHS} = \frac{1}{8!} + \frac{1}{9 \times 8!} = \frac{1}{8!} \left(1 + \frac{1}{9}\right) = \frac{1}{8!} \times \frac{10}{9}$$
Step 3: Equate to the RHS: $$\frac{1}{8!} \times \frac{10}{9} = \frac{x}{10!} = \frac{x}{90 \times 8!}$$
Step 4: Cancel $\frac{1}{8!}$ from both sides and solve for $x$: $$\frac{10}{9} = \frac{x}{90} \implies x = \frac{10 \times 90}{9} = \mathbf{100}$$
Conclusion: The value of $x$ is equal to $100$.
Example 2
How many words, with or without meaning, can be formed using all the letters of the word "EQUATION" at a time so that all the vowels occur together? [3 marks]
Step-by-Step Solution:
Solution:
Step 1: Analyze the letters of "EQUATION": Total letters in "EQUATION" $= 8$. All letters are distinct.
  • Vowels: E, U, A, I, O (Total 5 vowels — all five vowels occur in this word!).
  • Consonants: Q, T, N (Total 3 consonants).

Step 2: Apply the String Method: Tie the 5 vowels together into a single block: $[E, U, A, I, O]$. Now we have: 3 consonants + 1 vowel block $= 4$ objects to arrange. $$\text{Ways to arrange 4 objects in a row} = 4! = 24$$
Step 3: Arrange the vowels inside the block: The 5 vowels are distinct and can be arranged among themselves in: $$5! = 120 \text{ ways}$$
Step 4: Compute the total number of words: By the Fundamental Principle of Multiplication: $$\text{Total Words} = 4! \times 5! = 24 \times 120 = \mathbf{2,880}$$
Conclusion: Exactly $2,880$ words can be formed where all the vowels occur together.
Example 3
If \(^{n} C_9 = \, ^{n} C_8\), find the value of \(n\) and hence evaluate \(^{n} C_{17}\). [3 marks]
Step-by-Step Solution:
Solution:
Step 1: Apply the Combination Equality Theorem: We know that for any positive integer $n$: $$\text{If } ^n C_x = \, ^n C_y, \text{ then either } x = y \text{ or } \mathbf{x + y = n}$$
Step 2: Solve for $n$: Here $x = 9$ and $y = 8$. Since $9 \neq 8$: $$x + y = n \implies 9 + 8 = n \implies \mathbf{n = 17}$$
Step 3: Evaluate $^{n} C_{17}$: Substitute $n = 17$: $$^{17} C_{17} = \frac{17!}{17! \, (17 - 17)!} = \frac{17!}{17! \, 0!} = \frac{1}{1} = \mathbf{1}$$
Conclusion: The value of $n$ is $17$, and $^{n} C_{17} = \, ^{17} C_{17} = 1$.
Example 4
A committee of 7 members has to be formed from 9 boys and 4 girls. In how many ways can this be done when the committee consists of: (i) exactly 3 girls? (ii) at least 3 girls? (iii) at most 3 girls? [4 marks]
Step-by-Step Solution:
Solution:
Total available persons: 9 boys and 4 girls. Committee size $= 7$.
Case (i): Exactly 3 girls: The committee must contain exactly 3 girls and $7 - 3 = 4$ boys. $$\text{Ways} = \, ^4 C_3 \times \, ^9 C_4 = 4 \times \frac{9 \times 8 \times 7 \times 6}{4 \times 3 \times 2 \times 1} = 4 \times 126 = \mathbf{504}$$
Case (ii): At least 3 girls: The committee can have 3 girls OR 4 girls:
  • 3 Girls and 4 Boys: $^4 C_3 \times \, ^9 C_4 = 4 \times 126 = 504$
  • 4 Girls and 3 Boys: $^4 C_4 \times \, ^9 C_3 = 1 \times \frac{9 \times 8 \times 7}{3 \times 2 \times 1} = 1 \times 84 = 84$
$$\text{Total Ways (at least 3 girls)} = 504 + 84 = \mathbf{588}$$
Case (iii): At most 3 girls: "At most 3 girls" means any combination EXCEPT having all 4 girls: $$\text{Total unrestricted committees of 7 from 13 persons} = \, ^{13} C_7 = \frac{13!}{7! \, 6!} = 1,716$$ $$\text{Committees with 4 girls} = 84 \quad (\text{from Case ii})$$ $$\text{Total Ways (at most 3 girls)} = 1,716 - 84 = \mathbf{1,632}$$ (Alternatively: 0 girls (36) + 1 girl (336) + 2 girls (756) + 3 girls (504) = 1,632).
Example 5
In a plane there are 12 points of which 5 points lie on a straight line. (i) How many straight lines can be formed by joining these points? (ii) How many triangles can be formed? (iii) How many diagonals does a decagon (10-sided polygon) have? [4 marks]
Step-by-Step Solution:
Solution:
Part (i): Number of straight lines formed: A straight line is determined by joining any 2 points ($^{12} C_2$). Since 5 points are collinear, they would produce $^5 C_2$ lines, but they actually produce only 1 line: $$\text{Lines} = \, ^{12} C_2 - \, ^5 C_2 + 1$$ $$^{12} C_2 = \frac{12 \times 11}{2} = 66$$ $$^5 C_2 = \frac{5 \times 4}{2} = 10$$ $$\mathbf{\text{Total Straight Lines} = 66 - 10 + 1 = 57}$$
Part (ii): Number of triangles formed: A triangle is formed by joining any 3 non-collinear points ($^{12} C_3$). The 5 collinear points cannot form any triangle ($^5 C_3$ lost): $$\text{Triangles} = \, ^{12} C_3 - \, ^5 C_3$$ $$^{12} C_3 = \frac{12 \times 11 \times 10}{3 \times 2 \times 1} = 220$$ $$^5 C_3 = \frac{5 \times 4 \times 3}{3 \times 2 \times 1} = 10$$ $$\mathbf{\text{Total Triangles} = 220 - 10 = 210}$$
Part (iii): Number of diagonals of a decagon ($n = 10$): Using the diagonal formula $D = \frac{n(n - 3)}{2}$: $$D = \frac{10(10 - 3)}{2} = \frac{10 \times 7}{2} = \mathbf{35 \text{ diagonals}}$$
Example 6
Find the number of arrangements of the letters of the word "ASSASSINATION". In how many of them: (i) do all the 4 S's come together? (ii) do no two S's come together? [5 marks]
Step-by-Step Solution:
Solution:
Step 1: Count frequency of letters in "ASSASSINATION": Total letters $n = 13$. Letter frequencies:
  • A occurs 3 times
  • S occurs 4 times
  • I occurs 2 times
  • N occurs 2 times
  • T occurs 1 time
  • O occurs 1 time
Total unrestricted permutations $= \frac{13!}{3! \, 4! \, 2! \, 2!} = \frac{6227020800}{6 \times 24 \times 2 \times 2} = \mathbf{10,810,800}$.
Step 2: Case (i) - All 4 S\'s come together (String Method): Tie the 4 S\'s together as one single block $[S, S, S, S]$. Remaining letters: 3 A\'s, 2 I\'s, 2 N\'s, 1 T, 1 O (Total 9 letters). Total objects to arrange $= 9 + 1 \text{ block} = 10$ objects. Since the block contains identical S\'s, internal arrangement $= \frac{4!}{4!} = 1$. $$\text{Permutations (all S\'s together)} = \frac{10!}{3! \, 2! \, 2!} = \frac{3628800}{6 \times 2 \times 2} = \frac{3628800}{24} = \mathbf{151,200}$$
Step 3: Case (ii) - No two S\'s come together (Gap Method): First arrange the remaining $13 - 4 = 9$ letters (3 A\'s, 2 I\'s, 2 N\'s, 1 T, 1 O): $$\text{Ways to arrange remaining 9 letters} = \frac{9!}{3! \, 2! \, 2!} = \frac{362880}{24} = 15,120$$ These 9 letters create exactly $9 + 1 = 10$ available gaps: $$\underline{\phantom{x}} L_1 \underline{\phantom{x}} L_2 \underline{\phantom{x}} L_3 \underline{\phantom{x}} L_4 \underline{\phantom{x}} L_5 \underline{\phantom{x}} L_6 \underline{\phantom{x}} L_7 \underline{\phantom{x}} L_8 \underline{\phantom{x}} L_9 \underline{\phantom{x}}$$ The 4 identical S\'s must be placed into 4 of these 10 distinct gaps: $$\text{Ways to choose 4 gaps for the identical S's} = \, ^{10} C_4 = \frac{10 \times 9 \times 8 \times 7}{4 \times 3 \times 2 \times 1} = 210$$ $$\text{Total Arrangements (no two S's together)} = 15,120 \times 210 = \mathbf{3,175,200}$$
Conclusion: All S's together yields $151,200$ arrangements; no two S's together yields $3,175,200$ arrangements.

Common Misconceptions & Examiner Traps

Common Misconception

Confusing Permutations (order matters) with Combinations (order does not matter)

Scientific Reality & Correction

Selecting a committee of 5 from 11 persons does not depend on order; hence use combinations: $^{11} C_5 = 462$, not $^{11} P_5 = 55,440$.

Common Misconception

Forgetting to divide by factorials for identical/repeated letters in word arrangements

Scientific Reality & Correction

Since O appears twice, divide by $2!$: $\frac{4!}{2!} = \frac{24}{2} = \mathbf{12}$.

Common Misconception

Misinterpreting "at least" and "at most" conditions in selections

Scientific Reality & Correction

"At least 3 girls" means $\ge 3$ girls (e.g., 3 girls OR 4 girls). Calculate all valid cases and sum them together.

Common Misconception

Failing to divide by $2!$ when forming unnamed equal groups

Scientific Reality & Correction

For 2 unlabelled groups of equal size 2, divide by $2!$: $\frac{4!}{(2!)^2 \times 2!} = \frac{24}{4 \times 2} = \mathbf{3}$.

Common Misconception

Using circular permutations $(n - 1)!$ directly for necklaces and garlands

Scientific Reality & Correction

A necklace can be flipped over, making clockwise and anti-clockwise orders identical. Divide by 2: $\frac{(8 - 1)!}{2} = \frac{5040}{2} = \mathbf{2520}$.

Permutations, Combinations, Pascal Triangle & Combinatorial Geometry Diagram

ⁿCᵣ Permutations & Combinations Master Architecture Fundamental Counting Principles | nPr vs nCr | Pascal's Identity | Geometric Combinatorics Objects: {A, B, C} (n = 3, r = 2) Permutations (Arrangements) - Order Matters AB BA AC CA BC CB ³P₂ = 3! / (3 - 2)! = 6 AB ≠ BA (Order distinct) Combinations (Selections) - Order Ignored {A, B} {A, C} {B, C} ³C₂ = 3! / (2! · 1!) = 3 {A, B} = {B, A} (Grouping) Core Relation: ⁿPᵣ = r! × ⁿCᵣ Pascal's Identity: ⁿCᵣ + ⁿCᵣ₋₁ = ⁿ⁺¹Cᵣ 1 1 1 1 2 1 1 3 3 1 6 Polygon Diagonals: ⁿC₂ - n = n(n-3)/2 ⁶C₂ - 6 = 15 - 6 = 9 Counting Principles & Factorials Product Rule: m × n sequential ways Sum Rule: m + n mutually exclusive ways n! = n(n-1)!, 0! = 1, 1! = 1 Permutations (nPr) ⁿPᵣ = n! / (n - r)! [Ordered sets] With repetition: nʳ Identical items: n! / (p! · q! · r!) Combinations (nCr) ⁿCᵣ = n! / [r!(n - r)!] ⁿCᵣ = ⁿCₙ₋ᵣ, ⁿCₓ = ⁿCᵧ ⇒ x+y = n ⁿC₀ + ⁿC₁ + ... + ⁿCₙ = 2ⁿ Geometry & Group Partitions Lines from points: ⁿC₂ - ᵐC₂ + 1 Parallelograms: ᵐC₂ × ⁿC₂ Equal groups: (2m)! / [(m!)² · 2!]

Chapter Summary & 10 Key Takeaways

Takeaway 1
The Fundamental Principle of Multiplication states that if an event can occur in m ways and a second independent event in n ways, both in succession occur in m × n ways.
Takeaway 2
The Fundamental Principle of Addition states that if an event can occur in m ways and a mutually exclusive event in n ways, either can occur in m + n ways.
Takeaway 3
Factorial notation is defined for non-negative integers as n! = 1 × 2 × 3 × ... × n, with the fundamental definition 0! = 1 and recurrence n! = n(n - 1)!.
Takeaway 4
A permutation is an ordered arrangement; the number of permutations of n distinct objects taken r at a time is ⁿPᵣ = n! / (n - r)!.
Takeaway 5
The number of permutations of n objects where p are identical of one kind, q of another, and r of a third is n! / (p! · q! · r!).
Takeaway 6
Circular permutations of n distinct objects equal (n - 1)! if orientations are distinguishable, and (n - 1)! / 2 for necklaces/garlands.
Takeaway 7
A combination is an unordered selection; the number of combinations of n distinct objects taken r at a time is ⁿCᵣ = n! / [r!(n - r)!].
Takeaway 8
Fundamental connection between arrangements and selections: ⁿPᵣ = r! × ⁿCᵣ.
Takeaway 9
Key combination identities: ⁿCᵣ = ⁿCₙ₋ᵣ; if ⁿCₓ = ⁿCᵧ then x = y or x + y = n; and Pascal's identity: ⁿCᵣ + ⁿCᵣ₋₁ = ⁿ⁺¹Cᵣ.
Takeaway 10
Geometric combinatorics: lines from n points with m collinear is ⁿC₂ - ᵐC₂ + 1; diagonals of an n-sided polygon equals ⁿC₂ - n = n(n - 3)/2.

Check Your Understanding (Diagnostic Practice Questions)

Diagnostic questions testing core conceptual clarity. Answers are hidden initially — solve each problem first, then click to reveal the step-by-step verified solution.

1
How many 4-digit numbers can be formed using the digits 1 to 9 if no digit is repeated?
Reveal Answer & Explanation
Answer: ⁹P₄ = 9! / (9 - 4)! = 9! / 5! = 9 × 8 × 7 × 6 = 3,024 numbers.
There are 9 available digits and 4 positions to fill without repetition; use the permutation formula ⁹P₄.
2
If ⁿPᵣ = 720 and ⁿCᵣ = 120, find the values of r and n.
Reveal Answer & Explanation
Answer: r! = ⁿPᵣ / ⁿCᵣ = 720 / 120 = 6. Since 3! = 6, we have r = 3. Now ⁿP₃ = n(n - 1)(n - 2) = 720 = 10 × 9 × 8. Thus, n = 10 and r = 3.
Use the fundamental relation ⁿPᵣ = r! × ⁿCᵣ to find r!, then solve for n.
3
How many chords can be drawn through 21 points on a circle?
Reveal Answer & Explanation
Answer: Since no three points on a circle are collinear, number of chords = ²¹C₂ = (21 × 20) / 2 = 210 chords.
Every chord is uniquely determined by choosing any 2 points on the circle; order does not matter.
4
In how many ways can 5 girls and 3 boys be seated in a row so that no two boys sit together?
Reveal Answer & Explanation
Answer: Arrange 5 girls: 5! = 120 ways. Gaps created = 5 + 1 = 6. Place 3 boys in 6 gaps: ⁶P₃ = 6 × 5 × 4 = 120. Total ways = 120 × 120 = 14,400 ways.
First arrange the 5 girls, then place the 3 boys into the 6 gaps created between the girls.
5
Find the number of diagonals of an octagon (8-sided polygon).
Reveal Answer & Explanation
Answer: D = 8(8 - 3)/2 = (8 × 5)/2 = 20 diagonals.
Use the polygon diagonal formula D = n(n - 3)/2 with n = 8.
Finished Studying This Chapter?
READY TO PRACTICE?

Timed CBT Practice Tests (Exam Simulator)

Put your concepts to the test with official curriculum-aligned Foundation and Advanced practice tests. Get instant accuracy scores, time metrics, and step-by-step verified explanations.