Permutation and Combination
Arrangements and selections
Permutation and Combination are fundamental concepts in counting problems. Permutation deals with arrangements where order matters, while Combination deals with selections where order doesn't matter. These concepts are essential for solving problems involving arrangements, selections, and probability calculations.
Key formulas and rules
Key concepts
Fundamental Principle of Counting
Multiplication Principle: If one operation can be performed in 'm' ways and another in 'n' ways independently, then both operations together can be performed in m x n ways. Addition Principle: If two operations are mutually exclusive (either one OR the other), the total ways = m + n ways. Always determine whether to multiply (AND) or add (OR) based on the problem structure.
Permutations - Order Matters
Use permutations when the arrangement or order of selection is important. For example: forming numbers, arranging people in a line, assigning distinct positions, creating codes with different arrangements. Key scenarios: linear arrangements (nPr), circular arrangements ((n-1)!), arrangements with repetition (n^r), and arrangements with identical items (accounting for duplicates by dividing by factorial of identical counts).