1. Two laws of enumeration
• Law of addition: If A, B are two sets, then |A∪B| = |A| + |B| - |A∩B|
• Law of multiplication: If A, B are two sets, then |A✖B| = |A| |B|. Here, A ✖ B is the Cartesian product of sets A, B
2. Properties of binomial coefficients
is the number of ways of choosing m objects from a collection of n distinct object without regard to order
3. Combinations
• From a set containing n distinct elements, a subset with k elements can be chosen in distinct ways
• Number of points of intersection between n non-concurrent and non-parallel lines is
• Number of diagonals that can be drawn in a 'n' sided polygon is
• The number of subsets of n is 2ⁿ; the number of non-empty subsets is 2ⁿ-1
• The number of ways to select r objects from n distinct objects where p particular objects should always be included in the selection =
4. Pigeon hole principle:
If more than 'n' objects are distributed in 'n' boxes, then, at least, one box has more than one object in it
5. Recursion
Sometimes a sequence is defined recursively. This means that we compute each element in terms of the elements preceding it, using some fixed rule. This applies to all elements except for a few initial terms which are fixed independently
• Powers of 2:
• Squares:
• Factorials: