Counting Principles
Counting principles give you systematic ways to figure out how many possible outcomes exist in a given scenario. Whether you're calculating how many different passwords are possible or how many ways to arrange a committee, these tools are the foundation for probability and combinatorics problems.
This section covers the addition and multiplication rules, permutations (where order matters), combinations (where it doesn't), subsets, and permutations with repeated elements.
Counting Principles
Addition principle in counting
The addition principle applies when you're choosing between mutually exclusive options (you pick one or the other, not both).
If there are ways to do one thing and ways to do a different thing, and these two things can't happen at the same time, then there are total ways to choose.
This extends naturally: for mutually exclusive events with options, the total number of choices is .
Example: A restaurant offers 5 appetizers and 8 main courses. If you're ordering just one dish (either an appetizer or a main course), you have options.
The key word that signals the addition principle is "or." If you're choosing between separate categories, you add.

Multiplication principle applications
The multiplication principle (also called the fundamental counting principle) applies when events happen together or in sequence.
If one event can occur in ways and a second independent event can occur in ways, then the two events can occur together in ways.
For sequential events with options respectively, the total number of combined outcomes is .
Example: A sandwich shop offers 3 types of bread and 5 fillings. The total number of different sandwiches is .
The key word here is "and." If you're making one choice and then another, you multiply.
Addition vs. Multiplication: Use addition when choosing between groups (or). Use multiplication when making sequential choices (and).
Permutations of distinct objects
A permutation is an arrangement where order matters. Rearranging the same objects into a different sequence counts as a different permutation.
The number of ways to arrange all distinct objects is:
For example, . By convention, .
When you're arranging only objects chosen from distinct objects, use:
Example: How many ways can you award 1st, 2nd, and 3rd place among 10 runners?
You multiply 10 choices for 1st, then 9 remaining for 2nd, then 8 for 3rd.

Combinations in counting problems
A combination is a selection where order does not matter. Picking persons A, B, C for a committee is the same as picking B, C, A.
The number of ways to choose objects from distinct objects is:
Notice the relationship: . You're dividing out the arrangements because order no longer matters.
Example: How many ways can you choose a 3-person committee from 10 people?
Permutation vs. Combination: Ask yourself, "Does rearranging the same selection create a different outcome?" If yes, use permutations. If no, use combinations.
Number of subsets calculation
A subset is any selection of elements from a set, including selecting none of them (the empty set) or all of them.
- A set with elements has exactly total subsets.
- The number of subsets containing exactly elements equals .
Example: A pizza menu has 6 toppings. The total number of topping combinations (including a plain pizza with no toppings) is .
Why ? For each element, you have 2 choices: include it or don't. By the multiplication principle, that's .
Permutations with repeated elements
When some objects are identical, swapping identical items doesn't create a new arrangement. This reduces the total count.
If you have objects total, with identical of one type, of another, through of the -th type, the number of distinct permutations is:
You divide by each group's factorial to remove the overcounting from rearranging identical items within each group.
Example: How many distinct arrangements of the letters in MISSISSIPPI?
The word has 11 letters: 1 M, 4 I's, 4 S's, 2 P's.
Probability and Set Theory in Counting
These counting principles connect directly to probability. Probability measures the likelihood of an event and is calculated as:
The sample space is the set of all possible outcomes. Counting principles are how you determine both the numerator and denominator in that fraction.
Tree diagrams are a visual tool for listing all outcomes of sequential events. Each branch represents a choice, and following a path from start to end gives one complete outcome. They're especially helpful when the number of options changes at each stage or when events aren't independent.
Set theory provides the language for organizing outcomes. Unions correspond to the addition principle, and intersections relate to combined events counted by the multiplication principle.