Class 11Mathematics · AlgebraFull chapter

Permutations and Combinations

The whole chapter in one place — read it, then test yourself. Clear notes, formula sheet, a practice quiz, and worked NCERT solutions & PYQs.

Fundamental Principle of Counting

Quick answer Quick Answer: If one task can be done in m ways and a second, independent task can be done in n ways, both tasks together can be done in m × n ways (multiplication principle); if only one of two mutually exclusive tasks is to be done, it can be done in m + n ways (addition principle).

The Fundamental Principle of Counting is the foundation of this chapter. It lets us count arrangements without listing every single possibility.

Multiplication Principle: If an event can occur in m different ways, and following it, a second event can occur in n different ways, then the two events together can occur in m × n different ways. This extends to any number of events: if k events can occur in n₁, n₂, ..., nk ways respectively, the total number of ways all of them can occur in order is n₁ × n₂ × ... × nk.

Addition Principle: If an event can occur in m ways and a second, mutually exclusive event (the two cannot happen together) can occur in n ways, then either of the two events can occur in m + n ways.

Worked Example: A restaurant menu has 5 starters, 4 main courses and 3 desserts. In how many ways can a customer choose one starter, one main course and one dessert?

Choosing the starter can be done in 5 ways, the main course in 4 ways, and the dessert in 3 ways. Since these are independent, successive choices, by the multiplication principle the total number of ways is 5 × 4 × 3 = 60.

Now suppose the customer instead wants only ONE item — either a starter OR a dessert (not both) as a quick snack. Since these are mutually exclusive alternatives, by the addition principle the number of ways is 5 + 3 = 8.

Multiplication Principle Total ways = n₁ × n₂ × n₃ × ... × n_k for k independent, successive events
Addition Principle Total ways = n₁ + n₂ for mutually exclusive alternative events
Remember
  • Multiplication principle applies to a sequence of independent, successive tasks (AND).
  • Addition principle applies to mutually exclusive alternatives (OR).
  • The principle extends to any finite number of events.
  • Always check whether tasks happen together (multiply) or as alternatives (add).

Factorial Notation

Quick answer Quick Answer: n! (read 'n factorial') is the product of all positive integers from 1 to n, i.e., n! = n(n−1)(n−2)...2·1, and by definition 0! = 1.

Factorial notation gives a compact way of writing the product of the first n natural numbers, and it is central to every permutation and combination formula.

For a positive integer n, n! = n × (n − 1) × (n − 2) × ... × 3 × 2 × 1. By convention, 0! = 1. Factorial is defined only for whole numbers (0, 1, 2, 3, ...); it is not defined for negative integers or fractions.

A useful recurrence relation is n! = n × (n − 1)!, which lets us simplify ratios of factorials without expanding them fully.

Worked Example: Solve for n: (n + 1)! = 12 × (n − 1)!.

Using the recurrence relation, (n + 1)! = (n + 1) × n × (n − 1)!. Substituting:

(n + 1) × n × (n − 1)! = 12 × (n − 1)!

Dividing both sides by (n − 1)! (which is never zero): (n + 1)(n) = 12, i.e., n² + n − 12 = 0.

Factorising: (n + 4)(n − 3) = 0, so n = −4 or n = 3. Since n must be a non-negative integer, n = 3.

Factorial n! = n × (n-1) × (n-2) × ... × 2 × 1 n a whole number, n ≥ 1
Base case 0! = 1
Recurrence n! = n × (n-1)!
Remember
  • n! = n × (n-1) × (n-2) × ... × 2 × 1 for n ≥ 1.
  • 0! = 1 by definition.
  • n! = n × (n-1)! is the key recurrence used to simplify factorial expressions and equations.
  • Factorial is undefined for negative numbers and non-integers.

Permutations: Distinct Objects and With Repetition

Quick answer Quick Answer: The number of arrangements (permutations) of r objects chosen from n distinct objects, order mattering and no repetition, is ⁿPᵣ = n!/(n−r)!; if repetition is allowed, the count becomes nʳ.

A permutation is an arrangement of objects in a definite order. Order matters — AB and BA are different permutations of the same two letters.

The number of permutations of n distinct objects taken r at a time (r ≤ n), without repetition, is denoted nPr and equals n!/(n − r)!. When r = n, this simplifies to nPn = n!, the number of ways to arrange all n objects.

If repetition of objects IS allowed while forming an arrangement of length r from n available objects, each of the r positions can independently be filled in n ways, so the total number of arrangements is nr.

Worked Example: Using the digits 1, 2, 3, 4, 5, 6 (each digit used at most once), find (i) how many 4-digit numbers can be formed, and (ii) how many of these are even.

(i) We are arranging 4 digits out of 6 distinct digits, order matters, no repetition: 6P4 = 6!/(6−4)! = 6 × 5 × 4 × 3 = 360.

(ii) For the number to be even, the units digit must be 2, 4 or 6 — that is 3 choices. After fixing the units digit, the remaining 3 places are filled from the remaining 5 digits without repetition: 5P3 = 5 × 4 × 3 = 60 ways. By the multiplication principle, the total number of even 4-digit numbers is 3 × 60 = 180.

Permutations without repetition ⁿPr = n! / (n-r)! 0 ≤ r ≤ n
Arranging all n objects ⁿPₙ = n!
Permutations with repetition allowed Total = nr r positions, each with n choices
Remember
  • Permutation = arrangement where order matters.
  • ⁿPᵣ = n!/(n-r)! counts arrangements of r objects out of n distinct objects, without repetition.
  • ⁿPₙ = n! is the number of ways to arrange all n objects in a row.
  • With repetition allowed, r positions from n objects give nʳ arrangements.
  • For 'digit at a fixed position' problems (even/odd/divisible-by-5), fix the restricted position first, then arrange the rest.

Permutations of Objects Not All Distinct

Quick answer Quick Answer: When arranging n objects where some are alike (p₁ of one kind, p₂ of another, ...), the number of distinct arrangements is n!/(p₁!·p₂!·...·pₖ!), which corrects for the repeated objects being indistinguishable.

If all n objects were distinct, there would be n! arrangements. But when some objects are identical, swapping two identical objects does not create a new arrangement — so we must divide out the repeated internal orderings.

If, out of n objects, p₁ are alike of one kind, p₂ are alike of a second kind, ..., and pk are alike of a k-th kind (with p₁ + p₂ + ... + pk = n), then the number of distinct permutations of all n objects is n!/(p₁! p₂! ... pk!).

Worked Example: Find the number of distinct arrangements of the letters of the word 'MATHEMATICS'.

The word MATHEMATICS has 11 letters in total. Counting repetitions: M occurs 2 times, A occurs 2 times, T occurs 2 times, and H, E, I, C, S occur once each (2 + 2 + 2 + 1 + 1 + 1 + 1 + 1 = 11, check).

Number of distinct arrangements = 11!/(2! × 2! × 2!) = 39916800/(2 × 2 × 2) = 39916800/8 = 4989600.

Second Example: Find the number of arrangements of the letters of 'MISSISSIPPI'.

MISSISSIPPI has 11 letters: M occurs once, I occurs 4 times, S occurs 4 times, P occurs 2 times (1 + 4 + 4 + 2 = 11, check).

Number of distinct arrangements = 11!/(4! × 4! × 2!) = 39916800/(24 × 24 × 2) = 39916800/1152 = 34650.

Permutations with repeated objects n! / (p₁! × p₂! × ... × p_k!) p₁ + p₂ + ... + p_k = n
Remember
  • Divide n! by the factorial of each repeated group's count to remove indistinguishable swaps.
  • Always double-check that the letter counts sum to n before computing.
  • This formula reduces to ordinary n! when all objects are distinct (each pᵢ = 1).
  • Very common in word-arrangement questions — count each repeated letter carefully.

Combinations and ⁿCᵣ

Quick answer Quick Answer: A combination is a selection where order does not matter; the number of ways to choose r objects from n distinct objects is ⁿCᵣ = n!/(r!(n−r)!), and ⁿCᵣ = ⁿC_(n−r).

A combination is a selection of objects where the order of selection is irrelevant — choosing {A, B} is the same as choosing {B, A}. This is the key difference from a permutation.

The number of ways of selecting r objects from n distinct objects (0 ≤ r ≤ n) is denoted nCr and is given by nCr = n!/(r!(n − r)!).

Two useful properties: nCr = nCn−r (choosing r objects to include is the same as choosing n − r objects to leave out), and nC0 = nCn = 1. Also, Pascal's rule states nCr + nCr−1 = n+1Cr.

Worked Example: A committee of 5 members is to be formed consisting of exactly 3 men and 2 women, chosen from 6 men and 4 women. In how many ways can this be done?

Order of selection does not matter within the committee, so this is a combinations problem. Choose 3 men from 6: 6C3 = 6!/(3!3!) = 20. Choose 2 women from 4: 4C2 = 4!/(2!2!) = 6. By the multiplication principle, the committee can be formed in 20 × 6 = 120 ways.

Second Example: Find the number of diagonals of a hexagon (6-sided polygon).

A diagonal joins any two non-adjacent vertices. The total number of ways to join any 2 of the 6 vertices (giving all sides plus diagonals) is 6C2 = 15. Of these, 6 are the sides of the hexagon itself. So the number of diagonals = 15 − 6 = 9.

Combinations ⁿCr = n! / (r!(n-r)!) 0 ≤ r ≤ n
Complement property ⁿCr = ⁿCₙ₋r
Boundary values ⁿC₀ = ⁿCₙ = 1
Pascal's Rule ⁿCr + ⁿCr₋₁ = ⁿ⁺¹Cr
Remember
  • Combination = selection, order does NOT matter (contrast with permutation).
  • ⁿCᵣ = n!/(r!(n-r)!) with 0 ≤ r ≤ n.
  • ⁿCᵣ = ⁿC_(n-r); ⁿC₀ = ⁿCₙ = 1.
  • Pascal's rule: ⁿCᵣ + ⁿC_(r-1) = ⁿ⁺¹Cᵣ.
  • 'At least/at most' selection problems are solved by splitting into disjoint cases and adding.

Relationship Between Permutations and Combinations

Quick answer Quick Answer: Since choosing r objects (ⁿCᵣ ways) and then arranging them in order (r! ways) together give all permutations, ⁿPᵣ = ⁿCᵣ × r! — combinations count selections, permutations count selections that are also arranged.

Permutations and combinations are closely linked: every permutation of r objects out of n can be thought of as a two-step process — first select r objects (ignoring order), then arrange the selected r objects in every possible order.

Selecting r objects from n can be done in nCr ways. Each such selection of r objects can then be arranged among themselves in r! ways. So nPr = nCr × r!, which also gives nCr = nPr / r!.

This relationship is often used to solve equations that mix nPr and nCr, or to find an unknown n or r from a given combinatorial equation.

Worked Example: If nC9 = nC7, find n.

Using the property nCr = nCn−r: since nC9 = nC7, and 9 ≠ 7, the two lower indices must add up to n. So n = 9 + 7 = 16.

Second Example: Find n if nP4 = 360.

nP4 = n(n − 1)(n − 2)(n − 3) = 360. Testing n = 6: 6 × 5 × 4 × 3 = 360, which matches. So n = 6.

Link between P and C ⁿPr = ⁿCr × r!
C in terms of P ⁿCr = ⁿPr / r!
Equal combinations rule If ⁿCa = ⁿCb then a = b or a + b = n
Remember
  • ⁿPᵣ = ⁿCᵣ × r! links the two concepts: select then arrange.
  • Use ⁿCᵣ = ⁿC_(n-r) to solve equations of the form ⁿCₐ = ⁿC_b (either a = b, or a + b = n).
  • Permutation problems ask 'how many arrangements/orders'; combination problems ask 'how many selections/groups'.
  • When a question mixes both ideas (e.g. select a committee, then assign roles), multiply a combination count by a permutation count.

The formula sheet

Every formula in this chapter, in one place — screenshot it before your exam.

Total ways = n₁ × n₂ × n₃ × ... × n_k
Multiplication Principle
Total ways = n₁ + n₂
Addition Principle
n! = n × (n-1) × (n-2) × ... × 2 × 1
Factorial
0! = 1
Base case
n! = n × (n-1)!
Recurrence
ⁿPr = n! / (n-r)!
Permutations without repetition
ⁿPₙ = n!
Arranging all n objects
Total = nr
Permutations with repetition allowed
n! / (p₁! × p₂! × ... × p_k!)
Permutations with repeated objects
ⁿCr = n! / (r!(n-r)!)
Combinations
ⁿCr = ⁿCₙ₋r
Complement property
ⁿC₀ = ⁿCₙ = 1
Boundary values
ⁿCr + ⁿCr₋₁ = ⁿ⁺¹Cr
Pascal's Rule
ⁿPr = ⁿCr × r!
Link between P and C
ⁿCr = ⁿPr / r!
C in terms of P
If ⁿCa = ⁿCb then a = b or a + b = n
Equal combinations rule

Test yourself

Tap an answer to check it instantly — you'll see why it's right, and what to revise if it isn't.

0 correct · 0/12 answered
Q1 Fundamental Principle of Counting easy

A restaurant offers 5 starters, 4 main courses and 3 desserts. In how many ways can a customer select one item from each course?

Q2 Fundamental Principle of Counting easy

A student can choose one project from 7 available in Physics or one from 5 available in Chemistry, but not from both. In how many ways can the student choose a project?

Q3 Factorial Notation easy

The value of 7!/(5! × 2!) is

Q4 Factorial Notation medium

If (n + 1)! = 12 × (n − 1)!, then n =

Q5 Permutations easy

How many 3-letter arrangements (with or without meaning) can be formed from the letters of the word 'NUMBER' without repeating any letter?

Q6 Permutations with Repetition easy

How many 3-digit numbers can be formed using the digits 1, 2, 3, 4, 5 if repetition of digits is allowed?

Q7 Permutations medium

How many 3-digit even numbers can be formed using the digits 1, 2, 3, 4, 5 without repeating any digit?

Q8 Permutations of Non-Distinct Objects medium

The number of distinct arrangements of the letters of the word 'ASSASSIN' is

Q9 Permutations of Non-Distinct Objects easy

In how many ways can the letters of the word 'INDIA' be arranged?

Q10 Combinations easy

The number of ways of selecting 3 books from 8 different books is

Q11 Combinations hard

A committee of 3 persons is to be formed from 5 men and 3 women. In how many ways can this be done so that at least one woman is included?

Q12 Relationship between P and C medium

If ⁿC₉ = ⁿC₇, then n =

NCERT solutions & previous-year questions

Step-by-step model answers — tap a question to reveal the full solution.

NCERT questions 6

1 How many words, with or without meaning, can be formed using all the letters of the word 'EQUATION', using each letter exactly once?Permutations

The word EQUATION has 8 letters: E, Q, U, A, T, I, O, N — all distinct.

The number of words formed using all 8 distinct letters, each exactly once, is the number of permutations of 8 distinct objects taken all at a time.

8P8 = 8! = 8 × 7 × 6 × 5 × 4 × 3 × 2 × 1 = 40320.

2 Find the number of distinct arrangements of the letters of the word 'INDEPENDENCE'.Permutations of Non-Distinct Objects

The word INDEPENDENCE has 12 letters. Counting each letter: I occurs 1 time, N occurs 3 times, D occurs 2 times, E occurs 4 times, P occurs 1 time, C occurs 1 time.

Check: 1 + 3 + 2 + 4 + 1 + 1 = 12, which equals the word length.

Number of distinct arrangements = 12!/(3! × 2! × 4!) = 479001600/(6 × 2 × 24) = 479001600/288 = 1663200.

3 How many 3-digit even numbers can be formed from the digits 1, 2, 3, 4, 6, 7 if repetition of digits is allowed?Permutations with Repetition

The number must be even, so its units digit must be one of 2, 4 or 6 — that is 3 possible choices.

Since repetition is allowed, the hundreds place can be filled in 6 ways (any of the 6 digits) and the tens place can also be filled in 6 ways.

By the multiplication principle, the total number of 3-digit even numbers = 6 × 6 × 3 = 108.

4 A committee of 7 has to be formed from 9 boys and 4 girls. In how many ways can this be done when the committee consists of exactly 3 girls?Combinations

The committee needs exactly 3 girls and therefore 7 − 3 = 4 boys.

Number of ways to choose 3 girls from 4: 4C3 = 4.

Number of ways to choose 4 boys from 9: 9C4 = 9!/(4!5!) = 126.

By the multiplication principle, total number of ways = 4 × 126 = 504.

5 Find r if ⁵Pᵣ = 2 × ⁶Pᵣ₋₁.Relationship between P and C

5Pr = 5!/(5 − r)! and 6Pr−1 = 6!/(6 − (r−1))! = 6!/(7 − r)!.

The equation becomes 5!/(5−r)! = 2 × 6!/(7−r)!.

Since (7 − r)! = (7 − r)(6 − r)(5 − r)!, cancel (5 − r)! from both sides: 5! = 2 × 6!/[(7 − r)(6 − r)], so (7 − r)(6 − r) = 2 × 6!/5! = 2 × 6 = 12.

Expanding: 42 − 13r + r² = 12, i.e. r² − 13r + 30 = 0, which factorises as (r − 3)(r − 10) = 0.

So r = 3 or r = 10. Since 5Pr requires r ≤ 5, the valid answer is r = 3. (Check: 5P3 = 60 and 2 × 6P2 = 2 × 30 = 60.)

6 Determine the number of 5-card combinations out of a deck of 52 cards if each selection must contain exactly one ace.Combinations

A standard deck has 4 aces and 48 non-ace cards.

Number of ways to choose exactly 1 ace from 4: 4C1 = 4.

Number of ways to choose the remaining 4 cards from the 48 non-ace cards: 48C4 = (48 × 47 × 46 × 45)/(4 × 3 × 2 × 1) = 4669920/24 = 194580.

By the multiplication principle, total number of combinations = 4 × 194580 = 778320.

Previous-year board questions 4

Q1 If ⁿC₄ = ⁿC₆, find the value of n. CBSE 2021 1 mark

Using the property nCr = nCn−r, since nC4 = nC6 with 4 ≠ 6, we must have 4 + 6 = n.

So n = 10.

Q2 How many words, with or without meaning, can be formed using the letters of the word 'MONDAY', assuming no letter is repeated, if (i) 4 letters are used at a time, and (ii) all letters are used at a time? CBSE 2022 2 marks

MONDAY has 6 distinct letters.

(i) Choosing and arranging 4 letters out of 6 distinct letters: 6P4 = 6!/(6−4)! = 6 × 5 × 4 × 3 = 360.

(ii) Arranging all 6 distinct letters: 6P6 = 6! = 720.

Q3 Find the number of distinct arrangements of the letters of the word 'ASSASSINATION'. CBSE 2023 3 marks

The word ASSASSINATION has 13 letters. Counting each letter: A occurs 3 times, S occurs 4 times, I occurs 2 times, N occurs 2 times, T occurs 1 time, O occurs 1 time.

Check: 3 + 4 + 2 + 2 + 1 + 1 = 13, which matches the word length.

Number of distinct arrangements = 13!/(3! × 4! × 2! × 2!) = 6227020800/(6 × 24 × 2 × 2) = 6227020800/576 = 10810800.

Q4 A group consists of 4 girls and 7 boys. In how many ways can a team of 5 members be selected such that the team has (i) no girl, (ii) at least one boy and one girl, and (iii) at least 3 girls? CBSE 2019 5 marks

Total students = 4 girls + 7 boys = 11.

(i) No girl: all 5 members are boys, chosen from 7 boys: 7C5 = 7!/(5!2!) = 21.

(ii) At least one boy and one girl: Total ways to choose any 5 from 11 = 11C5 = 462. Subtract the case of all boys (no girl): 7C5 = 21. The case of all girls is impossible since only 4 girls are available for a team of 5, so it contributes 0. Required ways = 462 − 21 − 0 = 441.

(iii) At least 3 girls: This means exactly 3 girls with 2 boys, or exactly 4 girls with 1 boy.

Exactly 3 girls: 4C3 × 7C2 = 4 × 21 = 84.

Exactly 4 girls: 4C4 × 7C1 = 1 × 7 = 7.

Total = 84 + 7 = 91.

Part of Priodemy for School

Interactive Maths & Science — free with every school on Priodemy EduSuite. Explore more chapters and labs on the Priodemy for School hub.

Ask AI