

How to Solve Permutation and Combination Problems with Examples
Permutation and combination problems concern the enumeration of arrangements and selections from finite sets, utilizing precise mathematical definitions and combinatorial formulas.
Formal Definitions and Notation in Permutation and Combination Problems
Definition: A permutation of $n$ distinct objects taken $r$ at a time is an ordered arrangement, whereas a combination is an unordered selection of $r$ objects from $n$.
The number of permutations of $n$ objects taken $r$ at a time is denoted as $_nP_r = \dfrac{n!}{(n - r)!}$, valid for $0 \leq r \leq n$.
The number of combinations is denoted as $_nC_r = \dfrac{n!}{r!(n - r)!}$, where $n!$ represents the factorial of $n$.
The value $0!$ is defined as $1$ by convention to ensure continuity of the factorial function.
Relationships and Basic Identities Used in Enumeration
Basic relationships underpinning these problems include $_nP_r = {_nC_r} \cdot r!$, and the symmetric property $_nC_r = {_nC_{n - r}}$ for any $0 \leq r \leq n$.
The Pascal's Rule for combinations states that $_nC_r + {_nC_{r - 1}} = {_n+1C_r}$, providing a recursive means to compute values.
For selection among indistinguishable objects, the multinomial coefficient $\dfrac{n!}{n_1!n_2!\cdots n_k!}$ is used, where $n_1+n_2+\cdots+n_k=n$ partitions the objects into groups of similar elements.
For arrangements with repetition permitted, the number of $r$-length strings from an $n$-element set is $n^r$.
Canonical Exam Patterns and Problem Structuring in JEE
Permutations are commonly assessed via arrangements of digits, letters, or persons, often applying constraints such as adjacency or fixed positions.
Combinations are typically examined in scenarios involving committee formation, selection of groups, or count of possible pairings, sometimes with restrictions on group composition.
Mixed situations requiring sequential use of both principles—such as selection followed by arrangement—are common in higher-difficulty questions.
Evaluation of Expressions Involving Factorials and Binomial Coefficients
Example: Evaluate $6!$.
Substitution gives $6! = 6 \times 5 \times 4 \times 3 \times 2 \times 1$, which simplifies to $720$.
Example: Compute $_7C_3$.
Substitute into the formula to get $_7C_3 = \dfrac{7!}{3! \times 4!}$.
Writing $7! = 5040$, $3! = 6$, and $4! = 24$, the expression becomes $\dfrac{5040}{6 \times 24}$.
The denominator is $144$, so the result is $35$.
Problem Solving Using Permutation Principles
Example: In how many ways can the letters of the word "FIGHT" be arranged?
Since there are $5$ distinct letters, the number of arrangements is $5!$.
Write $5! = 120$.
Example: Find the number of distinct arrangements of "GEOGRAPHY" in which the vowels are always together.
The vowels $E$, $O$, $A$ are treated as a unit. Therefore, consider $7$ entities: $G$, $G$, $R$, $P$, $H$, $Y$, and the unit of vowels.
Arrangements of these $7$ units, accounting for repeated $G$'s, is $\dfrac{7!}{2!} = 2520$.
The $3$ vowels can be arranged within their unit in $3! = 6$ ways.
Thus, the total number of arrangements is $2520 \times 6 = 15120$.
Allocation and Pair Formation via Combination Counting
Example: If $12$ persons each shake hands with every other person, how many handshakes occur?
Each handshake pairs $2$ individuals; the number of unordered pairs is $_{12}C_2$.
Substitute: $_{12}C_2 = \dfrac{12 \times 11}{2} = 66$.
Example: A committee of $5$ is formed from $7$ men and $6$ women, with at least $3$ men required. In how many ways can this be done?
Consider cases: $(3\text{ men},2\text{ women})$, $(4,1)$, $(5,0)$.
Total ways: $7C3 \times 6C2 + 7C4 \times 6C1 + 7C5$.
Compute: $35\times 15 + 35\times 6 + 21 = 525+210+21 = 756$.
Common Constraints and Typical Errors in Permutation-Combination Problems
Common restrictions involve placements (e.g., fixed odd/even positions), imposed adjacency or separation, and repetition decisions.
Common Error: Confusing arrangement (permutation) with selection (combination), especially in problems that require both stages, leads to misapplication of formulas.
Problems with repeated elements require division by the factorials of repeated counts, as in the arrangement of words with identical letters; omission results in overcounting.
For additional foundational material, refer to Permutation And Combination Overview.
Permutation and Combination in Probability and Set Problems
Enumeration of cases forms the basis for calculating probabilities or counting subsets, with $_nC_r$ providing the number of $r$-element subsets of an $n$-element set.
To deepen understanding of advanced combinatorial structures and alike object arrangements, see Permutation And Combination Of Alike Objects.
- Permutation formula for distinct objects
- Combination formula and symmetric properties
- Arrangements with identical elements
- Counting with and without repetition
- Committee and group formation strategies
- Constraints on arrangement (adjacency, position)
- Errors arising from order vs. selection distinction
- Recursive computation techniques
For JEE-level problems mixing both arrangement and selection constraints, consult Problems On Permutation And Combination.
Systematic mastery requires frequent practice. Refer to Important Questions On Permutations And Combinations for further exam-oriented problems.
To access dedicated revision tools and theory notes, visit Permutations And Combinations Revision Notes.
FAQs on Permutation and Combination Problems Made Simple for Students
1. What is permutation and combination in mathematics?
Permutation refers to the arrangement of objects in a specific order, while combination refers to the selection of objects without considering the order.
Key points:
- Permutation = Arrangement (Order matters)
- Combination = Selection (Order does not matter)
- Both concepts play a crucial role in probability and counting problems in exams.
2. What is the formula for permutation?
The permutation formula for arranging r objects out of n distinct objects is:
nPr = n! / (n - r)!
- Here, n = total number of objects
- r = number of objects to arrange
- ! (factorial) means multiplying all natural numbers up to that number
3. What is the formula of combination?
The combination formula for selecting r objects from n distinct objects is:
nCr = n! / [r! × (n - r)!]
- n = total objects
- r = objects selected
- In combinations, order is not considered
4. What is the main difference between permutation and combination?
The main difference is that permutations consider order, while combinations do not.
- Permutations: Arrangement matters (e.g., ABC ≠ BAC)
- Combinations: Only selection matters (e.g., ABC = BAC)
5. How many 3-letter words can be formed using the letters A, B, C, D if repetition is not allowed?
Without repetition, the number of 3-letter words using 4 distinct letters is found using permutations.
Steps:
- First letter: 4 choices
- Second letter: 3 choices
- Third letter: 2 choices
- Total = 4 × 3 × 2 = 24 words
6. How many ways can 5 students be seated in a row?
The number of ways to seat 5 students in a row is equal to the number of permutations of 5 distinct objects.
- Total ways = 5! = 120
- Order matters because arrangement is important
7. How many ways can you select 2 students from a group of 5?
To select 2 students from 5, use the combination formula.
- Total ways = 5C2 = 5! / (2! × 3!) = 10
- Order does not matter in selection
8. In how many ways can the letters of the word ‘EXAM’ be arranged?
The word ‘EXAM’ has 4 different letters. The number of ways they can be arranged is 4!.
- Total arrangements = 24
- Because all letters are unique, use permutation formula: 4! = 4 × 3 × 2 × 1
9. What are circular permutations?
A circular permutation is the arrangement of objects in a circle where rotations of the same arrangement are not counted as different.
- Number of circular permutations of n items = (n – 1)!
- Used for problems involving round tables or rings
10. What is meant by permutation with repetition?
Permutation with repetition allows objects to be repeated in arrangements.
- Formula: nr, where n = number of objects, r = places to fill
- Useful when the same object can appear more than once in an arrangement
11. What are the applications of permutation and combination?
Permutation and combination have wide applications in mathematics and real-life problems.
- Probability and statistics
- Arranging people, objects, or digits
- Selection of teams and committees
- Solving competitive and entrance exam questions
12. Is order important in combinations?
No, in combinations the order of selected items is not important; only the chosen group matters.
- For example, selecting A and B is the same as selecting B and A





















