Permutation and Combination
Free study material · concepts, shortcuts & solved questions
1. Core Concepts & Theoretical Blueprint
Permutation counts ARRANGEMENTS (where order matters), while Combination counts SELECTIONS (where order does not matter) — the entire chapter reduces to correctly identifying which of these two counting modes a given problem requires, then applying the matching formula.
Fundamental Counting Principle (the base of everything):
Absolute Core Formulas:
Special Cases:
Permutations with Repetition (identical items in a group):
Circular Permutation:
The Universal Trap: Four persistent traps:
- Using nPr where nCr is required, or vice versa — the single defining error of this entire chapter; always ask "does the ORDER of selection matter for this problem?" before choosing a formula. Selecting a committee → order doesn't matter (nCr). Arranging people in a row → order matters (nPr).
- Forgetting circular permutation uses , not — one position is effectively "fixed" as a reference point in a circular arrangement, reducing the count by a factor of n.
- Double-counting when items are identical — arranging letters of a word with repeated letters (like "MISSISSIPPI") without dividing by the factorial of each repeated letter's count inflates the answer.
- Mishandling "at least" conditions in combination problems — "select at least 2 from a group" requires SUMMING the combinations for 2, 3, 4, ... up to the maximum, or using the complementary counting trick (total selections minus the selections with FEWER than 2), not just computing a single nCr term.
2. Exhaustive Question Typology
PERMUTATION AND COMBINATION
|
-----------------------------------------------------------------------
| | | | | |
Type 1: Type 2: Type 3: Type 4: Type 5: Type 6:
Basic Basic Permutations Circular Restrictions Word/Letter
Permutation Combination with Repeated Permutations (Particular Arrangement
(Arrangement) (Selection) Elements Items Problems
Computation Computation Together/
Not Together)
| | |
Type 7: Type 8: Type 9:
Selection Combined Number
with "At Permutation- Formation
Least" Combination Problems
Conditions (Select Then (Digits,
Arrange) Divisibility
Conditions)
Type 1 — Basic permutation (arrangement) computation:
- Core Scenario: "In how many ways can 5 people be arranged in a row?" or "find the number of ways to arrange 3 out of 8 books on a shelf."
- Governing Equation: (or simply if all n items are arranged).
Type 2 — Basic combination (selection) computation:
- Core Scenario: "In how many ways can a committee of 4 be selected from 10 people?"
- Governing Equation:
Type 3 — Permutations with repeated elements:
- Core Scenario: "How many distinct arrangements can be made from the letters of the word 'BANANA'?"
- Governing Equation: where is the count of each repeated letter/item.
Type 4 — Circular permutations:
- Core Scenario: "In how many ways can 6 people be seated at a round table?" or "in how many ways can 6 beads be arranged in a necklace?"
- Governing Equation: (round table, directions distinct); (necklace/garland, direction doesn't matter)
Type 5 — Restrictions (particular items together/not together):
- Core Scenario: "In how many ways can 5 boys and 3 girls be arranged in a row such that all girls sit together?" or "such that two particular people never sit together."
- Governing Equation: "Together" → treat the group as ONE unit, arrange units, then multiply by internal arrangements of the grouped items. "Never together" → (total arrangements) − (arrangements with them together).
Type 6 — Word/letter arrangement problems:
- Core Scenario: "How many words (with or without meaning) can be formed using the letters of 'COMPUTER' such that vowels always come together?"
- Governing Equation: Combines Types 3 and 5 techniques — treat grouped letters as a block, arrange blocks, multiply by internal arrangement of the block and repeated-letter adjustments as needed.
Type 7 — Selection with "at least" conditions:
- Core Scenario: "In how many ways can a team of 5 be selected from 6 men and 4 women, such that at least 3 women are included?"
- Governing Equation: Sum the valid cases: , i.e., .
Type 8 — Combined permutation-combination (select then arrange):
- Core Scenario: "From a group of 8 people, a committee of 4 is to be selected, and then a chairperson is to be chosen from among them." (Selection is combination; assigning a special role afterward may add a permutation-style multiplication.)
- Governing Equation: First compute the selection (nCr), then multiply by the number of ways to assign any additional ordered role among the selected group.
Type 9 — Number formation problems (digits, divisibility conditions):
- Core Scenario: "How many 4-digit numbers can be formed using the digits 1,2,3,4,5 without repetition, that are divisible by 5?"
- Governing Equation: Apply the Fundamental Counting Principle position-by-position, filling constrained positions (e.g., the units digit for a divisibility condition) FIRST, then filling remaining positions with the remaining available digits.
3. Type-wise Practice MCQs with Full Solutions
Type 1 — Basic Permutation (Arrangement) Computation
MCQ 1. In how many ways can 5 people be arranged in a row? (A) 120 (B) 100 (C) 60 (D) 24
Correct Answer: (A) Solution: .
MCQ 2. Find the number of ways to arrange 3 out of 8 books on a shelf. (A) 336 (B) 320 (C) 300 (D) 350
Correct Answer: (A) Solution: .
MCQ 3. In how many ways can the letters of the word "TABLE" be arranged? (A) 120 (B) 60 (C) 24 (D) 720
Correct Answer: (A) Solution: 5 distinct letters: .
Type 2 — Basic Combination (Selection) Computation
MCQ 1. In how many ways can a committee of 4 be selected from 10 people? (A) 210 (B) 200 (C) 220 (D) 190
Correct Answer: (A) Solution: .
MCQ 2. In how many ways can 3 balls be selected from a bag containing 7 balls? (A) 35 (B) 30 (C) 40 (D) 28
Correct Answer: (A) Solution: .
MCQ 3. Find the value of . (A) 66 (B) 60 (C) 72 (D) 78
Correct Answer: (A) Solution: (using ).
Type 3 — Permutations with Repeated Elements
MCQ 1. How many distinct arrangements can be made from the letters of the word "BANANA"? (A) 60 (B) 120 (C) 720 (D) 90
Correct Answer: (A) Solution: 6 letters total; A appears 3 times, N appears 2 times. Arrangements .
MCQ 2. How many distinct arrangements can be made from the letters of the word "STATISTICS"? (A) 50400 (B) 45000 (C) 60000 (D) 40320
Correct Answer: (A) Solution: 10 letters total; S appears 3 times, T appears 3 times, I appears 2 times, A once, C once. Arrangements .
MCQ 3. How many distinct arrangements can be made from the letters of "MISSISSIPPI"? (A) 34650 (B) 30000 (C) 36000 (D) 32000
Correct Answer: (A) Solution: 11 letters; M once, I 4 times, S 4 times, P 2 times. Arrangements .
Type 4 — Circular Permutations
MCQ 1. In how many ways can 6 people be seated at a round table? (A) 120 (B) 720 (C) 60 (D) 360
Correct Answer: (A) Solution: .
MCQ 2. In how many ways can 7 different beads be arranged to form a necklace? (A) 360 (B) 720 (C) 5040 (D) 2520
Correct Answer: (A) Solution: .
MCQ 3. In how many ways can 5 men and 5 women be seated at a round table such that men and women alternate? (A) 2880 (B) 1440 (C) 5760 (D) 720
Correct Answer: (A) Solution: Fix 5 men in a circle: ways. Then 5 women fill the 5 gaps between men, in ways. Total .
Type 5 — Restrictions (Particular Items Together/Not Together)
MCQ 1. In how many ways can 5 boys and 3 girls be arranged in a row such that all girls sit together? (A) 4320 (B) 3600 (C) 5040 (D) 2880
Correct Answer: (A) Solution: Treat 3 girls as one block: total units = 5 boys + 1 block = 6 units, arranged in ways. Internal arrangement of the girls' block ways. Total .
MCQ 2. In how many ways can 6 people be arranged in a row such that two particular people never sit together? (A) 480 (B) 720 (C) 600 (D) 360
Correct Answer: (A) Solution: Total arrangements . Arrangements with the two together (treat as one block): . Never together .
MCQ 3. In how many ways can 4 mathematics books and 3 physics books be arranged on a shelf such that all mathematics books are together and all physics books are together? (A) 288 (B) 144 (C) 576 (D) 432
Correct Answer: (A) Solution: Two blocks (math, physics), arranged in ways. Internal: math block ; physics block . Total .
Type 6 — Word/Letter Arrangement Problems
MCQ 1. How many words can be formed using the letters of "COMPUTER" such that vowels always come together? (Letters: C,O,M,P,U,T,E,R — vowels O,U,E) (A) 4320 (B) 5040 (C) 3600 (D) 2880
Correct Answer: (A) Solution: 8 letters, all distinct. Treat 3 vowels (O,U,E) as one block: total units = 5 consonants + 1 block = 6 units, arranged in ways. Internal arrangement of vowel block . Total .
MCQ 2. How many words can be formed using all letters of "LEADER" (with repeated letters handled correctly)? (Letters: L,E,A,D,E,R — E repeats twice) (A) 360 (B) 720 (C) 180 (D) 240
Correct Answer: (A) Solution: 6 letters, E repeats twice. Arrangements .
MCQ 3. How many arrangements of the letters of "MONDAY" are possible such that the vowels (O, A) always occupy the first and last positions (in any order)? (A) 48 (B) 24 (C) 96 (D) 60
Correct Answer: (A) Solution: 2 vowels (O,A) can occupy first and last positions in ways. Remaining 4 consonants (M,N,D,Y) fill the middle 4 positions in ways. Total .
Type 7 — Selection with "At Least" Conditions
MCQ 1. In how many ways can a team of 5 be selected from 6 men and 4 women, such that at least 3 women are included? (A) 186 (B) 200 (C) 150 (D) 175
Correct Answer: (A) Solution: Case 1 (3 women, 2 men): . Case 2 (4 women, 1 man): . Total . (Recheck: gives 66, not matching option A cleanly; correcting the option set.)
MCQ 1 (verified). Correct Answer: (E)/restated as 66 Solution: As derived: Case 1 (3W,2M)=60; Case 2 (4W,1M)=6; Total=66.
MCQ 2. In how many ways can a committee of 4 be formed from 5 men and 3 women, such that at least 2 women are included? (A) 45 (B) 50 (C) 40 (D) 55
Correct Answer: (A) Solution: Case 1 (2W,2M): . Case 2 (3W,1M): . Total. (Recheck: gives 35, not matching; correcting.)
MCQ 2 (verified). Correct Answer: (E)/restated as 35 Solution: As derived: Case 1=30; Case 2=5; Total=35.
MCQ 3. In how many ways can a group of 3 be selected from 4 boys and 3 girls, such that at least 1 girl is included? (A) 31 (B) 35 (C) 28 (D) 30
Correct Answer: (A) Solution: Total ways to select 3 from 7: . Ways with NO girl (all boys): . At least 1 girl .
Type 8 — Combined Permutation-Combination
MCQ 1. From a group of 8 people, a committee of 4 is to be selected, and then a chairperson is to be chosen from among the 4 selected. Find the total number of ways. (A) 280 (B) 210 (C) 320 (D) 350
Correct Answer: (A) Solution: Select 4 from 8: . Choose 1 chairperson from the 4 selected: ways. Total .
MCQ 2. In how many ways can a president, a vice-president, and a secretary be chosen from a group of 10 people (all different positions, no person holds more than one)? (A) 720 (B) 1000 (C) 840 (D) 900
Correct Answer: (A) Solution: This is a direct permutation (order/role matters): .
MCQ 3. A quiz team of 3 is to be selected from 6 students, and then a captain is to be chosen from the selected 3. Find the total number of ways. (A) 60 (B) 54 (C) 48 (D) 66
Correct Answer: (A) Solution: Select 3 from 6: . Choose captain from 3: ways. Total .
Type 9 — Number Formation Problems
MCQ 1. How many 4-digit numbers can be formed using the digits 1,2,3,4,5 without repetition, that are divisible by 5? (A) 24 (B) 20 (C) 30 (D) 18
Correct Answer: (A) Solution: For divisibility by 5, the units digit must be 5 (fixed, 1 way). Remaining 3 positions filled from remaining 4 digits: ways. Total .
MCQ 2. How many 3-digit even numbers can be formed using the digits 1,2,3,4,5 without repetition? (A) 24 (B) 30 (C) 20 (D) 36
Correct Answer: (A) Solution: Units digit must be even (2 or 4): 2 choices. Remaining 2 positions filled from remaining 4 digits: . Total .
MCQ 3. How many 4-digit numbers greater than 5000 can be formed using the digits 2,3,5,7,9 without repetition? (A) 48 (B) 60 (C) 36 (D) 72
Correct Answer: (A) Solution: First digit must be 5, 7, or 9 (to exceed 5000): 3 choices. Remaining 3 positions filled from remaining 4 digits: . Total . (Recheck: gives 72, matching option D; correcting the marked answer.)
MCQ 3 (verified). Correct Answer: (D) 72 Solution: As derived: 3 choices for first digit × 24 arrangements of remaining = 72.
4. High-Yield Speed Tricks & Shortcut Mental Models
Shortcut 1 — The "Order Matters?" Binary Filter
- Application: Every single problem in the chapter, as the very first mental step.
- Mental Model: Before touching any formula, ask exactly one question: "If I swap two of the selected/arranged items, does the outcome count as different?" If YES (arranging people in a row, forming numbers, assigning distinct roles) → Permutation. If NO (selecting a committee, choosing a team, picking items into an unordered group) → Combination. This single binary filter, applied as a strict reflex before any calculation, eliminates the chapter's most common error.
Shortcut 2 — The "Block Treatment" for Togetherness Restrictions
- Application: Every Type 5/6 "must be together" problem.
- Mental Model: Instantly collapse any group of items that must stay together into ONE super-item, arrange all super-items and remaining individual items together, THEN multiply by the internal arrangements within the collapsed block — this two-step "treat as one unit, then unpack internally" process is a fixed, reusable template for every togetherness-restriction problem regardless of how many people/items are involved.
Shortcut 3 — Complementary Counting for "Not Together" and "At Least"
- Application: Every "never together" restriction and every "at least k" selection problem.
- Mental Model: Instead of directly counting the (often more complex) desired outcome, compute (Total unrestricted count) − (count of the OPPOSITE/complementary scenario) — this is almost always faster than summing multiple direct cases, especially for "not together" problems where direct counting would require enumerating many valid arrangements.
5. Deep-Dive: Most Frequently Asked Questions
Problem 1 (SSC/RRB Standard): In how many ways can a group of 5 students be selected from 6 boys and 4 girls, such that the group contains exactly 3 boys and 2 girls?
Traditional Method (Slow): Select 3 boys from 6: . Select 2 girls from 4: . Total combined selections . (Requires computing two separate combination values before multiplying — ~30 seconds, though this method is already fairly efficient; the "shortcut" here is more about recognizing the multiplication step immediately.)
Exam Shortcut (Fast): Recognize instantly that "exactly k of one type AND (r−k) of another" ALWAYS multiplies the two independent combination counts directly (fundamental counting principle applied to combinations) — compute both nCr values using quick cancellation (: cancel , giving ; : cancel , giving ) and multiply immediately: . Answer: 120, with the KEY insight being that this is a single-step multiplication problem once both combination values are known — no separate "case analysis" is needed since the problem specifies an EXACT split, unlike "at least" problems which require summing multiple cases.
Problem 2 (UPSC/Banking Advanced): In how many ways can 4 men and 3 women be seated in a row of 7 chairs such that no two women sit next to each other?
Step-by-Step Breakdown:
- First, arrange the 4 men in a row: ways. This creates 5 "gaps" (including both ends) where women could be placed: M_M_M_M (one gap before each man, one after each man, one between each pair).
- Specifically, with 4 men arranged, there are exactly gaps available.
- To ensure no two women sit together, each woman must occupy a DIFFERENT gap (at most one woman per gap).
- Choose 3 of these 5 gaps for the women, and arrange the 3 women within those chosen gaps: this is a permutation of 3 women into 3 of the 5 available gap-positions: ways.
- Total arrangements (arrangements of men) (arrangements of women into gaps) .
- Answer: 1,440 ways. This demonstrates the standard advanced technique for "no two of a certain type adjacent" problems: arrange the UNRESTRICTED group first (here, the men), identify the gaps this creates, then treat placing the RESTRICTED group into those gaps as a separate permutation problem — a gap-based technique that generalizes to any "no two alike items adjacent" arrangement question.
6. Chapter Checklist for Students
- I apply the "does order matter?" binary filter as my mandatory first step before choosing between nPr and nCr for every problem.
- I divide by the factorial of each repeated item's count when arranging items with duplicates (like letters in a word).
- I use for circular permutations (and further divide by 2 for reversible arrangements like necklaces), never plain .
- I treat "must be together" groups as a single collapsed block (then multiply by internal arrangement), and use complementary counting (Total − Opposite) for "never together" and "at least" problems.
- I fill digit-position constraints (like a fixed units digit for divisibility) FIRST in number-formation problems, before counting the remaining unconstrained positions.
Practice what you just read
5 questions on Permutation and Combination from the live question bank. Answers reveal instantly — nothing is scored.
अभी पढ़े गए अध्याय का अभ्यास करें — उत्तर तुरंत दिखेगा।
Q1.Find the value of 10P9 (permutations of 10 items taken 9 at a time).
Q2.Find the value of 6P4 (permutations of 6 items taken 4 at a time).
Q3.Find the value of 5P4 (permutations of 5 items taken 4 at a time).
Q4.Find the value of 6P5 (permutations of 6 items taken 5 at a time).
Q5.Find the value of 11P7 (permutations of 11 items taken 7 at a time).