Permutations & Combinations
Class 11 Maths β’ Chapter 06 β’ Comprehensive Interactive Notes
1. Fundamental Principle of Counting
If an event can occur in \( m \) different ways, and another event can occur in \( n \) different ways,
then:
| Principle |
Operation |
Keyword |
| Multiplication |
\( m \times n \) |
AND (Both happen) |
| Addition |
\( m + n \) |
OR (Either happens) |
2. Factorials (n!)
The factorial of a non-negative integer \( n \) is the product of all positive integers less than or
equal to \( n \).
\( n! = n \times (n-1) \times (n-2) \times ... \times 1 \). Note: \( 0! = 1 \).
Factorial Factory
Compute \( n! \) and see the expansion.
3. Permutations (Arrangement)
A permutation is an arrangement in a definite order of a number of objects taken some or all at a time.
Formula: \( ^nP_r = \frac{n!}{(n-r)!} \)
- Number of permutations of \( n \) objects where \( p \) are alike: \( \frac{n!}{p!} \)
- Permutations with \( p \) alike of one kind, \( q \) alike of another: \( \frac{n!}{p!q!} \)
3.1 Permutations of Objects with Repetition
If among n objects:
- p objects are alike of one kind
- q objects are alike of another kind
- r objects are alike of another kind
Number of permutations:
\( \frac{n!}{p!q!r!} \)
NCERT Example: Number of arrangements of letters of the word
MATHEMATICS.
Exam Tip: Count repetitions carefully before applying the formula.
4. Combinations (Selection)
Combination is a selection of items from a collection, such that the order of selection does not matter.
Formula: \( ^nC_r = \frac{n!}{r!(n-r)!} \)
Property: \( ^nC_r = ^nC_{n-r} \)
P vs C Showdown
Compare Permutations (Order) vs Combinations (Groups).
Permutation (\(^nP_r\))
-
Arrangements
Combination (\(^nC_r\))
-
Selections
Important Properties of Combinations
- \( ^nC_0 = ^nC_n = 1 \)
- \( ^nC_1 = n \)
- \( ^nC_r = ^nC_{n-r} \)
- \( ^nP_r = r! \times ^nC_r \)
Exam Tip: Use identities to simplify instead of direct calculation.
4.1 Selection with Conditions
When conditions like at least, at most, or exactly are
given:
- Break the problem into cases
- Solve each case separately
- Add the results
Example:
Select 3 students from 5 boys and 4 girls, with at least 1 girl.
Case 1: 1 girl + 2 boys
Case 2: 2 girls + 1 boy
Case 3: 3 girls
Exam Tip: Never use one formula blindly.
β Common Mistakes to Avoid
- Using permutations when order does not matter
- Forgetting to divide by repeated factorials
- Applying \( ^nC_r \) when r > n
- Missing hidden conditions in word problems
π§ One-Page Revision Checklist
π’ Fundamental Counting Principle
- β Understand AND β Multiply
- β Understand OR β Add
- β Use brackets when steps depend on each other
π¦ Factorials
- β \( n! = n \times (n-1)! \)
- β \( 0! = 1 \)
- β Factorials cancel β simplify before calculating
π Permutations (Order Matters)
- β Formula: \( ^nP_r = \dfrac{n!}{(n-r)!} \)
- β Used for arrangements, rankings, seating
- β Repetition case: \( \dfrac{n!}{p!q!r!} \)
π― Combinations (Order Does NOT Matter)
- β Formula: \( ^nC_r = \dfrac{n!}{r!(n-r)!} \)
- β Used for selection, groups, teams
- β Property: \( ^nC_r = ^nC_{n-r} \)
β Permutation vs Combination
- β Ask first: Does order matter?
- β YES β Permutation
- β NO β Combination
π§© Problems with Conditions
- β Keywords: at least, at most, exactly
- β Break into cases
- β Solve each case separately
- β Add results
β Common Exam Mistakes
- β Using permutations instead of combinations
- β Forgetting repeated letters factorial
- β Applying \( ^nC_r \) when \( r > n \)
- β Missing hidden conditions in word problems
π― CBSE Exam Focus
- β Word problems are guaranteed
- β 3β4 mark HOTS questions common
- β Clear method marks even if answer wrong
β
Self-Check (Answer Without Looking)
- β Why is \( 0! = 1 \)?
- β Difference between \( ^5P_2 \) and \( ^5C_2 \)?
- β Arrangements of βBANANAβ?
- β Selecting 3 students with at least 1 girl?
Concept Mastery Quiz
1. Value of \( 0! \) is:
2. In permutations, order of arrangement:
3. Formula for \( ^nC_r \) is:
4. How many ways to select 2 players from 5?
5. \( ^nC_n \) is equal to: