Permutation and Combination Explained with Formulas and Examples - Aptitude Questions & Answers

Category: Quantitative Aptitude Views: 33

Permutation and Combination Explained with Formulas and Examples is one of the most important topics in Quantitative Aptitude. In this lesson, you will learn concepts, formulas, shortcuts, solved examples, and aptitude questions with answers. This topic is useful for exams like SSC, Bank, CAT, TCS, and other competitive exams.

Permutations and Combinations: Complete Guide with Formulas & Examples

What are Permutations and Combinations?

Permutations and Combinations are fundamental counting principles in mathematics used to calculate the number of possible arrangements and selections of objects. These concepts are crucial for probability, statistics, and various competitive exams.

Key Difference: Permutation considers arrangement order, while Combination does not.

Fundamental Counting Principle

If one event can occur in \'m\' ways and another independent event can occur in \'n\' ways, then the two events together can occur in m × n ways.

Example: If you have 3 shirts and 4 pants, you can create 3 × 4 = 12 different outfits.

Permutation - Arrangement with Order

Definition and Formula

Permutation refers to the arrangement of objects in a specific order. The order of arrangement matters in permutation.

nPr = n! / (n - r)!
Where:
n = Total number of objects
r = Number of objects to arrange
! = Factorial (e.g., 5! = 5×4×3×2×1 = 120)

Example: In how many ways can 8 people sit in 8 vacant chairs?

Number of ways = 8P8 = 8! = 8×7×6×5×4×3×2×1 = 40,320 ways

Explanation: First chair: 8 choices, Second: 7 choices, Third: 6 choices, and so on.

Types of Permutation Problems

1. Number-Based Permutation

With Repetition Allowed

Each digit/number can be used multiple times in different positions.

For n-digit number using m available digits:
Total permutations = m × m × m ... (n times) = mⁿ

Example Problem: How many 4-digit numbers can be formed using digits 1,5,3,4,0,6 if repetition is allowed?

  1. Available digits: {1,5,3,4,0,6} → 6 digits total
  2. First digit cannot be 0 → 5 choices (1,5,3,4,6)
  3. Other positions can be any digit → 6 choices each
  4. Total = 5 × 6 × 6 × 6 = 1,080 numbers
1,080 different 4-digit numbers can be formed
Without Repetition

Each digit/number can be used only once in the arrangement.

For n-digit number using m available digits without repetition:
Total permutations = mPₙ = m!/(m-n)!

Example Problem: How many 5-digit numbers can be formed using digits 1,4,7,8,3,6 without repetition?

  1. Available digits: {1,4,7,8,3,6} → 6 digits total
  2. First position: 6 choices
  3. Second position: 5 choices (one digit used)
  4. Third position: 4 choices
  5. Fourth position: 3 choices
  6. Fifth position: 2 choices
  7. Total = 6 × 5 × 4 × 3 × 2 = 720 numbers

Using formula: 6P5 = 6!/(6-5)! = 720/1 = 720

Special Case - Numbers starting with specific digit:

How many 4-digit even numbers can be formed from digits 1,2,3,4,5 without repetition?

  1. Last digit must be even → 2 choices (2 or 4)
  2. Case 1: Last digit = 2
  3. First digit: 4 choices (1,3,4,5)
  4. Second digit: 3 choices
  5. Third digit: 2 choices
  6. Total for case 1: 4×3×2 = 24
  7. Case 2: Last digit = 4 → Similar calculation: 24
  8. Total = 24 + 24 = 48 numbers

2. Alphabet-Based Permutation

Arranging letters of words with various conditions.

Basic Word Arrangement
For word with n letters where some repeat:
Total arrangements = n! / (p₁! × p₂! × ...)
Where p₁, p₂ are counts of identical letters

Example: Arrange letters of \"MISSISSIPPI\"

Total letters = 11

M: 1, I: 4, S: 4, P: 2

Total arrangements = 11! / (4! × 4! × 2!) = 34,650 ways

Vowels Together

Treat all vowels as a single unit/block.

Example Problem: Arrange \"BHARAT\" with vowels always together

  1. Word: BHARAT → Letters: B,H,A,R,A,T (6 letters, 2 A\'s)
  2. Vowels: A,A → Treat as single block [AA]
  3. Now arrange: B, H, R, T, [AA] → 5 items to arrange
  4. Arrangements of 5 items = 5! = 120
  5. Vowels within block [AA] can arrange in 2!/2! = 1 way (both A\'s identical)
  6. Total arrangements = 5! × 1 = 120 ways

Example 2: Arrange \"EDUCATION\" with vowels together

  1. Word: EDUCATION → Vowels: E,U,A,I,O (5 distinct vowels)
  2. Consonants: D,C,T,N (4 consonants)
  3. Treat vowels as block [E U A I O] → 1 item
  4. Now arrange: D,C,T,N,[vowel block] → 5 items = 5! = 120
  5. Vowels within block can arrange in 5! = 120 ways
  6. Total = 5! × 5! = 120 × 120 = 14,400 ways
Consonants Together

Treat all consonants as a single unit/block.

Example Problem: Arrange \"AMISHA\" with consonants always together

  1. Word: AMISHA → Letters: A,M,I,S,H,A (6 letters, 2 A\'s)
  2. Consonants: M,S,H → Treat as single block [MSH]
  3. Now arrange: A, A, I, [MSH] → 4 items with 2 A\'s identical
  4. Arrangements of 4 items with repetition = 4!/2! = 12
  5. Consonants within block [MSH] can arrange in 3! = 6 ways
  6. Total arrangements = (4!/2!) × 3! = 12 × 6 = 72 ways
Vowels Never Together

Calculate total arrangements minus arrangements with vowels together.

Example: Arrange \"COMPUTER\" with no two vowels together

  1. Total letters: 8 (C,O,M,P,U,T,E,R)
  2. Vowels: O, U, E (3 vowels)
  3. Consonants: C, M, P, T, R (5 consonants)
  4. First arrange consonants: 5! = 120 ways
  5. Create slots for vowels: _C_M_P_T_R_ → 6 slots available
  6. Choose 3 slots from 6: ⁶C₃ = 20 ways
  7. Arrange 3 vowels in chosen slots: 3! = 6 ways
  8. Total = 120 × 20 × 6 = 14,400 ways

Rank of a Word

The position of a word when all possible arrangements are listed in alphabetical order.

Step-by-Step Method to Find Rank

  1. Arrange all letters of the word in alphabetical order
  2. For each position, count words starting with letters that come before the target word\'s letter
  3. Move to next position and repeat
  4. Add 1 for the target word itself
  5. Sum all counts to get the rank

Example Problem: Find rank of \"ROHIT\" in dictionary order

  1. Alphabetical order of letters: H, I, O, R, T
  2. Words starting with H: H _ _ _ _ → 4! = 24 words
  3. Words starting with I: I _ _ _ _ → 4! = 24 words
  4. Words starting with O: O _ _ _ _ → 4! = 24 words
  5. Words starting with R:
    • RH _ _ _ → 3! = 6 words
    • RI _ _ _ → 3! = 6 words
    • RO:
      • ROH _ _ → 2! = 2 words (ROHIT and ROH??)
      • ROHIT is 1st word in this group
  6. Total count before ROHIT: 24 + 24 + 24 + 6 + 6 + (2-1) = 85
  7. Rank of ROHIT = 85 + 1 = 86th position

Example 2: Find rank of \"BLOCK\"

  1. Alphabetical order: B, C, K, L, O
  2. Words starting with B:
    • BC _ _ _ → 3! = 6 words
    • BK _ _ _ → 3! = 6 words
    • BL:
      • BLC _ _ → 2! = 2 words
      • BLK _ _ → 2! = 2 words
      • BLOCK is 1st in remaining
  3. Total count before BLOCK: 6 + 6 + 2 + 2 = 16
  4. Rank of BLOCK = 16 + 1 = 17th position

Quick Formula for Words with No Repeated Letters:

Rank = 1 + Σ (Number of letters lexicographically smaller × (n-1)!)

For \"ROHIT\":

R: 3 letters smaller (H,I,O) × 4! = 3×24 = 72

O: 2 letters smaller (H,I) × 3! = 2×6 = 12

H: 0 letters smaller × 2! = 0

I: 0 letters smaller × 1! = 0

T: No calculation needed

Rank = 72 + 12 + 1 = 85th (Note: This gives position before adding 1)

Circular Permutation

Definition and Formula

Arrangement of objects in a circle where rotations are considered the same arrangement.

When Clockwise & Anti-clockwise are Different

Number of circular arrangements = (n - 1)!
Where n = number of objects

Example Problem: How many ways can 5 people sit around a circular table?

Number of arrangements = (5 - 1)! = 4! = 4×3×2×1 = 24 ways

Explanation: Fix one person\'s position to eliminate identical rotations, arrange remaining 4.

When Clockwise & Anti-clockwise are Same

Number of circular arrangements = (n - 1)! / 2
Where n = number of objects

Example Problem: How many different necklaces can be made with 10 distinct beads?

Number of arrangements = (10 - 1)! / 2 = 9! / 2 = 181,440 ways

Explanation: In necklaces, flipping gives same arrangement.

Special Cases

Circular Arrangement with Restrictions

Example: 5 couples (10 people) sit around a table with each couple sitting together

  1. Treat each couple as single unit → 5 units
  2. Arrange 5 units around table: (5-1)! = 4! = 24
  3. Each couple can switch places: 2 ways per couple
  4. Total = 24 × (2⁵) = 24 × 32 = 768 ways
Key People Not Sitting Together

Example: 8 people sit around table, 2 specific people not adjacent

  1. Total arrangements without restriction: (8-1)! = 7! = 5,040
  2. Treat the 2 people as single unit: 7 units → (7-1)! = 6! = 720
  3. The 2 people can arrange within unit: 2! = 2
  4. Arrangements with them together: 720 × 2 = 1,440
  5. Arrangements with them apart: 5,040 - 1,440 = 3,600 ways

Combination - Selection without Order

Definition and Formula

Combination refers to selecting objects without considering the order of selection. The order does NOT matter in combination.

nCr = n! / [r! × (n - r)!]
Where:
n = Total number of objects
r = Number of objects to select

Key Properties:

  • nC₀ = 1 (Selecting nothing)
  • nC₁ = n (Selecting 1 from n)
  • nCₙ = 1 (Selecting all)
  • nCr = nC₍ₙ₋ᵣ₎ (Complementary combination)
  • ⁿCᵣ + ⁿCᵣ₋₁ = ⁿ⁺¹Cᵣ (Pascal\'s Rule)

Types of Combination Problems

1. Selection from Multiple Groups

Example Problem: From 12 men and 15 women, select 10 men and 14 women for a committee. How many ways?

  1. Select 10 men from 12: ¹²C₁₀ = ¹²C₂ = (12×11)/(2×1) = 66
  2. Select 14 women from 15: ¹⁵C₁₄ = ¹⁵C₁ = 15
  3. Total ways = 66 × 15 = 990 ways

Example 2: Committee of 5 with at least 2 women from 6 men and 4 women

  1. Case 1: 2 women, 3 men: ⁴C₂ × ⁶C₃ = 6 × 20 = 120
  2. Case 2: 3 women, 2 men: ⁴C₃ × ⁶C₂ = 4 × 15 = 60
  3. Case 3: 4 women, 1 man: ⁴C₄ × ⁶C₁ = 1 × 6 = 6
  4. Total = 120 + 60 + 6 = 186 ways

2. Geometric Combinations

Example Problem: 9 non-collinear points on a plane. How many triangles can be formed?

Need 3 points to form triangle (order doesn\'t matter)

Number of triangles = ⁹C₃ = (9×8×7)/(3×2×1) = 84 triangles

Example 2: 12 vertical and 10 horizontal lines. How many rectangles?

Rectangle needs 2 vertical and 2 horizontal lines

  1. Choose 2 vertical from 12: ¹²C₂ = (12×11)/(2×1) = 66
  2. Choose 2 horizontal from 10: ¹⁰C₂ = (10×9)/(2×1) = 45
  3. Total rectangles = 66 × 45 = 2,970 rectangles

Example 3: How many diagonals in a polygon with n sides?

Total lines joining vertices = ⁿC₂

Subtract n sides (not diagonals)

Number of diagonals = ⁿC₂ - n = n(n-1)/2 - n = n(n-3)/2

For octagon (n=8): 8(8-3)/2 = 8×5/2 = 20 diagonals

3. Combination with Repetition/Selection

When items can be selected multiple times (like selecting fruits from a basket with unlimited quantity of each type).

Number of combinations with repetition:
ⁿ⁺ʳ⁻¹Cᵣ or (n + r - 1)! / [r! × (n - 1)!]

Example: Select 5 fruits from 3 types (apples, oranges, bananas) with unlimited supply

n = 3 types, r = 5 selections

Number of ways = ³⁺⁵⁻¹C₅ = ⁷C₅ = ⁷C₂ = (7×6)/(2×1) = 21 ways

Important Formulas and Relationships

Permutation vs Combination:
nPr = nCr × r!
(Arrangement = Selection × arrangement of selected)
Division into Groups:
• Number of ways to divide n distinct items into groups of sizes a, b, c (a+b+c=n):
n! / (a! × b! × c!)
• When groups are identical: Divide by number of identical groups factorial
Handshakes Problem:
Number of handshakes among n people = ⁿC₂ = n(n-1)/2

Permutations & Combinations: Frequently Asked Questions

What\'s the main difference between permutation and combination?

Permutation considers the order/arrangement of items (ABC is different from BAC), while combination only considers selection (ABC is same as BAC when selecting 3 items).

When to use (n-1)! in circular permutation?

Use (n-1)! when arranging n distinct objects in a circle and clockwise/anti-clockwise are considered different. When they\'re considered same (like in necklaces), use (n-1)!/2.

How to handle repeated letters in word arrangement?

Divide total permutations (n!) by factorial of counts of each repeated letter. For \"BANANA\": 6!/(3!×2!) = 60 arrangements (3 A\'s, 2 N\'s).

What is the complement principle in combinations?

Instead of counting selections with conditions, count total selections minus selections without the condition. Often easier: \"at least 2\" = total - (0 or 1).

How to find rank of word with repeated letters?

For each position, count arrangements of letters before the target letter, adjusting for repetitions. Use factorial division for each counting step.

Practice Problems

Problem 1

How many 6-digit numbers can be formed using digits 0-9 if no digit repeats and number must be divisible by 10?

Solution: Last digit must be 0. Remaining 5 digits from 1-9 without repetition: 9P5 = 9×8×7×6×5 = 15,120 numbers

Problem 2

In how many ways can 5 Indians, 4 Americans, and 3 Russians sit in a row so that same nationality people sit together?

Solution: Treat each nationality as block: 3! = 6 arrangements. Within blocks: Indians 5! = 120, Americans 4! = 24, Russians 3! = 6. Total = 6 × 120 × 24 × 6 = 103,680 ways

Problem 3

A committee of 7 with 4 men and 3 women is to be formed from 6 men and 5 women. In how many ways if 2 specific men refuse to serve together?

Solution: Total without restriction: ⁶C₄ × ⁵C₃ = 15 × 10 = 150. Cases with both problematic men: ⁴C₂ × ⁵C₃ = 6 × 10 = 60. Valid ways = 150 - 60 = 90 ways

Problem 4

Find rank of \"MATHS\" when letters arranged alphabetically.

Solution: Alphabetical: A,H,M,S,T. A _ _ _ _: 4! = 24. H _ _ _ _: 4! = 24. M: A _ _ _: 3! = 6. H _ _ _: 3! = 6. S _ _: 2! = 2. T: 0. Total before = 24+24+6+6+2 = 62. Rank = 63rd

Frequently Asked Questions

What is Permutation and Combination Explained with Formulas and Examples?

Permutation and Combination Explained with Formulas and Examples is an important aptitude topic used in competitive exams that tests your logical reasoning and problem-solving abilities.

Is Permutation and Combination Explained with Formulas and Examples important for competitive exams?

Yes, Permutation and Combination Explained with Formulas and Examples is frequently asked in SSC, Bank, CAT, TCS, and other placement exams. It's essential to master this topic for better scores.

How to prepare Permutation and Combination Explained with Formulas and Examples easily?

Practice solved examples, learn formulas and shortcuts, and attempt practice questions regularly to master Permutation and Combination Explained with Formulas and Examples.

What are the important formulas in Permutation and Combination Explained with Formulas and Examples?

Key formulas vary by topic, but generally include basic concepts, shortcuts, and standard problem-solving approaches specific to Permutation and Combination Explained with Formulas and Examples.

How many questions come from Permutation and Combination Explained with Formulas and Examples?

Typically 5-10 questions come from Permutation and Combination Explained with Formulas and Examples in most competitive exams, making it a high-scoring section.

🚀 Exclusive Community

Land Your Dream Job Faster!

  • Daily job alerts (Remote + On-site)
  • Interview questions from real companies
  • Career growth hacks & insider tips
  • Networking with professionals

Join 2,500+ professionals accelerating their careers

👉 YES! I WANT JOB UPDATES

🔒 Zero spam • 1-click leave anytime

Scroll to Top