The Product Rule states that if one event can occur in ways and a second event can occur in ways, then the sequence of two events can occur in ways.
This principle applies when events are independent and occur in succession (the 'AND' rule).
It can be extended to any number of events: if there are events with ways to occur, the total number of outcomes is .
Example: If a menu offers 3 starters and 5 main courses, there are possible two-course meals.
To arrange distinct objects in a row, there are choices for the first position, for the second, and so on, until 1 choice remains for the last position.
This is represented by the factorial notation: .
If repetitions are allowed for objects in positions, the total number of ways is .
Key Formula: The number of ways to arrange distinct objects is .
| Feature | Permutations | Combinations |
|---|---|---|
| Order | Matters (Arrangement) | Does Not Matter (Selection) |
| Keywords | Arrange, Order, Rank, Schedule | Select, Choose, Committee, Group |
| Formula |
Permutations are used when the position is unique (e.g., Gold, Silver, Bronze medals).
Combinations are used when the items are treated as a single set (e.g., choosing 3 players for a team).
Identify the Operation: Read the problem carefully for 'AND' (multiply) versus 'OR' (add) logic.
Check for Repetition: Determine if an item can be used more than once. If repetition is allowed, factorials and standard permutation formulas do not apply; use the product rule with constant options.
Constraint First: Always deal with specific constraints (e.g., 'the first digit cannot be zero') before calculating the remaining positions.
Sanity Check: If the calculated number is extremely large or small, re-evaluate if you should have used a combination (smaller result) instead of a permutation (larger result).