Key Points

Permutations and Combinations

12 Sections
  • Fundamental Principle of Counting

    If an event can occur in mm different ways, and another event can occur in nn different ways, then the total number of occurrences of the events in the given order is m×nm \times n. This is also known as the multiplication principle.

  • Permutation Definition

    A permutation is an arrangement of a number of objects in a definite order. In permutations, the order of the objects is important.

  • Factorial Notation

    The notation n!n! (n factorial) represents the product of the first nn natural numbers. It is defined as n!=n×(n1)×...×2×1n! = n \times (n-1) \times ... \times 2 \times 1. By definition, 0!=10! = 1.

  • Permutations of Distinct Objects (No Repetition)

    The number of permutations of nn different objects taken rr at a time, where repetition is not allowed, is denoted by nPr{}^n P_r and calculated as nPr=n!(nr)!{}^n P_r = \frac{n!}{(n-r)!}, where 0rn0 \leq r \leq n.

  • Permutations with Repetition Allowed

    The number of permutations of nn different objects taken rr at a time, where repetition is allowed, is nrn^r.

  • Permutations with Non-Distinct Objects

    The number of permutations of nn objects, where p1p_1 objects are of one kind, p2p_2 are of a second kind, ..., and pkp_k are of a kthk^{th} kind, is given by the formula n!p1!p2!...pk!\frac{n!}{p_1! p_2! ... p_k!}.

  • Combination Definition

    A combination is a selection of a number of objects where the order of selection does not matter. It is about choosing a group, not arranging it.

  • Combination Formula

    The number of combinations of nn different objects taken rr at a time is denoted by nCr{}^n C_r and calculated as nCr=n!r!(nr)!{}^n C_r = \frac{n!}{r!(n-r)!}, where 0rn0 \leq r \leq n.

  • Relationship between Permutations and Combinations

    The number of permutations is the number of combinations multiplied by the number of ways to arrange the selected items. The formula is nPr=nCr×r!{}^n P_r = {}^n C_r \times r!.

  • Combination Property of Complements

    Selecting rr objects from nn is the same as rejecting (nr)(n-r) objects. This is represented by the formula nCr=nCnr{}^n C_r = {}^n C_{n-r}.

  • Combination Equality Property

    If nCa=nCb{}^n C_a = {}^n C_b for distinct aa and bb, it implies that a+b=na + b = n.

  • Pascal's Rule

    This rule relates adjacent values in Pascal's triangle and is given by the formula nCr+nCr1=n+1Cr{}^n C_r + {}^n C_{r-1} = {}^{n+1} C_r.

Quick Revision Tips

  • • Review these points before exams
  • • Make flashcards for better retention
  • • Connect points to real-world examples
  • • Practice explaining each point in your own words