MATH 2 • STATISTICS & PROBABILITY

Fundamental Counting Principle — I can use the Fundamental Counting Principle to count outcomes and solve probability problems at my level.

Master the simple multiplication rule that unlocks every counting and probability problem you'll encounter.

Historical Context & Motivation

Counting seems like one of the simplest things you can do in mathematics—until you realize that you need to count the number of possible passwords for a website, the number of possible lottery tickets, or the number of ways to seat people at a table. These are problems where listing every option by hand would take hours or even years. The Fundamental Counting Principle (FCP) is the elegant shortcut that mathematicians developed to handle exactly these kinds of questions. It tells you how to count without actually listing anything.

The ideas behind counting and combinatorics have roots that stretch back thousands of years. Ancient civilizations needed to count arrangements for games, trade, and astronomy. Over time, mathematicians formalized these ideas into the powerful rules we use today. The Fundamental Counting Principle sits at the foundation of an entire branch of mathematics called combinatorics, which is the study of counting, arrangements, and combinations.

~300 BCE
Ancient Counting & Permutations
Indian mathematician Pingala studied combinations of syllables in Sanskrit poetry, producing early work on binary-like counting and arrangements.
1654
Pascal & Fermat Lay the Groundwork
Blaise Pascal and Pierre de Fermat exchanged letters about gambling problems, founding modern probability theory and formalizing systematic counting methods.
1666
Leibniz's Dissertatio de Arte Combinatoria
Gottfried Wilhelm Leibniz published a treatise on the art of combinations, explicitly describing how to multiply choices across stages—the essence of the Fundamental Counting Principle.
1900s
Modern Combinatorics & Computer Science
The FCP became a cornerstone of discrete mathematics, powering applications from cryptography and password security to DNA sequencing and network design.

At its core, the Fundamental Counting Principle answers a deceptively simple question: if you make a series of choices one after another, how many total outcomes are possible? Let's explore how this works and why it's so powerful.

Core Principles & Definitions

Before diving into calculations, you need to understand a few key ideas. The Fundamental Counting Principle is built on the concept of independent sequential choices—decisions you make one after another, where the number of options at each stage doesn't depend on what you chose before. Think of ordering a meal: you pick an entrée, then a drink, then a dessert. Your drink options don't change based on which entrée you chose.

1

Stage (or Event)

Each decision point in a process. Choosing a shirt color is one stage; choosing pants is another. Each stage has a set number of options.
2

Outcome

A specific combination of choices across all stages. If you pick a blue shirt and black pants, that pair is one outcome. The FCP counts all possible outcomes.
3

The Multiplication Rule

The total number of outcomes equals the product of the number of options at each stage. Three shirt options and four pants options give 3 × 4 = 12 outcomes.
4

Independence

The FCP applies when stages are independent—the number of choices available at one stage doesn't change based on earlier choices.
5

Connection to Probability

Probability equals favorable outcomes ÷ total outcomes. The FCP helps you find both numbers, making it essential for solving probability problems.
KEY TAKEAWAY
Think of the FCP like building a custom pizza at your favorite restaurant. You choose a crust (3 options), a sauce (2 options), and a topping (5 options). You don't need to list every single combination—you just multiply: 3 × 2 × 5 = 30 possible pizzas. Multiply the number of choices at each stage to get the total number of outcomes.

Visual Explanation — Tree Diagrams & the FCP

The best way to see the Fundamental Counting Principle in action is through a tree diagram. A tree diagram branches out at each stage to show every possible combination. In the diagram below, imagine you're choosing an outfit with 3 shirts (Red, Blue, Green) and 2 pairs of pants (Jeans, Khakis). Each shirt branches into the two pants options, giving you 3 × 2 = 6 total outfits.

Each shirt (Stage 1) branches into two pants choices (Stage 2), producing 6 unique outcomes. Notice how the total equals the product of choices at each stage.

Notice how the tree diagram fans out: every branch from Stage 1 spawns a full set of branches in Stage 2. This is exactly why we multiply. If you added a third stage—say, 4 shoe options—every one of those 6 endpoints would sprout 4 more branches, giving you 6 × 4 = 24 total outcomes. The tree grows fast, which is why the multiplication shortcut is so valuable. You don't need to draw the tree to count the branches; you just multiply.

Mathematical Framework

Let's state the Fundamental Counting Principle in formal mathematical terms. Suppose a process consists of k stages. Stage 1 has n₁ options, Stage 2 has n₂ options, and so on, up to Stage k with nₖ options. Then the total number of distinct outcomes is the product of all these values.

FUNDAMENTAL COUNTING PRINCIPLE
Total Outcomes = n₁ × n₂ × n₃ × … × nₖ
Where nᵢ = number of options at Stage i, and k = total number of stages.

Once you know the total number of outcomes, you can use the FCP to calculate probabilities. Recall the basic definition of probability for equally likely outcomes.

PROBABILITY OF AN EVENT
P(event) = Number of favorable outcomes ÷ Total number of outcomes
The FCP helps you calculate both the numerator (favorable outcomes) and the denominator (total outcomes) when each involves a sequence of choices.

Here's a quick example. A 4-digit PIN uses digits 0–9 for each position. The total number of PINs is 10 × 10 × 10 × 10 = 10,000. If your PIN must start with a 7, then Stage 1 has only 1 option, so the number of PINs starting with 7 is 1 × 10 × 10 × 10 = 1,000. The probability of randomly guessing a PIN that starts with 7 is 1,000 ÷ 10,000 = 0.1, or 10%.

FCP WITH RESTRICTIONS
Restricted Outcomes = r₁ × r₂ × … × rₖ
Where rᵢ = number of restricted (favorable) options at Stage i. Apply restrictions stage by stage, then multiply.

Counting With and Without Repetition

One of the most important distinctions when using the FCP is whether repetition is allowed. When repetition is allowed, each stage has the same number of options regardless of previous choices—like a combination lock where you can reuse digits. When repetition is not allowed, each choice removes one option from the remaining stages—like choosing team captains where one person can't be picked twice.

Side-by-side comparison: with repetition the options stay the same at each stage, but without repetition the options decrease by one each time.

The "without repetition" case connects directly to factorials. When you arrange all n items in a line without repetition, the total number of arrangements is n! (read "n factorial"), which equals n × (n − 1) × (n − 2) × … × 2 × 1. For instance, 4! = 4 × 3 × 2 × 1 = 24. Factorials are just a special case of the Fundamental Counting Principle applied without repetition.

💡 Quick Check — Repetition or Not?
Ask yourself: Can the same item be chosen more than once? A locker combination allows repeated digits → repetition allowed. Choosing class officers (president, VP, secretary) from different people → no repetition.

Worked Example — License Plate Probability

Let's put everything together with a real-world-style problem. A state issues license plates in the format: Letter – Letter – Digit – Digit – Digit – Letter. There are 26 letters and 10 digits. Repetition is allowed. What is the probability that a randomly issued license plate starts with "AB"?

License Plate Probability
1
Step 1 — Identify the StagesThe license plate has 6 positions. Position 1: letter, Position 2: letter, Position 3: digit, Position 4: digit, Position 5: digit, Position 6: letter. Each position is one stage in the FCP.
2
Step 2 — Count Total OutcomesSince repetition is allowed, each letter position has 26 options and each digit position has 10 options. Apply the FCP:
Total = 26 × 26 × 10 × 10 × 10 × 26 = 263 × 103 = 17,576 × 1,000 = 17,576,000
3
Step 3 — Count Favorable Outcomes (starts with "AB")Position 1 must be A → 1 option. Position 2 must be B → 1 option. Positions 3, 4, 5 are unrestricted digits → 10 each. Position 6 is an unrestricted letter → 26.
Favorable = 1 × 1 × 10 × 10 × 10 × 26 = 26,000
4
Step 4 — Calculate the ProbabilityDivide favorable by total:
P(starts with AB) = 26,000 ÷ 17,576,000 = 1 ÷ 676 ≈ 0.00148 (about 0.15%)
5
Step 5 — Interpret the ResultThere is roughly a 0.15% chance—about 1 in 676—that a randomly issued plate starts with "AB." Notice that 1/676 = 1/(26 × 26), which makes sense because only the first two positions are restricted, and each has 1 out of 26 possible letters.

Strengths, Limitations & Common Mistakes

The Fundamental Counting Principle is powerful, but it doesn't apply to every counting situation. Understanding when it works—and when it doesn't—will help you avoid common mistakes on tests and in real applications.

When the FCP works well and when to watch out
AspectStrengthLimitation / Pitfall
SpeedCounts millions of outcomes instantly without listing them.Only works when the stages are clearly defined and independent.
GeneralityApplies to any number of stages with any number of options.Breaks down if the number of options at one stage depends on the choice made at a previous stage (non-independent).
OvercountingExact count when order matters (e.g., passwords, sequences).Overcounts when order does NOT matter (e.g., choosing a committee). Use combinations instead.
Common MistakeEasy to set up when you recognize the stages.Students often add options instead of multiplying. Remember: AND means multiply; OR means add.
AND vs. OR
Think of the FCP like assembling a sandwich on a conveyor belt. At each station you pick AND the next ingredient—bread AND meat AND cheese → multiply. But if you're choosing between two completely separate menus (Option A OR Option B), you add the counts. Knowing whether you're combining stages (multiply) or choosing between alternatives (add) is the key to setting up counting problems correctly.

Connection to Permutations, Combinations & Beyond

The Fundamental Counting Principle is the building block for more advanced counting techniques you'll encounter later. Two of the most important are permutations and combinations. Permutations count ordered arrangements (where ABC ≠ BAC), while combinations count unordered selections (where {A, B, C} = {B, A, C}). Both of their formulas are derived directly from the FCP.

How the FCP connects to permutations and combinations
FeatureFCP (This Lesson)Permutations (P)Combinations (C)
Order matters?YesYesNo
Formulan₁ × n₂ × … × nₖn! ÷ (n − r)!n! ÷ [r! × (n − r)!]
ExampleHow many 3-digit PINs?How many ways to arrange 3 of 10 books on a shelf?How many ways to choose 3 books from 10?
Relationship to FCPFoundationSpecial case of FCP without repetitionPermutations ÷ r! to remove order

As you continue in Math 2 and beyond, you'll see that the FCP is always working behind the scenes. Every time you compute a permutation or combination, you're really applying the Fundamental Counting Principle with specific constraints. Mastering the FCP now gives you a rock-solid foundation for these more advanced topics, and for probability problems in statistics, AP courses, and college-level math.

Practice Problems

PROBLEM 1CONCEPTUAL
Explain in your own words why the Fundamental Counting Principle uses multiplication rather than addition to combine the number of options at each stage.
PROBLEM 2BASIC CALCULATION
A cafeteria offers 4 entrées, 3 side dishes, and 5 drinks. If a meal consists of one item from each category, how many different meals are possible?
PROBLEM 3INTERMEDIATE
A club of 10 members needs to choose a president, a vice president, and a secretary. No person can hold more than one position. How many different leadership teams are possible?
PROBLEM 4APPLIED
A password must be exactly 5 characters long. The first two characters must be uppercase letters (A–Z), and the last three must be digits (0–9). Repetition is allowed. What is the probability that a randomly generated password starts with "QZ"?
PROBLEM 5CRITICAL THINKING
A 4-digit PIN is formed using digits 0–9 with repetition allowed. Find the probability that the PIN has no repeated digits. Then explain why this probability decreases as the PIN length increases.

Lesson Summary

The Fundamental Counting Principle states that if a process has k independent stages with n₁, n₂, …, nₖ options respectively, then the total number of outcomes is the product n₁ × n₂ × … × nₖ. This principle works whether repetition is allowed (options stay the same at each stage) or repetition is not allowed (options decrease by one each time, connecting to factorials and permutations).

To solve probability problems with the FCP, use it to count both the favorable outcomes and the total outcomes, then divide. Remember that AND means multiply (combining stages) while OR means add (choosing between alternatives). The FCP is the foundation for permutations and combinations, so mastering it now prepares you for every counting and probability topic ahead.

Varsity Tutors • Math 2 • Fundamental Counting Principle