Permutations and Combinations Class 11 Notes | CBSE Maths Chapter 6

Download Permutations and Combinations Class 11 Notes PDF (Free)

Print-friendly branded PDF - save it, print it, or share it with friends. No sign-up needed.

📥 Download PDF (Free)

Permutations and Combinations is Chapter 6 of CBSE Class 11 Maths - the chapter that teaches you how to count cleverly without listing every possibility. Whether it is arranging books on a shelf, forming committees, or making number plates, this chapter gives you the tools to count huge possibilities in a single line of working.

By the end of these notes you will confidently use the fundamental principle of counting, handle factorials, apply ⁿPα΅£ and ⁿCα΅£, solve arrangement problems with restrictions and circular cases, and tackle selection, division and distribution problems. This is a high-scoring chapter carrying roughly 6–8 marks in boards, and the foundation for Binomial Theorem and all of Probability.


Table of Contents


Key Concepts

1. Fundamental Principle of Counting

The whole chapter rests on two simple counting rules. They let you find the total number of outcomes without writing them all out.

Multiplication Principle

If one event can occur in m ways and, following it, a second event can occur in n ways, then the two events together occur in m Γ— n ways. Use it when tasks happen one after another (“AND”).

Example: A boy has 3 shirts and 2 pants. He can dress in 3 Γ— 2 = 6 ways.

Addition Principle

If one event can occur in m ways and a separate, mutually exclusive event in n ways, then either one can occur in m + n ways. Use it when you choose one task or the other (“OR”).

Example: A student can travel by 2 buses or 3 trains, so they can travel in 2 + 3 = 5 ways.


2. Factorial Notation

The factorial of a natural number n, written n!, is the product of all positive integers up to n.

n! = n Γ— (n βˆ’ 1) Γ— (n βˆ’ 2) Γ— … Γ— 3 Γ— 2 Γ— 1

  • 0! = 1 (by definition) and 1! = 1.
  • n! = n Γ— (n βˆ’ 1)! - the recursive relation used to simplify ratios.
  • Factorials are defined only for whole numbers; (Β½)! is not defined here.

Example: 5! = 5 Γ— 4 Γ— 3 Γ— 2 Γ— 1 = 120, and 6!/4! = 6 Γ— 5 = 30.


3. Permutations (Arrangements)

A permutation is an arrangement of objects in a definite order. Here order matters - AB and BA are counted as different.

The number of permutations of n distinct objects taken r at a time is:

ⁿPα΅£ = n! / (n βˆ’ r)!, where 0 ≀ r ≀ n

  • ⁿPβ‚™ = n! - arranging all n objects.
  • ⁿPβ‚€ = 1 and ⁿP₁ = n.

Example: The number of 3-letter words from the letters of WORLD is ⁡P₃ = 5!/2! = 60.


4. Permutations with Repetition

When objects may be repeated, each of the r places can be filled in n ways.

Number of arrangements = nΚ³

Example: The number of 4-digit codes using digits 0–9 with repetition allowed is 10⁴ = 10000.


5. Permutations of Objects Not All Distinct

If among n objects, p are alike of one kind, q alike of a second kind and r alike of a third, the number of distinct arrangements is:

n! / (p! Γ— q! Γ— r!)

Example: The number of arrangements of the letters of the word MISSISSIPPI (where I appears 4 times, S 4 times, P 2 times, M once) is 11!/(4! 4! 2!) = 34650.


6. Permutations with Restrictions

Many board questions add a condition - fix a position, keep some objects together, or keep them apart.

  • Objects together: tie the group as a single unit, arrange the units, then arrange within the group.
  • Objects never together: total arrangements βˆ’ arrangements where they are together.
  • Fixed positions: e.g. words beginning with a vowel - fix that place first, then fill the rest.

Example: In how many ways can 5 boys and 3 girls sit in a row so that all 3 girls are together? Treat the girls as one block: 6! Γ— 3! = 720 Γ— 6 = 4320.


7. Circular Permutations

When objects are arranged in a circle there is no fixed “first” seat, so we fix one object and arrange the rest.

  • Number of circular arrangements of n distinct objects = (n βˆ’ 1)!
  • If clockwise and anticlockwise arrangements are considered the same (e.g. a garland or necklace) = (n βˆ’ 1)!/2

Example: 5 people can be seated around a round table in (5 βˆ’ 1)! = 4! = 24 ways.


8. Combinations (Selections)

A combination is a selection of objects where order does not matter - AB and BA are the same selection.

The number of combinations of n distinct objects taken r at a time is:

ⁿCα΅£ = n! / [r! (n βˆ’ r)!], where 0 ≀ r ≀ n

  • ⁿCβ‚€ = ⁿCβ‚™ = 1 and ⁿC₁ = n.
  • Use combinations for committees, teams, handshakes, and drawing cards.

Example: A committee of 3 from 8 people can be chosen in ⁸C₃ = 8!/(3! 5!) = 56 ways.


9. Relation Between Permutations and Combinations

A permutation is just a selection followed by an arrangement. So the two are linked by:

ⁿPα΅£ = ⁿCα΅£ Γ— r!

This says: choose r objects (ⁿCᡣ ways), then arrange them (r! ways). Dividing a permutation count by r! removes the ordering and gives the combination count.


10. Properties of ⁿCᡣ

PropertyStatement
SymmetryⁿCα΅£ = ⁿCβ‚™β‚‹α΅£
If ⁿCβ‚“ = ⁿCα΅§then x = y or x + y = n
Pascal’s ruleⁿCα΅£ + ⁿCᡣ₋₁ = ⁿ⁺¹Cα΅£
Sum of allⁿCβ‚€ + ⁿC₁ + … + ⁿCβ‚™ = 2ⁿ
RelationⁿCα΅£ / ⁿCᡣ₋₁ = (n βˆ’ r + 1)/r

Note: The symmetry property ⁿCα΅£ = ⁿCβ‚™β‚‹α΅£ saves work - ⁡⁰Cβ‚„β‚ˆ is far easier to compute as ⁡⁰Cβ‚‚.


11. Division and Distribution of Objects

These are the trickiest exam problems - splitting items into groups or handing them to people.

  • Into groups of unequal size (e.g. groups of p, q, r where p + q + r = n): n!/(p! q! r!).
  • Into groups of equal size (m groups of equal size, groups not named): divide further by m! to remove the ordering of identical groups.
  • Distribution to named persons: after dividing, multiply by the number of ways to assign the groups to the persons.

Example: The number of ways to divide 52 cards equally among 4 players is 52!/(13!)⁴. If the four players are distinct, no extra division by 4! is needed because the players are named.


12. Total Number of Combinations

Sometimes you select any number of objects (one or more), not a fixed count.

  • Selecting some or all of n distinct objects (at least one) = 2ⁿ βˆ’ 1.
  • This comes from each object being either chosen or not chosen (2 options each), minus the empty selection.

Example: A person with 5 distinct fruits can make 2⁡ βˆ’ 1 = 31 different non-empty selections.


Weightage in Board & Entrance Exams

ExamTypical WeightageMost-Tested Areas
CBSE Board (Class 11)6–8 marksCounting principle, ⁿPα΅£/ⁿCα΅£, words with restrictions, committees
JEE Main / Advanced1–2 questions (with Probability)Distribution, circular, repeated letters, ⁿCα΅£ properties
CUET / Other2–3 questionsDirect ⁿPα΅£, ⁿCα΅£ formula application, factorial simplification

[TABLE: Question-type split - VSA (1 mark): factorial values, simple ⁿPα΅£/ⁿCα΅£; SA (2–3 marks): words with conditions, committees, circular; LA (5 marks): division/distribution, ⁿPα΅£ = ⁿCα΅£ Γ— r! based proofs.]


Important Definitions & Formulas

TermDefinition / Formula
Multiplication principleEvents one after another: m Γ— n ways
Addition principleMutually exclusive events: m + n ways
Factorialn! = n(n βˆ’ 1)(n βˆ’ 2)…2Β·1; 0! = 1
PermutationOrdered arrangement: ⁿPα΅£ = n!/(n βˆ’ r)!
Permutation with repetitionr places, n choices each: nΚ³
Like objectsn!/(p! q! r!) distinct arrangements
Circular permutation(n βˆ’ 1)!; necklace/garland: (n βˆ’ 1)!/2
CombinationUnordered selection: ⁿCα΅£ = n!/[r!(n βˆ’ r)!]
RelationⁿPα΅£ = ⁿCα΅£ Γ— r!
SymmetryⁿCα΅£ = ⁿCβ‚™β‚‹α΅£; Pascal: ⁿCα΅£ + ⁿCᡣ₋₁ = ⁿ⁺¹Cα΅£
Total selectionsAt least one of n objects: 2ⁿ βˆ’ 1

Solved Examples

Example 1

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

Answer: Order matters, so ⁡P₃ = 5!/2! = 5 Γ— 4 Γ— 3 = 60.

Example 2

In how many ways can the letters of the word EQUATION be arranged? (All 8 letters are distinct.)

Answer: 8! = 40320.

Example 3

Find the number of arrangements of the letters of the word BALLOON.

Answer: 7 letters with L twice and O twice: 7!/(2! 2!) = 5040/4 = 1260.

Example 4

A committee of 5 is to be formed from 6 men and 4 women so that it has exactly 3 men and 2 women. In how many ways?

Answer: ⁢C₃ Γ— ⁴Cβ‚‚ = 20 Γ— 6 = 120.

Example 5

In how many ways can 6 people be seated around a round table?

Answer: Circular arrangement = (6 βˆ’ 1)! = 5! = 120.

Example 6

If ⁿCβ‚ˆ = ⁿC₆, find n and then ⁿCβ‚‚.

Answer: Since ⁿCβ‚“ = ⁿCα΅§ β‡’ x + y = n, so 8 + 6 = n β‡’ n = 14. Then ¹⁴Cβ‚‚ = (14 Γ— 13)/2 = 91.


Important Questions for Board Exams

1-Mark Questions (VSA)

  1. Evaluate 8!/(6! Γ— 2!).
  2. Write the value of ⁿPβ‚€ and ⁿPβ‚™.
  3. If ⁿC₃ = ⁿC₇, find n.
  4. How many ways can 4 distinct objects be arranged in a circle?
  5. State the difference between a permutation and a combination.

2–3-Mark Questions (SA)

  1. How many words, with or without meaning, can be formed using all the letters of the word MONDAY? How many begin with M?
  2. Find the number of arrangements of the letters of the word ASSASSINATION.
  3. In how many ways can 5 boys and 4 girls be seated in a row so that no two girls sit together?
  4. Prove that ⁿPα΅£ = ⁿCα΅£ Γ— r!.

5-Mark Questions (LA)

  1. From a class of 25 students, 10 are to be chosen for an excursion. There are 3 students who decide that either all of them join or none. In how many ways can the excursion party be chosen?
  2. In how many ways can 52 playing cards be divided equally among 4 players? Among 4 groups (not named)?
  3. Find the number of triangles that can be formed by joining 12 points, of which 4 are collinear.

Quick Revision Points

  • Counting: multiplication for “AND” (m Γ— n), addition for “OR” (m + n)
  • n! = n(n βˆ’ 1)!; 0! = 1; factorials defined for whole numbers only
  • Permutation (order matters): ⁿPα΅£ = n!/(n βˆ’ r)!; with repetition: nΚ³
  • Like objects: n!/(p! q! r!)
  • Circular: (n βˆ’ 1)!; necklace/garland: (n βˆ’ 1)!/2
  • Combination (order does not matter): ⁿCα΅£ = n!/[r!(n βˆ’ r)!]
  • Link: ⁿPα΅£ = ⁿCα΅£ Γ— r!
  • Properties: ⁿCα΅£ = ⁿCβ‚™β‚‹α΅£; ⁿCα΅£ + ⁿCᡣ₋₁ = ⁿ⁺¹Cα΅£; ΣⁿCα΅£ = 2ⁿ
  • Selecting at least one of n objects: 2ⁿ βˆ’ 1
  • Items together β†’ bundle; never together β†’ total βˆ’ together

Next Chapter: Chapter 7 - Binomial Theorem

Studying this chapter? Track it - saved on this device, no login.

Leave a Comment

Your email address will not be published. Required fields are marked *

Scroll to Top
MATHS · CH 06