MATH 3 • STATISTICS & PROBABILITY

Multi-Step Probability Problems — I can use conditional probability and independence to solve multi-step probability problems at my level.

Learn to chain probabilities across multiple events using conditional thinking and independence.

Historical Context & Motivation

Humans have been gambling and making bets for thousands of years, but it wasn't until the 1600s that anyone tried to build a mathematical framework for chance. The story of probability begins with a simple question: if a dice game gets interrupted, how should two players fairly split the pot? That question launched an entirely new branch of mathematics — one that now powers everything from weather forecasting to medical testing to the algorithms behind your social media feed.

The concept of multi-step probability — figuring out the likelihood of sequences of events — grew naturally from these early explorations. Once mathematicians understood single-event probability, they needed tools to handle chains of events where one outcome might influence the next. This is the world of conditional probability and independence, and it remains one of the most practically useful areas of mathematics.

1654
The Problem of Points
Blaise Pascal and Pierre de Fermat exchange letters about how to divide stakes in an interrupted game, founding modern probability theory.
1713
Ars Conjectandi Published
Jacob Bernoulli's posthumous work formalizes the law of large numbers and introduces systematic methods for combining probabilities across multiple trials.
1763
Bayes' Theorem
Thomas Bayes develops a formula for updating probabilities when new evidence arrives — the foundation of conditional probability as we use it today.
1933
Kolmogorov's Axioms
Andrey Kolmogorov publishes a rigorous axiomatic framework that puts all of probability — including multi-step and conditional problems — on solid mathematical ground.

The central question this lesson addresses is: when a situation involves two or more events happening in sequence, how do you calculate the overall probability? The answer depends on whether those events affect each other — and learning to recognize that distinction is one of the most powerful skills in probability.

Core Principles & Definitions

Before diving into multi-step problems, you need a clear understanding of four foundational ideas. These principles form the toolkit you'll use every time you encounter a probability problem with more than one event.

1

Independent Events

Two events are independent if the outcome of one has no effect on the probability of the other. Flipping a coin and then rolling a die are independent — the coin result doesn't change the die probabilities.
2

Dependent Events

Two events are dependent if the outcome of the first event changes the probability of the second. Drawing two cards from a deck without replacement is a classic example — the first draw changes what's left.
3

Conditional Probability

The conditional probability P(B | A) is the probability of event B occurring given that event A has already happened. The vertical bar "|" is read as "given."
4

The Multiplication Rule

To find the probability that both A and B occur, multiply: P(A and B) = P(A) × P(B | A). For independent events this simplifies to P(A) × P(B) since P(B | A) = P(B).
KEY TAKEAWAY
Think of multi-step probability like a branching path in a choose-your-own-adventure book. At each decision point, the story splits. Independent events are like chapters where previous choices don't matter — each path has the same options. Dependent events are chapters where earlier decisions change what happens next. The multiplication rule tells you to multiply the probabilities along each branch to find the chance of a specific path through the story.

Visualizing Multi-Step Probability with Tree Diagrams

A tree diagram is the go-to visual tool for multi-step probability problems. Each branch represents a possible outcome at a given step, and the probability is written along the branch. To find the probability of any complete path, you multiply the probabilities along the branches from start to finish. The following diagram shows a two-step scenario: drawing a marble from a bag containing 3 red and 2 blue marbles, then drawing a second marble without replacement.

Each path from Start to the right-hand column represents one possible two-draw outcome. Notice how the second-draw probabilities change (e.g., 2/4 instead of 3/5 for red) because one marble has already been removed — this is conditional probability in action. All four path probabilities sum to 1, confirming we've accounted for every possibility.

The tree diagram makes two things immediately visible. First, the probabilities on the second set of branches are different from the first because the events are dependent — removing a marble changes the composition of the bag. Second, to find the probability of a specific outcome like "both marbles are red," you multiply along the branches: 3/5 × 2/4 = 6/20 = 3/10. If you wanted the probability of getting one of each color, you would add the two mixed paths: 6/20 + 6/20 = 12/20 = 3/5.

Mathematical Framework

The formulas below are the algebraic backbone of every multi-step probability problem. Understanding when to use each one — and how they relate — is the key to solving these problems confidently.

GENERAL MULTIPLICATION RULE
P(A and B) = P(A) × P(B | A)
P(A and B) = probability that both A and B occur; P(A) = probability of A; P(B | A) = probability of B given that A has already occurred. This rule works for all events, whether dependent or independent.
MULTIPLICATION RULE FOR INDEPENDENT EVENTS
P(A and B) = P(A) × P(B)
When A and B are independent, knowing A occurred doesn't change B's probability, so P(B | A) = P(B). This simplifies the general rule.
CONDITIONAL PROBABILITY FORMULA
P(B | A) = P(A and B) / P(A)
This is the general multiplication rule rearranged. It lets you find the conditional probability when you already know P(A and B) and P(A). P(A) must be greater than 0.
ADDITION RULE (FOR "OR" SCENARIOS)
P(A or B) = P(A) + P(B) − P(A and B)
When you need the probability of A or B (or both), add the individual probabilities and subtract the overlap to avoid double-counting. For mutually exclusive events, P(A and B) = 0.
💡 How to Decide Which Rule to Use
Ask yourself two questions: (1) Am I looking for the probability of A and B or A or B? Use the multiplication rule for "and" and the addition rule for "or." (2) Does the first event change the probabilities for the second? If yes, the events are dependent — use P(B | A). If no, they're independent — just use P(B).

Independent vs. Dependent — Knowing the Difference

The single most important skill in multi-step probability is correctly identifying whether events are independent or dependent. Getting this wrong means using the wrong formula, which guarantees an incorrect answer. The visual below compares side-by-side scenarios to build your intuition.

The key distinction is whether the first event alters the sample space for the second. "With replacement" signals independence; "without replacement" signals dependence. Always look for language that tells you whether conditions change between steps.
Language clues for identifying independence vs. dependence
Clue in the ProblemTypeWhy?
"with replacement"IndependentReplacing restores the original sample space.
"without replacement"DependentThe pool of options shrinks or changes.
Two different random devices (coin + die)IndependentSeparate devices don't influence each other.
"given that" or "if we know"DependentThis language signals conditional probability.

Worked Example — Disease Screening

Here's a real-world style problem that combines conditional probability with multi-step reasoning. Pay attention to how each step connects to the formulas from Section 4.

📋 Problem Statement
A school has 200 students. 30 of them are on the honor roll. Of the honor roll students, 80% also participate in at least one extracurricular activity. Of the students NOT on the honor roll, 50% participate in at least one extracurricular activity. If a student is selected at random, what is the probability that the student (a) is on the honor roll AND participates in an extracurricular, and (b) participates in an extracurricular activity overall?
Step-by-Step Solution
1
Step 1 — Identify the Events and Given InformationLet H = student is on the honor roll, and E = student participates in an extracurricular. We know: P(H) = 30/200 = 0.15, P(E | H) = 0.80, and P(E | not H) = 0.50. We also know P(not H) = 1 − 0.15 = 0.85.
P(H) = 0.15, P(not H) = 0.85, P(E | H) = 0.80, P(E | not H) = 0.50
2
Step 2 — Apply the Multiplication Rule for Part (a)Part (a) asks for P(H and E). Since E depends on whether the student is on the honor roll, these events are dependent. Using the general multiplication rule: P(H and E) = P(H) × P(E | H) = 0.15 × 0.80.
P(H and E) = 0.15 × 0.80 = 0.12
3
Step 3 — Find P(not H and E) for Part (b)To find the overall probability of participating in an extracurricular, we need to consider both paths — honor roll students who participate AND non-honor-roll students who participate. P(not H and E) = P(not H) × P(E | not H) = 0.85 × 0.50.
P(not H and E) = 0.85 × 0.50 = 0.425
4
Step 4 — Add the Mutually Exclusive Paths for Part (b)A student can't be both on the honor roll and not on the honor roll, so these two paths are mutually exclusive. The total probability of extracurricular participation is: P(E) = P(H and E) + P(not H and E) = 0.12 + 0.425.
P(E) = 0.12 + 0.425 = 0.545
5
Step 5 — Interpret the ResultsPart (a): There is a 12% chance a randomly selected student is both on the honor roll and in an extracurricular. Part (b): About 54.5% of all students participate in at least one extracurricular activity. This technique of splitting into cases and adding is called the Law of Total Probability.
P(H and E) = 0.12; P(E) = 0.545

Common Mistakes & How to Avoid Them

Multi-step probability is one of those topics where small errors in thinking lead to big errors in answers. The table below captures the most common mistakes students make, along with corrections. Reviewing these before a test can save you a lot of points.

Top errors in multi-step probability and their fixes
Common MistakeWhy It's WrongCorrect Approach
Treating dependent events as independentWithout replacement changes the denominator. Using P(B) instead of P(B | A) gives an incorrect product.Check whether the sample space changes. If yes, use P(B | A) with updated counts.
Adding probabilities instead of multiplying for "and""And" means both events must happen — you must multiply. Addition is for "or."AND → multiply; OR → add (minus overlap).
Forgetting to subtract the overlap in P(A or B)If A and B can both happen, P(A) + P(B) double-counts the intersection.Always subtract P(A and B) unless the events are mutually exclusive.
Confusing P(A | B) with P(B | A)The probability of rain given clouds is NOT the same as the probability of clouds given rain.Read carefully: what is assumed (after "given") and what are you finding?
⚠️ REMEMBER THIS
Before you calculate anything, always ask: "Does the first event change the setup for the second?" This single question determines whether you need P(B) or P(B | A). Think of it like traffic: if the first event leaves the road exactly the same, events are independent. If it blocks a lane or opens a new one, they're dependent.

Connecting to Advanced Topics

The multi-step probability skills you're building now are the foundation for several powerful ideas you'll encounter in AP Statistics, college courses, and real-world applications. The table below shows how today's concepts scale up.

How multi-step probability concepts connect to advanced topics
What You Know NowWhere It Leads
Multiplication rule for two eventsExtends to chains of n events: P(A₁ and A₂ and … Aₙ) — the basis of Markov chains.
Conditional probability P(B | A)Bayes' Theorem flips the condition: P(A | B) = P(B | A) × P(A) / P(B). Used in spam filters, medical diagnostics, and machine learning.
Law of Total Probability (splitting into cases)Foundation for Expected Value calculations and decision trees in business and economics.
Independence of eventsLeads to binomial and geometric probability distributions, which model repeated independent trials.

If you continue into AP Statistics, you'll use Bayes' Theorem to solve problems where you know P(B | A) but need P(A | B). For example, if a medical test is 95% accurate and 1% of the population has a disease, Bayes' Theorem helps you find the actual probability that a positive test result means you're sick — and the answer is surprisingly low. That counterintuitive result is only understandable through the conditional probability lens you're developing right now.

Practice Problems

Work through these five problems in order. They start with foundational reasoning and build toward more complex, multi-step scenarios. Try each one on your own before checking the answer.

PROBLEM 1CONCEPTUAL
A bag contains 10 marbles: 4 red and 6 green. You draw one marble, note its color, put it back, and draw again. Are the two draws independent or dependent? Explain your reasoning.
PROBLEM 2BASIC CALCULATION
You flip a fair coin three times. What is the probability of getting heads on all three flips?
PROBLEM 3INTERMEDIATE
A jar holds 5 red and 3 blue jelly beans. You pick two jelly beans one at a time without replacement. What is the probability that both are red?
PROBLEM 4APPLIED
At a school, 60% of students own a smartphone and 25% own both a smartphone and a tablet. If a student is randomly selected and you learn they own a smartphone, what is the probability they also own a tablet?
PROBLEM 5CRITICAL THINKING
A factory has two machines, A and B. Machine A produces 60% of all items, and Machine B produces 40%. Machine A has a 2% defect rate, and Machine B has a 5% defect rate. An item is selected at random and found to be defective. Which machine is more likely to have produced it, and what is the probability it came from Machine A?

Lesson Summary

Multi-step probability problems require you to calculate the likelihood of sequences of events. The general multiplication rule — P(A and B) = P(A) × P(B | A) — is the master formula. When events are independent (one outcome doesn't affect the next), this simplifies to P(A) × P(B). When events are dependent, you must use conditional probability P(B | A) to account for how the first event changes the situation. Look for language cues like "with replacement" (independent) or "without replacement" (dependent) to choose the right approach.

Use tree diagrams to organize multi-step scenarios visually — multiply along branches for "and" paths and add across branches for "or" outcomes. The Law of Total Probability lets you find an overall probability by splitting into mutually exclusive cases and summing. Remember: "and" means multiply, "or" means add (minus the overlap). With these tools, you're ready to tackle any multi-step probability question at your level and lay the groundwork for Bayes' Theorem and advanced probability distributions.

Varsity Tutors • Math 3 • Multi-Step Probability Problems