MATH 1 • STATISTICS & PROBABILITY

Compound Event Probabilities — I can compute probabilities of compound events using counting or organized lists at an introductory level.

Learn how to systematically count and organize outcomes to find probabilities of combined events.

Historical Context & Motivation

Long before probability was a formal branch of mathematics, people were intrigued by games of chance. Gamblers in Renaissance Europe wanted to know the likelihood of rolling certain combinations with dice or drawing particular hands of cards. These questions — which involve more than one action happening together — are examples of compound events. The desire to answer them systematically launched the entire field of probability theory.

1564
Cardano's Book on Games of Chance
Italian polymath Gerolamo Cardano wrote Liber de Ludo Aleae, the first known systematic treatment of probability. He recognized that listing all possible outcomes was the key to predicting dice results.
1654
Pascal–Fermat Correspondence
Blaise Pascal and Pierre de Fermat exchanged letters about the 'problem of points,' developing methods for counting favorable outcomes in compound events. This correspondence is often considered the birth of modern probability.
1713
Bernoulli's Ars Conjectandi
Jacob Bernoulli published a landmark work formalizing the law of large numbers and showing how organized counting of compound outcomes leads to reliable probability predictions.
1900s
Probability in Modern Life
Today, compound event probabilities appear everywhere — from weather forecasting and medical testing to sports analytics and game design. The foundational skill remains the same: systematically listing or counting outcomes.

The central question these mathematicians faced is the same question you will learn to answer in this lesson: when two or more things happen together, how do you figure out the total number of possible outcomes, and how do you use that count to compute a probability? The answer lies in organized listing and systematic counting — tools that are surprisingly powerful even without advanced formulas.

Core Principles & Definitions

Before diving into calculations, you need a few foundational ideas. A simple event involves only one action — like flipping a single coin or rolling a single die. A compound event combines two or more simple events into a single experiment, such as flipping a coin and rolling a die. Understanding this distinction is the first step toward mastering probability.

1

Sample Space

The sample space is the complete set of all possible outcomes for an experiment. For a compound event, the sample space includes every combination of outcomes from each individual event.
2

Favorable Outcomes

Favorable outcomes are the specific outcomes that satisfy the condition you care about. For example, if you want the probability of getting heads and a 5, then only the outcome (Heads, 5) counts as favorable.
3

Organized Lists & Tables

An organized list or a two-way table systematically displays every outcome in the sample space so nothing is missed or double-counted.
4

Counting Principle

The Fundamental Counting Principle states that if Event A has m outcomes and Event B has n outcomes, then the compound event has m × n total outcomes.
5

Probability Formula

Once you know the total outcomes and favorable outcomes, probability equals the number of favorable outcomes divided by the total number of outcomes. This fraction always falls between 0 and 1.
KEY TAKEAWAY
Think of a compound event like ordering a meal at a restaurant. If you choose one entrée from 4 options and one drink from 3 options, there are 4 × 3 = 12 possible meal combos. Listing all 12 combos is your sample space. Probability is just asking: out of those 12 combos, how many match what you actually want?

Visualizing Compound Events with a Tree Diagram

One of the most powerful ways to visualize a compound event is with a tree diagram. A tree diagram branches out from a starting point, showing every possible outcome of the first event, and then each of those branches splits again for the second event. The diagram below shows all outcomes when you flip a coin and then roll a standard six-sided die.

This tree diagram shows how a coin flip (H or T) branches into six die outcomes each, producing 12 total outcomes. The starred outcomes (★) highlight the two cases where the die shows 6 — useful if you wanted P(die = 6) = 2/12 = 1/6.

Notice how the tree diagram ensures you don't miss any outcome. Every path from the start node to a leaf (an endpoint) represents exactly one outcome in the sample space. The first level splits based on the coin (2 branches), and the second level splits based on the die (6 branches each), giving 2 × 6 = 12 total leaves. To find the probability of any specific event, you simply count how many leaves satisfy your condition and divide by 12.

Mathematical Framework

At the introductory level, compound event probability relies on two key formulas. The first tells you how many outcomes exist in total; the second converts that count into a probability.

FUNDAMENTAL COUNTING PRINCIPLE
Total outcomes = m × n
Where m = number of outcomes for the first event and n = number of outcomes for the second event. If there are more than two events, continue multiplying: m × n × p × …
PROBABILITY OF A COMPOUND EVENT
P(event) = (number of favorable outcomes) ÷ (total number of outcomes)
The result is a fraction, decimal, or percentage between 0 (impossible) and 1 (certain). For example, P = 3/12 = 0.25 = 25%.
EXTENDING TO THREE EVENTS
Total outcomes = m × n × p
For three events with m, n, and p outcomes respectively. For example, flipping 3 coins: 2 × 2 × 2 = 8 total outcomes.

The counting principle gives you a quick shortcut when you only need the total count. However, when you need to identify which specific outcomes are favorable, you should build an organized list or a two-way table so that you can inspect each outcome individually. The counting principle tells you how many; the organized list tells you which ones.

Organized Lists & Two-Way Tables

While tree diagrams branch outward, a two-way table (also called a grid or matrix) lays out every outcome in rows and columns. This format is especially useful when you need to count favorable outcomes for a specific condition, because you can quickly scan the grid.

Each cell in this 6 × 6 grid represents one of 36 equally likely outcomes when rolling two dice. The cells highlighted in amber show the six outcomes that produce a sum of 7, so P(sum = 7) = 6/36 = 1/6.

In the table above, each cell is one equally likely outcome, giving us 6 × 6 = 36 total outcomes — consistent with the Fundamental Counting Principle. To find P(sum = 7), scan the table for every cell containing a 7. There are exactly six such cells: (1,6), (2,5), (3,4), (4,3), (5,2), and (6,1). Therefore, P(sum = 7) = 6/36 = 1/6 ≈ 0.167. You can use this same approach for any target sum.

💡 When to Use Each Method
Use a tree diagram when you want to see the branching structure clearly, especially for sequential events. Use a two-way table when both events have several outcomes and you want to quickly count cells meeting a condition. Use the Counting Principle alone when you only need the total count, not a full list.

Worked Example

Let's work through a complete problem using an organized list. Suppose you spin a spinner divided into three equal sections — Red (R), Blue (B), and Green (G) — and then flip a coin. What is the probability that you land on Blue and get Heads?

Spinner + Coin Flip
1
Step 1 — Identify the Individual EventsEvent 1 is the spinner, which has 3 equally likely outcomes: R, B, G. Event 2 is the coin flip, which has 2 equally likely outcomes: H (Heads), T (Tails).
2
Step 2 — Find the Total Number of OutcomesBy the Fundamental Counting Principle, the total number of outcomes is 3 × 2 = 6.
Total outcomes = 6
3
Step 3 — Build an Organized ListList every outcome as an ordered pair (Spinner, Coin): (R, H), (R, T), (B, H), (B, T), (G, H), (G, T). We confirm there are 6 outcomes, which matches our count.
4
Step 4 — Count Favorable OutcomesWe want Blue AND Heads. Scanning the list, only one outcome matches: (B, H). So the number of favorable outcomes is 1.
Favorable outcomes = 1
5
Step 5 — Compute the ProbabilityP(Blue and Heads) = favorable ÷ total = 1 ÷ 6.
P(Blue and Heads) = 1/6 ≈ 0.167 ≈ 16.7%

This problem illustrates the core workflow: identify the events, count or list outcomes, identify the favorable ones, and divide. Every compound probability problem at this level follows the same pattern, regardless of whether you use a tree diagram, an organized list, or a table.

Comparing Listing Methods — Strengths & Limitations

You now have three tools in your toolkit: the Counting Principle, tree diagrams, and two-way tables (organized lists). Each has strengths and limitations depending on the situation.

Comparison of methods for enumerating compound event outcomes
MethodStrengthsLimitations
Counting PrincipleFastest way to find the total number of outcomes. Works for any number of events. No drawing required.Does not show individual outcomes, so you can't identify favorable ones without a separate list.
Tree DiagramVisually clear for sequential events. Shows every individual outcome. Easy to trace specific paths.Becomes very large and cluttered when events have many outcomes (e.g., two dice = 36 branches).
Two-Way TableCompact way to display all outcomes of two events. Easy to scan for patterns (e.g., all sums = 7).Only works for exactly two events. Adding a third event requires a more complex structure.
Organized ListFlexible format. Works for any number of events. Lists can be alphabetical or systematic to avoid missing outcomes.Can become very long. Easy to accidentally skip or repeat outcomes without careful organization.
KEY TAKEAWAY
Think of these methods like different maps of the same city. A satellite view (Counting Principle) quickly tells you the size of the area, but you need a street map (tree diagram or table) to find a specific address. The best mathematicians choose the right map for the job — sometimes you need a quick count, and other times you need the full layout.

Connection to Advanced Probability

The listing and counting techniques you learned here form the foundation for more advanced probability topics you'll encounter later in your math studies. As the number of events grows or the conditions become more complex, mathematicians have developed more efficient tools — but they all build on the same logical framework.

From introductory to advanced probability
This Lesson (Introductory)Advanced Topics (Future Courses)
Counting outcomes by listing them one at a timeUsing permutations and combinations to count without listing
All outcomes are equally likelyWeighted probabilities where outcomes have different chances
"And" compound events (both things happen)"Or" events, conditional probability, and independence
Tree diagrams and tables for 2–3 eventsProbability rules and formulas (Addition Rule, Multiplication Rule)
Sample spaces with a small number of outcomesProbability distributions for large or infinite sample spaces

As you advance, you will learn that the Multiplication Rule for independent events is essentially a generalization of the Counting Principle combined with probability. For now, the most important skill is being able to systematically organize and count outcomes without missing any. That careful, organized thinking is exactly what higher-level probability requires — just with bigger tools.

Practice Problems

PROBLEM 1CONCEPTUAL
Explain in your own words why a compound event has more outcomes than either of the individual events that make it up. Use the example of flipping a coin and rolling a die to support your explanation.
PROBLEM 2BASIC CALCULATION
A bag contains 4 marbles: red, blue, yellow, and green. You draw a marble, note its color, replace it, and then draw again. How many outcomes are in the sample space? What is the probability that both draws are the same color?
PROBLEM 3INTERMEDIATE
You roll two standard six-sided dice. Using a two-way table or organized list, find the probability that the sum of the dice is greater than or equal to 10.
PROBLEM 4APPLIED
A pizza shop lets you build a personal pizza by choosing one crust (thin or thick), one sauce (marinara, alfredo, or pesto), and one topping (pepperoni, mushrooms, or olives). If a customer selects randomly, what is the probability they get a thin-crust pizza with pesto sauce?
PROBLEM 5CRITICAL THINKING
Marcus says the probability of getting at least one Head when flipping three coins is 3/8 because there are three coins and eight outcomes. Is Marcus correct? Build an organized list of all outcomes and determine the correct probability. Then explain Marcus's error.

Lesson Summary

A compound event combines two or more simple events into a single experiment. The Fundamental Counting Principle tells you the total number of outcomes by multiplying the number of outcomes for each individual event (m × n for two events, m × n × p for three, and so on). To find the probability of any specific compound event, divide the number of favorable outcomes by the total outcomes in the sample space.

Three practical tools help you enumerate outcomes: tree diagrams show branching paths for sequential events; two-way tables organize two events into a grid for easy scanning; and organized lists systematically record every outcome. Choose the method that best fits the problem — quick counting for totals, diagrams for identifying specific favorable outcomes. These foundational skills prepare you for advanced probability topics such as permutations, combinations, and conditional probability.

Varsity Tutors • Math 1 • Compound Event Probabilities