MATH 2 • STATISTICS & PROBABILITY

Multiplication Rules for Probability — I can use multiplication rules (including for independent events) to find probabilities of compound events.

Learn how to calculate the probability that two or more events both happen using the multiplication rule.

Historical Context & Motivation

People have been gambling and making bets for thousands of years, but it was not until the 1600s that mathematicians began developing formal tools to calculate the likelihood of combined outcomes. The question that launched modern probability was deceptively simple: if you roll two dice, what is the chance of getting a specific pair? Answering that question required a rule for multiplying individual probabilities together—a rule that would eventually become one of the most powerful tools in all of statistics.

1654
Pascal & Fermat Correspondence
Blaise Pascal and Pierre de Fermat exchanged letters about gambling problems, laying the groundwork for probability theory. Their work included early ideas about combining the chances of sequential events.
1713
Bernoulli's Ars Conjectandi
Jacob Bernoulli published his landmark treatise, which formalized how to compute probabilities for sequences of independent trials—what we now call Bernoulli trials.
1763
Bayes' Theorem Published
Thomas Bayes' posthumous paper introduced conditional probability in a rigorous way, giving us the general multiplication rule P(A and B) = P(A) × P(B | A).
1933
Kolmogorov's Axioms
Andrey Kolmogorov placed probability on a solid mathematical foundation with his axioms, formally defining independence and the multiplication rule as we use them today.

The central question these mathematicians tackled is one you encounter constantly: when two things both need to happen, how do you figure out the overall probability? Whether you are drawing cards, predicting weather patterns, or assessing medical test accuracy, the multiplication rule for probability is the key tool that makes these calculations possible.

Core Principles & Definitions

Before diving into formulas, you need to understand a few foundational ideas. The multiplication rule for probability applies whenever you want to find the probability that event A and event B both occur. This is different from the addition rule, which finds the probability that event A or event B occurs. The word "and" is your signal to multiply.

1

Compound Event

An event that involves two or more individual events happening together or in sequence. Example: flipping heads AND rolling a 6.
2

Independent Events

Two events are independent when the outcome of one does NOT affect the probability of the other. Example: flipping a coin and rolling a die.
3

Dependent Events

Two events are dependent when the outcome of one DOES change the probability of the other. Example: drawing two cards without replacement.
4

Conditional Probability

Written P(B | A), this is the probability of B occurring given that A has already occurred. It is essential for dependent events.
5

P(A and B)

The probability that both events happen. This is what the multiplication rule calculates—it is also called the joint probability.
KEY TAKEAWAY
Think of the multiplication rule like a security system with two locks. To get through both locks, you need the first key to work and the second key to work. If the locks are independent (like a deadbolt and a keypad), neither affects the other. But if unlocking the first lock changes the second lock's combination (dependent events), you have to account for that change. Either way, the overall chance of getting through is found by multiplying.

Visual Explanation — Tree Diagrams

One of the best ways to visualize compound events is with a tree diagram. A tree diagram shows each event as a set of branches, and you multiply along the branches to find the probability of any particular path. The diagram below illustrates flipping a coin and then rolling a die—two independent events.

The tree diagram shows 12 equally likely outcomes when flipping a coin and rolling a die. To find the probability of any specific compound outcome—such as Heads and a 3—you multiply along the branches: 1/2 × 1/6 = 1/12.

Notice how each complete path through the tree represents one compound event. The probability at the end of each path is the product of the probabilities along the way. This is the multiplication rule in action: you multiply the probability of the first event by the probability of the second event to get the probability that both occur. Because the coin flip does not affect the die roll, these events are independent, and each branch of the die remains 1/6 regardless of whether the coin landed on heads or tails.

Mathematical Framework

The multiplication rule comes in two forms depending on whether the events are independent or dependent. Understanding both versions is essential, because using the wrong one will give you incorrect results.

The General Multiplication Rule

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 event A; P(B | A) = probability of event B given that A has already occurred (conditional probability). This rule works for ALL events—independent or dependent.

The Multiplication Rule for Independent Events

INDEPENDENT EVENTS RULE
P(A and B) = P(A) × P(B)
When events are independent, knowing that A happened does not change the probability of B. So P(B | A) = P(B), and the formula simplifies. This is the version you will use most often for coins, dice, and spinners.

Extending to Three or More Events

MULTIPLE INDEPENDENT EVENTS
P(A and B and C) = P(A) × P(B) × P(C)
For any number of independent events, you simply multiply all of their individual probabilities together. For example, the probability of flipping heads three times in a row is 1/2 × 1/2 × 1/2 = 1/8.
💡 When to Use Each Rule
Ask yourself: "Does the first event change the probability of the second?" If no, the events are independent—use P(A) × P(B). If yes, the events are dependent—use P(A) × P(B | A). A classic example of dependent events is drawing cards without replacement: the first draw changes the number of cards remaining.

Independent vs. Dependent Events — A Closer Look

The distinction between independent and dependent events is the single most important concept in the multiplication rule. Getting it wrong means using the wrong formula. The diagram below compares two scenarios side by side: drawing marbles with replacement (independent) and drawing marbles without replacement (dependent).

On the left, the marble is replaced before the second draw, so the probabilities stay the same (independent). On the right, the marble is kept out, changing the total from 5 to 4 and affecting the second probability (dependent). Notice that the answers differ: 6/25 vs. 6/20.
Quick comparison of independent versus dependent events
FeatureIndependent EventsDependent Events
DefinitionOutcome of A does not affect P(B)Outcome of A changes P(B)
FormulaP(A and B) = P(A) × P(B)P(A and B) = P(A) × P(B | A)
Common examplesCoins, dice, with-replacement drawsWithout-replacement draws, conditional selections
Key checkP(B | A) = P(B)?P(B | A) ≠ P(B)?

Worked Example

Let's work through a problem that uses both the independent and dependent versions of the multiplication rule.

Example: Drawing Cards Without Replacement
1
Step 1 — Understand the ProblemA standard deck has 52 cards. You draw two cards without replacement. What is the probability that the first card is an Ace and the second card is also an Ace? Because the first card is not put back, these events are dependent. We must use the general multiplication rule.
2
Step 2 — Find P(A): Probability of Ace on the First DrawThere are 4 Aces in a deck of 52 cards.
P(Ace₁) = 4/52 = 1/13
3
Step 3 — Find P(B | A): Probability of Ace on Second Draw Given Ace on FirstIf the first card was an Ace and was not replaced, there are now 3 Aces left in a deck of 51 cards.
P(Ace₂ | Ace₁) = 3/51 = 1/17
4
Step 4 — Apply the General Multiplication RuleMultiply the two probabilities together using P(A and B) = P(A) × P(B | A).
P(Ace₁ and Ace₂) = 4/52 × 3/51 = 12/2652 = 1/221 ≈ 0.0045
5
Step 5 — Interpret the ResultThe probability of drawing two Aces in a row without replacement is about 0.45%, or roughly 1 in 221 attempts. This is quite unlikely! Notice that if we had used replacement (independent events), we would have gotten 4/52 × 4/52 = 16/2704 = 1/169 ≈ 0.59%, which is a different (and incorrect) answer for this scenario.

Common Mistakes & How to Avoid Them

Even students who understand the multiplication rule can fall into traps. Here are the most frequent mistakes and strategies for avoiding them.

Common multiplication rule mistakes and corrections
Common MistakeWhy It's WrongCorrect Approach
Adding probabilities instead of multiplying for "and" problemsAddition is for "or" (union), not "and" (intersection). Adding gives a number that is too large.See the word "and"? Multiply. See "or"? Add (and subtract overlap).
Treating dependent events as independentIf the first event changes the sample space (e.g., no replacement), using P(B) instead of P(B | A) gives the wrong answer.Always ask: "Does the first event change the conditions for the second?" If yes, use conditional probability.
Forgetting to update the denominator after without-replacement drawsAfter removing one item, the total decreases by 1. Keeping the original denominator inflates P(B | A).Reduce the total by 1 after each draw without replacement. If you started with n items, the second draw has n − 1.
Confusing "at least one" with "both""At least one" requires the complement method: 1 − P(none). "Both" uses the multiplication rule directly.Read the problem carefully. "Both" = multiply. "At least one" = 1 − P(neither).
KEY TAKEAWAY
The multiplication rule is like calculating the chance of passing through two airport security checkpoints. If both checkpoints run completely independently (like separate metal detectors), each one has a fixed pass rate. But if the second checkpoint adjusts its scrutiny based on what happened at the first (like an extra screening), the second probability changes—and you have to account for that. The key is always asking: does the first event influence the second?

Connection to Advanced Probability

The multiplication rule you are learning now is the building block for many advanced topics in statistics and probability. As you move forward in mathematics, you will encounter increasingly sophisticated applications of the same core idea.

How the multiplication rule connects to advanced probability topics
What You Learn NowWhere It Leads
P(A and B) = P(A) × P(B) for independent eventsBinomial probability: finding the chance of exactly k successes in n independent trials
P(A and B) = P(A) × P(B | A) for dependent eventsBayes' Theorem: reversing conditional probabilities to update beliefs with new evidence
Tree diagrams for two-stage experimentsProbability distributions and expected value calculations in AP Statistics
Checking independence with P(B | A) = P(B)Chi-square tests for independence in two-way tables

The multiplication rule also appears in real-world fields like genetics (probability of inheriting multiple traits), engineering (probability of multiple components failing), and medicine (probability of a patient testing positive on two independent tests). Mastering this rule now gives you a toolkit that transfers directly to these applications.

Practice Problems

PROBLEM 1CONCEPTUAL
You flip a coin and spin a spinner with four equal sections (red, blue, green, yellow). Are these two events independent or dependent? Explain your reasoning and state which multiplication rule you would use.
PROBLEM 2BASIC CALCULATION
A fair six-sided die is rolled twice. What is the probability of rolling a 4 on the first roll AND a number greater than 4 on the second roll?
PROBLEM 3INTERMEDIATE
A jar contains 6 green gumballs and 4 orange gumballs. You draw two gumballs one at a time without replacement. What is the probability that both gumballs are green?
PROBLEM 4APPLIED
A factory produces light bulbs, and each bulb independently has a 95% chance of passing quality inspection. If a package contains 3 bulbs, what is the probability that all 3 bulbs pass inspection?
PROBLEM 5CRITICAL THINKING
A class has 12 boys and 8 girls. The teacher randomly selects two students to present, one after the other, without replacement. Find P(Boy first AND Girl second). Then determine: would the probability be higher or lower if the teacher selected with replacement? Justify your answer with calculations.

Lesson Summary

The multiplication rule for probability lets you calculate the probability that two or more events both occur. For independent events (where one event does not affect the other), the rule simplifies to P(A and B) = P(A) × P(B). For dependent events (where the first event changes the conditions for the second), use the general multiplication rule: P(A and B) = P(A) × P(B | A), where P(B | A) is the conditional probability of B given A.

The critical skill is determining whether events are independent or dependent. If the first event changes the sample space (like drawing without replacement), the events are dependent. If the first event has no effect on the second (like rolling two separate dice), they are independent. Always remember: the keyword "and" signals multiplication, and you can extend the rule to three or more events by continuing to multiply: P(A and B and C) = P(A) × P(B) × P(C) for independent events. Mastering this rule prepares you for binomial probability, Bayes' Theorem, and real-world applications in science, medicine, and engineering.

Varsity Tutors • Math 2 • Multiplication Rules for Probability