Permutation & Combination Reasoning – Master Reasoning for Competitive Exams
Boost your understanding of permutation & combination reasoning with proven strategies designed for competitive exams like SSC, UPSC, and Banking.
Permutation & Combination
Permutation & Combination is a fundamental counting technique in logical reasoning that deals with arranging and selecting objects without or with consideration of order. It forms the backbone of probability and advanced quantitative concepts, making it indispensable for competitive exams.
In real-world applications, these concepts help in password combinations, lottery probabilities, seating arrangements, team selections, and more. For competitive exams, mastering Permutation & Combination significantly enhances problem-solving speed and accuracy in the reasoning/quantitative sections.
Key Competitive Exams Where This Topic Appears:
- SSC Exams: CGL, CHSL, CPO, Steno, GD Constable
- Banking Exams: IBPS PO/Clerk/SO, SBI PO/Clerk, RBI Grade B/Assistant
- UPSC: CSAT (Paper II)
- Railway Exams: RRB NTPC, Group D, JE, ALP
- Management Exams: CAT, MAT, XAT, CMAT
- State PSCs: UPPSC, MPPSC, BPSC, TNPSC, WBCS, etc.
✍️ Scoring Potential:
Permutation & Combination typically carries 3-8 marks in SSC exams, 5-10 marks in banking exams, and forms the basis for 10-15% of CAT quantitative questions. With proper preparation, students can achieve 100% accuracy in these questions, making it a high-yield topic.
Types of Permutation & Combination Problems
Permutation refers to the arrangement of objects in a specific order. The number of permutations of 'n' distinct objects taken 'r' at a time is given by nPr = n!/(n-r)!
Solved Example 1:
How many 3-letter words can be formed from the letters of the word "DELHI" without repetition?
Solution:
- 1. The word "DELHI" has 5 distinct letters: D, E, L, H, I
- 2. We need to form 3-letter words (arrangements where order matters)
- 3. This is a permutation problem: 5P3 = 5!/(5-3)! = (5×4×3×2×1)/(2×1) = 60
- 4. Therefore, 60 different 3-letter words can be formed
Solved Example 2:
In how many ways can 4 people (Amit, Bina, Chetan, Deepa) be seated in a row of 4 chairs?
Solution:
- 1. This is permutation of 4 distinct objects (people) taken all at once
- 2. Number of arrangements = 4P4 = 4! = 24
- 3. Alternatively: 4 choices for 1st chair × 3 remaining for 2nd × 2 for 3rd × 1 for last = 24
How many 4-digit numbers can be formed using 1, 2, 3, 4, 5 without repetition?
Solution:
This is permutation of 5 digits taken 4 at a time: 5P4 = 5!/(5-4)! = 120. Therefore, 120 different 4-digit numbers can be formed.
Combination refers to the selection of objects without considering the order. The number of combinations of 'n' distinct objects taken 'r' at a time is given by nCr = n!/(r!(n-r)!).
Solved Example 1:
How many different committees of 3 can be formed from 5 people (Rahul, Priya, Amit, Suman, Neha)?
Solution:
- 1. Since the order of selection doesn't matter (committee {Rahul, Priya, Amit} is same as {Amit, Rahul, Priya}), this is a combination problem
- 2. Number of ways = 5C3 = 5!/(3!2!) = (5×4)/(2×1) = 10
- 3. Therefore, 10 different committees can be formed
Solved Example 2:
A cricket team of 11 players needs to be selected from 15 available players. How many different teams can be formed?
Solution:
- 1. Team selection is combination as order doesn't matter
- 2. Number of ways = 15C11 = 15!/(11!4!) = 1365
- 3. Note: 15C11 is same as 15C4 (property of combinations: nCr = nC(n-r))
In a group of 7 friends (Ankit, Bhavna, Chirag, Divya, Esha, Farhan, Gauri), how many ways can 2 friends be selected to represent the group?
Solution:
This is combination of 7 taken 2 at a time: 7C2 = 7!/(2!5!) = 21. Therefore, there are 21 ways to select 2 friends from 7.
When repetition of items is allowed, the number of permutations of 'n' items taken 'r' at a time is n^r.
Solved Example 1:
How many 3-digit numbers can be formed using digits 1, 2, 3, 4, 5 if repetition is allowed?
Solution:
- 1. For a 3-digit number: hundreds, tens, and units place
- 2. Each digit can be any of 5 digits (1-5) with repetition allowed
- 3. Hundreds place: 5 options, Tens place: 5 options, Units place: 5 options
- 4. Total numbers = 5 × 5 × 5 = 125
Solved Example 2:
A password consists of 4 characters where each character can be any lowercase letter (a-z). How many possible passwords exist?
Solution:
- 1. There are 26 possible letters for each character
- 2. With 4 characters and repetition allowed, total passwords = 26 × 26 × 26 × 26 = 26^4 = 456,976
A coin is tossed 5 times. How many different outcomes of heads and tails are possible?
Solution:
Each toss has 2 outcomes (H or T). For 5 tosses with repetition allowed, total outcomes = 2^5 = 32.
In circular arrangements, the number of distinct permutations of 'n' distinct objects is (n-1)!, as rotations of the same arrangement are considered identical.
Solved Example 1:
In how many ways can 5 people (A, B, C, D, E) be seated around a circular table?
Solution:
- 1. For circular arrangements, total permutations = (n-1)!
- 2. Here, n = 5, so arrangements = (5-1)! = 4! = 24
- 3. Note: In linear arrangement it would be 5! = 120, but circular reduces it as rotations are identical
Solved Example 2:
How many different necklaces can be made using 6 distinct beads?
Solution:
- 1. Necklace is circular and can be flipped, so permutations = (n-1)!/2
- 2. Here, n = 6, so necklaces = (6-1)!/2 = 5!/2 = 120/2 = 60
- 3. Division by 2 accounts for flipping the necklace over making identical arrangements
In how many ways can 7 different colored chairs be arranged around a circular conference table?
Solution:
Circular permutation of 7 distinct items: (7-1)! = 6! = 720 ways.
When some objects are identical, the number of distinct permutations is n!/(p!q!r!...) where p, q, r... are counts of identical objects.
Solved Example 1:
How many different words can be formed from the letters of the word "MISSISSIPPI"?
Solution:
- 1. Total letters = 11 (M-1, I-4, S-4, P-2)
- 2. Formula for permutation with identical items: n!/(p!q!r!...)
- 3. Here, permutations = 11!/(4!4!2!) = 34,650
Solved Example 2:
In how many ways can 3 identical red balls and 2 identical blue balls be arranged in a row?
Solution:
- 1. Total items = 5 (3 red + 2 blue)
- 2. Since balls of same color are identical, arrangements = 5!/(3!2!) = 10
- 3. These are the combinations of positions for the blue (or red) balls among the 5 positions
How many distinct signals can be made by arranging 3 red flags, 4 yellow flags, and 2 blue flags in a row?
Solution:
Total flags = 9 (3R, 4Y, 2B). Distinct arrangements = 9!/(3!4!2!) = 1,260 different signals.
Step-by-Step Solving Techniques
Identify Problem Type
First determine whether the problem involves permutation (arrangement, order matters) or combination (selection, order doesn't matter).
- Look for keywords: "arrange", "order", "sequence" → permutation
- "Select", "choose", "group", "committee" → combination
- Check if changing order creates a new case (permutation) or same case (combination)
Example: "How many ways to award 1st, 2nd, 3rd prizes?" → Order matters → Permutation
Apply Fundamental Counting Principle
For sequential decisions, multiply the number of choices at each step.
- Break the problem into stages/steps
- Count choices for each step
- Multiply the number of choices for all steps
Example: "How many 3-letter words with 1st letter vowel, others consonant?"
Choices: 5 (vowels) × 21 × 21 = 2,205
Handle Restrictions First
When there are restrictions (must/must not cases), address them before unrestricted items.
- Identify restricted positions/items
- Calculate arrangements for restricted cases first
- Then arrange remaining items
Example: "Arrange A,B,C,D with A not first"
Total arrangements (4!) - Arrangements with A first (3!) = 24 - 6 = 18
Use Combination Formulas Wisely
Remember key combination properties to simplify calculations:
- nCr = nC(n-r) → Choose smaller r for easier calculation
- nCr = (n/r) × (n-1)C(r-1) → Useful for recursive calculation
- Pascal's Identity: nCr = (n-1)Cr + (n-1)C(r-1)
Example: 10C8 = 10C2 = 45 (easier to compute)
Account for Repetition Cases
Differentiate between problems with and without repetition.
- Permutation with repetition: n^r
- Combination with repetition: (n+r-1)Cr
- Identical items: divide by factorial of identical counts
Example: "How many 4-digit PINs?" → 10^4 = 10,000 (digits 0-9 can repeat)
Visualize with Slot Method
Draw blanks/slots for each position to systematically count possibilities.
- Draw _ _ _ ... for each position
- Fill each slot with possible options
- Multiply options following restrictions
Example: "3-digit even numbers from 1-6 without repetition"
_ _ _ → Last digit (even): 2,4,6 (3 options) → First digit: remaining 4 → Middle: remaining 4 → 4×4×3 = 48
📚 Topic-Wise Practice Worksheets
Master Permutation Combination with our structured practice materials
Each worksheet includes detailed solutions and explanations
Fundamental Counting Principle Free
10 worksheets available
The Fundamental Counting Principle (Multiplication Principle) states that if one event can occur in 'm' ways and a second independent event can occur in 'n' ways, then the total number of ways both events can occur together is m × n. This principle extends to any number of independent events and forms the foundation of all counting problems.
Basic Linear Permutation Free
10 worksheets available
Linear Permutation deals with arranging distinct objects in a straight line (order matters). The number of ways to arrange 'n' distinct objects in a line is n! (n factorial). This fundamental concept extends to arranging only 'r' objects out of 'n' (ⁿPᵣ = n!/(n-r)!).
Basic Combination Selection Free
10 worksheets available
Combination deals with selecting objects where order does NOT matter. The number of ways to choose 'r' objects from 'n' distinct objects is denoted as ⁿCᵣ or C(n,r) = n! / [r! × (n-r)!]. Combinations are used when forming committees, selecting teams, or any situation where the arrangement of selected items is irrelevant.
Word Formation With Repetition Free
10 worksheets available
Word Formation with Repetition (Permutation of Identical Objects) deals with arranging objects where some are identical. The number of distinct arrangements of 'n' objects where there are p identical objects of one type, q of another, etc., is n!/(p! × q! × ...). This is commonly applied to finding distinct anagrams of words with repeated letters.
Circular Permutation Free
10 worksheets available
Circular Permutation deals with arranging distinct objects around a circle (or any closed loop). Unlike linear arrangements, rotations of the same circular arrangement are considered identical because there is no fixed starting point. The number of ways to arrange 'n' distinct objects around a circle is (n-1)!.
Permutation With Restriction Free
10 worksheets available
Permutation with Restriction problems involve arranging objects with specific constraints such as: certain objects must be together, must be apart, must be at fixed positions, or must be at ends. These problems require treating restricted groups as units or using complementary counting.
Committee Formation Free
10 worksheets available
Committee Formation problems involve selecting a team or committee from different groups (e.g., selecting from men and women, from different departments, or with specific skill requirements). These are combination problems with constraints that require selecting from multiple independent groups.
Gap Method Separation Free
10 worksheets available
The Gap Method is a technique for arranging items such that certain items are not adjacent to each other. First, arrange the unrestricted items, creating gaps between them. Then, place the restricted items in these gaps to ensure separation. This method is especially useful for 'no two vowels together' or 'no two specific people together' problems.
Geometrical Combinations Free
10 worksheets available
Geometrical Combinations involve counting geometric figures (triangles, lines, diagonals, quadrilaterals, etc.) formed by joining given points in a plane. These problems combine combinatorial selection with geometric constraints, such as collinearity (points on the same line cannot form triangles).
Circular Permutation With Reflection Free
10 worksheets available
Circular Permutation with Reflection deals with arrangements around a circle where clockwise and anticlockwise arrangements are considered identical (as in necklaces, bracelets, or garlands). Since a necklace can be flipped over, the number of distinct arrangements is (n-1)!/2 for n ≥ 3 distinct objects.
Derangement Problem Free
10 worksheets available
Derangement is a permutation of elements where no element appears in its original position. For example, arranging n letters into n envelopes so that no letter goes into its correct envelope. The number of derangements of n items is denoted as !n (subfactorial) or D(n).
Inclusion Exclusion Principle Free
10 worksheets available
The Inclusion-Exclusion Principle (PIE) is a counting technique used to calculate the size of the union of multiple sets when there is overlap between them. For two sets: |A ∪ B| = |A| + |B| - |A ∩ B|. For three sets: |A ∪ B ∪ C| = |A| + |B| + |C| - |A ∩ B| - |B ∩ C| - |A ∩ C| + |A ∩ B ∩ C|.
Distribution Problem Free
10 worksheets available
Distribution problems involve distributing objects into boxes or recipients. When objects are distinct and boxes are distinct, each object has independent choices, so the number of ways is (number of boxes)^(number of objects). Different variations include empty boxes allowed or not, identical objects, or identical boxes.
Number Formation With Constraints Free
10 worksheets available
Number Formation problems involve forming numbers (usually with a given number of digits) from a set of digits, often with restrictions such as: first digit cannot be zero, digits can/cannot repeat, or numbers must be divisible by certain values (even, odd, divisible by 5, etc.).
Group Division Free
10 worksheets available
Group Division problems involve dividing a set of distinct items into groups (teams, batches, etc.). Key considerations: Are groups distinguishable (labeled like Team A, Team B) or indistinguishable? Are groups of equal size or different sizes? The formula involves combinations and division by factorial for indistinguishable groups.
Rank Of Word Free
10 worksheets available
Rank of a word is its position when all permutations of its letters are arranged in dictionary (alphabetical) order. For example, the word 'MOTHER' has a certain rank among all 6! = 720 permutations of its letters. Ranking requires systematically counting how many words come before the given word.
Selection With Mandatory Constraint Free
10 worksheets available
Selection with Mandatory Constraint problems involve selecting a committee or team where certain specific individuals must be included (or must be excluded). These problems simplify by fixing the mandatory selections first, then selecting the remaining from the available pool.
Stars And Bars Free
10 worksheets available
The Stars and Bars method is a combinatorial technique for counting the number of ways to distribute n identical items into k distinct boxes (or find non-negative integer solutions to x₁ + x₂ + ... + xₖ = n). The formula is C(n + k - 1, k - 1).
Combination With 'At Least' Constraint Free
10 worksheets available
Combination with 'At Least' Constraint problems require selecting a committee or group where certain categories must have at least a minimum number of members (e.g., at least 2 men, at least 1 woman). These are solved by summing combinations for each valid case or using complementary counting.
Permutations With Identical Objects Free
10 worksheets available
Permutations with Identical Objects (Multiset Permutations) deal with arranging objects where some are identical. The number of distinct arrangements is n! / (p! × q! × r! × ...), where p, q, r are the frequencies of identical objects. This extends word formation problems to general objects.
Circular Permutations With Identical Objects Free
10 worksheets available
Circular Permutations with Identical Objects (Necklace/ Garland problems with repeated beads) require counting distinct arrangements around a circle where rotations and reflections are considered identical AND some objects are identical. These are the most complex permutation problems, often requiring Burnside's Lemma.
Partial Derangement (Rencontres Numbers) Free
10 worksheets available
Partial Derangement (Rencontres Numbers) counts permutations of n elements with exactly k fixed points (elements that stay in their original position). The formula is D(n,k) = C(n,k) × !(n-k), where !(n-k) is the derangement number. These generalize derangements (k=0) to allow some fixed points.
Multinomial Theorem Free
10 worksheets available
The Multinomial Theorem generalizes the Binomial Theorem to more than two terms. The coefficient of x₁ᵃ x₂ᵇ ... xₖᶜ in the expansion of (x₁ + x₂ + ... + xₖ)ⁿ is n!/(a! b! c! ...), where a + b + c + ... = n. This is also the number of ways to arrange n objects with a of type 1, b of type 2, etc.
Handshake Problems With Constraints Free
10 worksheets available
Handshake problems count the number of handshakes that occur in a group where each pair of people shakes hands exactly once. The classic formula is C(n,2) = n(n-1)/2. Variations include constraints such as certain people not shaking hands, people shaking only within groups, or specific handshake patterns.
Partition Into Unequal Groups Free
10 worksheets available
Partition into Unequal Groups involves dividing a set of distinct items into groups where the groups have different sizes. When group sizes are all different, the groups are naturally distinguishable by size, so no division by factorial is needed. This differs from equal groups where division by k! is required.
Number Formation With Distinct Digits Free
10 worksheets available
Number Formation with Distinct Digits involves forming numbers where digits cannot repeat. This is a permutation problem where we arrange selected digits. The number of n-digit numbers with distinct digits (and first digit ≠ 0) is 9 × P(9, n-1) for n ≤ 10.
📖 Mixed Practice Worksheets
Comprehensive worksheets combining all problem types for Permutation Combination
Perfect for exam simulation and revision
Each worksheet contains 20 mixed questions covering all problem types of Permutation Combination, with detailed solutions and answer keys.
Tips & Tricks for Permutation & Combination
💡 Speed & Time Management Hacks:
- Memorize factorial values up to 10! (10! = 3,628,800) to save calculation time
- For combination problems, always look for nCr = nC(n-r) to minimize calculations
- Practice mental math for common combinations (e.g., 7C2 = 21, 8C3 = 56)
- In exam, if stuck, try listing a few cases to identify pattern
- For circular permutations, remember to divide by n for arrangements that can be rotated
⚠️ Avoid These Common Traps:
- Confusing permutation (order matters) with combination (order doesn't matter) - Always check if sequence/arrangement is important in the problem
- Forgetting to account for identical items - Remember to divide by factorials of identical counts
- Overlooking restrictions - Always handle "must be/must not be" conditions first
- Miscounting in circular permutations - Remember it's (n-1)! not n! for basic circular arrangements
- Double-counting arrangements - Be careful with problems involving both selection and arrangement
- Missing cases in complex problems - Break into smaller sub-problems when needed
✅ Strategies for Success:
- Master 50+ varied problems covering all permutation & combination types
- Create a personal formula sheet with all key permutation and combination formulas
- Practice previous year questions from SSC, Banking, and CAT exams
- Time yourself to solve standard problems within 45-60 seconds
- Join study groups to discuss different approaches to the same problem
🛑 Crucial Reminders:
- 0! = 1 (by definition) - This often appears in combination formulas
- nPr = nCr × r! - Connects permutations and combinations
- The number of ways to arrange n distinct items is n! (factorial of n)
- Combination with repetition: (n+r-1)Cr where n=types, r=selections
- For circular arrangements of distinct items: (n-1)!
📚 Frequently Asked Questions About Permutation & Combination
Permutation & Combination is a fundamental counting technique in logical reasoning that deals with arranging and selecting objects. Permutation refers to arrangements where order matters, while combination refers to selections where order doesn't matter.
It's crucial for competitive exams because:
- Tests analytical thinking and problem-solving abilities
- Forms foundation for probability questions
- Frequently appears in SSC, Banking, UPSC, and management exams
- Helps develop systematic approach to complex counting problems
To master Permutation & Combination effectively:
- Understand fundamentals first: Clearly distinguish between permutation and combination concepts
- Practice systematically: Start with basic problems, then progress to complex ones with restrictions
- Create formula sheet: Document all key formulas with examples for quick revision
- Solve previous year questions: Analyze question patterns from SSC, Banking, CAT exams
- Time yourself: Gradually reduce time per question to build speed
- Review mistakes: Maintain error log to identify and correct weak areas
Permutation & Combination questions regularly appear in:
- SSC Exams: CGL, CHSL, CPO (Typically 3-5 questions)
- Banking Exams: IBPS PO, SBI PO, RBI Grade B (2-4 questions)
- UPSC: CSAT Paper II (1-2 questions)
- Management Exams: CAT, XAT (Moderate to difficult level, 3-6 questions)
- Railway Exams: RRB NTPC, Group D (2-3 questions)
- State PSCs: UPPSC, MPPSC, BPSC etc. (Varies by state)
Difficulty perception varies:
- SSC/Banking: Moderate (basic to intermediate level problems)
- CAT/Management: Moderate to Difficult (complex problems with multiple constraints)
Common pitfalls to avoid:
- Confusing permutation (arrangement) with combination (selection)
- Overcounting or undercounting cases in complex problems
- Mishandling problems with identical items or restrictions
- Calculation errors in factorial-based problems
- Forgetting special cases (circular arrangements, necklaces that can be flipped)
The proven mastery path:
- Conceptual clarity: Thoroughly understand when to use permutation vs combination through numerous examples
- Formula mastery: Memorize all key formulas and their applications (nPr, nCr, circular, identical items cases)
- Pattern recognition: Solve 100+ problems of increasing difficulty to identify common problem patterns
- Exam-focused practice: Concentrate on previous 5 years' questions from your target exams
- Speed development: Practice mental calculation of combinations and factorial values
- Error analysis: Maintain detailed error log and review weekly to eliminate mistakes
Consistent practice with these methods typically yields 90-100% accuracy in exam questions on this topic.
Sandeep Nehra
B.Tech (Mech) | MBA (HRM & IB) | Lead Developer & Reasoning Expert (16+ Yrs)
Sandeep is a Mechanical Engineer and dual MBA (HR & International Business) with over 16 years of experience as a Senior Web Architect and Tech Lead. Combining his engineering precision with deep behavioral insights, he founded ReasoningAbility.com to revolutionize competitive exam preparation. His unique methodology — blending logical structuring from engineering with psychological clarity from HRM — helps aspirants crack BITSAT, SSC, and Banking exams faster. His mission remains simple: provide high-quality, free practice resources that turn complex logic into accessible, high-speed solving techniques for students worldwide.