STATISTICS & PROBABILITY • PROBABILITY RULES

The General Multiplication Rule

Learn to find the probability that two events both happen — even when one event changes the odds of the other.

Historical Context & Motivation

Probability didn't begin as a branch of pure mathematics — it started at the gambling table. In the 1600s, French nobles wanted to know the precise chances of winning complex dice and card games, and the answers required understanding how the likelihood of one event could depend on another. The question of finding the probability that two things happen together turned out to be far deeper than anyone expected, and its resolution became the foundation of modern probability theory.

1654
Pascal & Fermat Correspondence
Blaise Pascal and Pierre de Fermat exchange a famous series of letters about the "Problem of Points" — how to fairly divide stakes in an interrupted game of chance. Their correspondence lays the groundwork for combining probabilities of sequential events.
1713
Ars Conjectandi
Jacob Bernoulli's Ars Conjectandi is published posthumously, containing the first formal treatment of conditional probability and the multiplication principle for compound events.
1763
Bayes' Essay
Thomas Bayes' essay is published, introducing what we now call Bayes' theorem — a direct application of the general multiplication rule that reverses the direction of conditional probability.
1812
Laplace's Théorie analytique
Pierre-Simon Laplace publishes Théorie analytique des probabilités, which systematically develops the multiplication rule and applies it to problems in astronomy, law, and demography.
1933
Kolmogorov's Axioms
Andrey Kolmogorov publishes his axioms of probability, placing the multiplication rule — P(A ∩ B) = P(A) · P(B|A) — on a rigorous mathematical foundation that is still used today.

The core question these mathematicians were chasing is one you encounter every day: What is the probability that two events both occur? If you draw two cards from a deck, what's the chance they're both aces? If a medical test is 95% accurate and a disease affects 1% of the population, what's the chance someone both has the disease and tests positive? Answering questions like these requires the general multiplication rule, which accounts for the way one event can change the probability of another.

Core Principles & Definitions

Before diving into the multiplication rule itself, you need to be comfortable with a few key ideas. Each of these concepts builds on the last, and together they provide the vocabulary you'll use for the rest of this lesson — and the rest of your probability coursework.

1

Sample Space & Events

The sample space (S) is the set of all possible outcomes of an experiment. An event is any subset of S. For example, rolling a die has S = {1, 2, 3, 4, 5, 6}, and "rolling an even number" is the event {2, 4, 6}.
2

Uniform Probability Model

In a uniform probability model, every individual outcome in the sample space is equally likely. This means P(any single outcome) = 1/n, where n is the total number of outcomes. A fair coin, a fair die, and a well-shuffled deck of cards are all uniform models.
3

Conditional Probability — P(B|A)

The conditional probability P(B|A) is the probability of event B occurring given that event A has already occurred. It "shrinks" the sample space to only those outcomes where A is true, and then asks how many of those also satisfy B.
4

Independent vs. Dependent Events

Two events are independent if the occurrence of one has no effect on the probability of the other: P(B|A) = P(B). When P(B|A) ≠ P(B), the events are dependent. Drawing cards with replacement is independent; drawing without replacement is dependent.
KEY TAKEAWAY
Think of conditional probability like a bouncer at a club. If you ask "What fraction of everyone likes jazz?" you get one answer. But if the bouncer only lets in people wearing hats, and you ask the same question inside, the answer changes — because you've restricted your "universe" to hat-wearers. P(B|A) is the probability of B inside the restricted universe where A has already happened. The general multiplication rule uses this restricted-universe idea to find the probability that both events occur together.

Visual Explanation — The Venn Diagram

The most intuitive way to see the general multiplication rule is through a Venn diagram. The entire rectangle represents the sample space S (probability = 1). Each circle represents an event, and the overlap represents the event "A and B" — the outcomes where both A and B occur simultaneously. The general multiplication rule gives you a formula for the size of that overlap.

Venn diagram showing events A and B with their intersection, illustrating P(A and B).

Notice the symmetry in the formula box above. You can "enter" the intersection from either direction — start with P(A) and then ask "given A happened, what's the chance of B?", or start with P(B) and then ask "given B happened, what's the chance of A?". Either route gives you the same overlap. This symmetry is not an accident; it follows directly from the definition of conditional probability, and it becomes extremely useful when one direction is easier to calculate than the other.

In a uniform probability model, computing these probabilities is especially clean because you can count outcomes. P(A) is the number of outcomes in A divided by the total number of outcomes in S, and P(B|A) is the number of outcomes in the intersection divided by the number of outcomes in A. Multiplying them together cancels the denominator in a satisfying way, leaving you with the intersection count divided by the total — exactly P(A and B).

Mathematical Framework

Let's now state the rule precisely and understand each piece. The general multiplication rule tells you how to find the probability that events A and B both occur — written as P(A ∩ B) or simply P(A and B).

The General Multiplication Rule
P(A and B) = P(A) × P(B|A)
The probability of A and B equals the probability of A times the probability of B given A.

Because the intersection P(A ∩ B) is the same regardless of which event you consider first, we also have an equivalent form:

Symmetric Form
P(A and B) = P(B) × P(A|B)
Start with B instead, then condition on A. The result is identical.

Here is what each symbol means:

  • P(A) — the marginal probability of event A. This is the probability of A without any conditions, calculated directly from the sample space.
  • P(B|A) — the conditional probability of B given A. Once you know A has occurred, what is the probability that B also occurs? In a uniform model, P(B|A) = (number of outcomes in both A and B) ÷ (number of outcomes in A).
  • P(A and B) — the joint probability of A and B. This is the probability that both events happen simultaneously, which is the quantity the rule computes.
  • P(A|B) — the conditional probability of A given B. This appears in the symmetric form and lets you approach the problem from the opposite direction.

It's worth understanding why the rule works. The definition of conditional probability is:

Definition of Conditional Probability
P(B|A) = P(A and B) / P(A)
provided P(A) > 0

If you multiply both sides of this definition by P(A), you immediately get P(A and B) = P(A) × P(B|A) — that's the multiplication rule. So the multiplication rule isn't a separate axiom; it's a direct rearrangement of the definition of conditional probability.

KEY TAKEAWAY
Here's a handy way to remember it: the multiplication rule is like a two-step filter. Imagine pouring the entire sample space through Filter 1 (event A) — only a fraction P(A) gets through. Then pour what's left through Filter 2 (event B, given A) — only a fraction P(B|A) of that gets through. The amount that survives both filters is P(A) × P(B|A). Two filters, one multiplication.

Detailed Breakdown — Tree Diagrams

A tree diagram is the single most useful tool for applying the general multiplication rule in practice. Each "branch" represents a possible outcome at one stage of an experiment, and you label each branch with its probability. To find the probability of a particular sequence of outcomes (a "path" through the tree), you multiply along the branches.

Consider this classic scenario: a bag contains 3 blue marbles and 2 red marbles. You draw two marbles, one after the other, without replacement. The tree diagram below shows every possible path.

Tree diagram showing two draws without replacement from a bag of 3 blue and 2 red marbles, with all branch probabilities and path probabilities labeled.

Each path through the tree represents a compound event. To find its probability, you multiply along the branches — which is exactly the general multiplication rule in action. For example, the path "Blue then Red" has probability P(B₁) × P(R₂|B₁) = 3/5 × 2/4 = 6/20 = 3/10. Notice that the second-draw probabilities change depending on the first draw (the denominators drop from 5 to 4, and the numerators adjust), which is what makes this a dependent scenario requiring the general multiplication rule rather than the simpler version for independent events.

Also note that all four path probabilities sum to 20/20 = 1, confirming that we've accounted for every possibility. This is a good check to perform whenever you build a tree diagram.

Worked Example

Let's work through a complete problem to see every step of applying the general multiplication rule in a uniform probability model.

Drawing Two Hearts from a Standard Deck
1
ProblemA standard deck of 52 cards is well-shuffled. You draw two cards, one at a time, without replacement. What is the probability that both cards are hearts?
2
Step 1 — Identify the EventsLet A = "the first card drawn is a heart" and B = "the second card drawn is a heart." We want P(A and B).
3
Step 2 — Find P(A)A standard deck has 52 cards, 13 of which are hearts. Since the deck is well-shuffled (uniform probability model), every card is equally likely to be drawn first.
P(A) = 13/52 = 1/4
4
Step 3 — Find P(B|A)Here's where the "conditional" part matters. If the first card was a heart (event A happened), then the deck now contains 51 cards, of which 12 are hearts. The sample space has changed.
P(B|A) = 12/51 = 4/17
5
Step 4 — Apply the General Multiplication RuleMultiply P(A) by P(B|A):
P(A and B) = P(A) × P(B|A) = (13/52) × (12/51) = 156/2652 = 1/17 ≈ 0.0588
6
Step 5 — Interpret the ResultThere is approximately a 5.88% chance (about 1 in 17) that both cards drawn from a standard deck without replacement are hearts. This is noticeably less than (1/4)² = 1/16 = 6.25%, which is what you'd get if you incorrectly assumed the draws were independent. The slight difference (5.88% vs. 6.25%) arises because removing one heart from the deck makes the second heart slightly less likely.
7
Verification — Using the Symmetric FormWe can verify by computing P(B) × P(A|B). P(B) = 13/52 = 1/4 (by symmetry, the second card is equally likely to be any of the 52 cards if we don't know the first). P(A|B) = 12/51 (if the second card is a heart, only 12 hearts remain among the other 51 cards).
P(B) × P(A|B) = (13/52) × (12/51) = 1/17 ✓ Both forms give the same answer, as expected.

Independent vs. Dependent — When Does It Matter?

A very common mistake is to use the simplified multiplication rule P(A and B) = P(A) × P(B) in situations where the events are not independent. The general multiplication rule always works — it's the safe, universal choice. The simplified version is a shortcut that's only valid when knowing A doesn't change the probability of B (i.e., when P(B|A) = P(B)).

FeatureIndependent EventsDependent Events
DefinitionP(B|A) = P(B)P(B|A) ≠ P(B)
Multiplication RuleP(A and B) = P(A) × P(B)P(A and B) = P(A) × P(B|A)
ExampleFlipping a coin, then rolling a dieDrawing two cards without replacement
Effect of first eventNone — sample space unchangedSample space shrinks or shifts
Common contextsSeparate random devices; draws with replacementSampling without replacement; conditional testing
Can you use general rule?Yes (it simplifies automatically)Yes (it's required)

The table above highlights an important point in the last row: the general rule works for independent events too. If events A and B are independent, then P(B|A) = P(B), so P(A) × P(B|A) just becomes P(A) × P(B). You never go wrong using the general form — you only go wrong when you use the simplified form in a dependent situation.

KEY TAKEAWAY
Think of the general multiplication rule as a universal wrench and the simplified rule as a socket wrench that only fits one size. The general rule fits every situation — independent or dependent. When events happen to be independent, the general rule automatically simplifies to the shorter formula. When in doubt, always use the general form. It's the safer choice, and on exams it's the one that earns full credit.

Connection to Advanced Theory

The general multiplication rule is not a dead-end formula — it's a gateway to some of the most powerful ideas in probability and statistics. Here's how it connects to concepts you'll encounter as you continue studying.

This LessonAdvanced ExtensionHow They Connect
P(A and B) = P(A) × P(B|A)Bayes' TheoremRearranging the two symmetric forms of the multiplication rule gives P(A|B) = P(B|A)×P(A) / P(B) — that's Bayes' theorem, which lets you "reverse" conditional probabilities.
Multiplying along tree branchesLaw of Total ProbabilitySumming all the path probabilities through a tree gives P(B) = ΣP(Aᵢ)×P(B|Aᵢ), the law of total probability.
Two-event multiplicationChain Rule (n events)For three or more events: P(A∩B∩C) = P(A)×P(B|A)×P(C|A∩B). The pattern extends to any number of events.
Uniform probability modelsNon-uniform modelsThe multiplication rule works identically in non-uniform models (e.g., weighted dice, biased coins) — you just can't use simple counting to find probabilities.

The chain rule extension is especially worth previewing. Suppose you draw three cards without replacement and want the probability that all three are hearts. You'd compute P(H₁) × P(H₂|H₁) × P(H₃|H₁ ∩ H₂) = 13/52 × 12/51 × 11/50 = 1716/132600 ≈ 0.013. Each factor conditions on everything that happened before it. The logic is the same as the two-event case, just extended one more step.

Bayes' theorem, in particular, is one of the most important results in all of statistics. It powers medical diagnosis, spam filters, machine learning algorithms, and forensic analysis. And it all starts from the multiplication rule you've learned in this lesson — just viewed from a slightly different angle.

Practice Problems

Test your understanding with these five problems, arranged from conceptual to challenging. Try each one before revealing the answer.

PROBLEM 1CONCEPTUAL
Explain in your own words why the general multiplication rule P(A and B) = P(A) × P(B|A) reduces to P(A and B) = P(A) × P(B) when events A and B are independent. What specific condition makes this simplification valid?
PROBLEM 2BASIC CALCULATION
A jar contains 6 green marbles and 4 yellow marbles. You draw one marble, do not replace it, and draw a second marble. What is the probability that both marbles are green?
PROBLEM 3INTERMEDIATE
A class of 30 students has 18 girls and 12 boys. Two students are randomly selected (without replacement) to lead a project. What is the probability that the first student selected is a girl and the second is a boy?
PROBLEM 4APPLIED / MULTI-STEP
A quality-control inspector examines a batch of 20 light bulbs, 3 of which are defective. She randomly selects 2 bulbs for testing without replacement. What is the probability that at least one of the selected bulbs is defective? (Hint: it may be easier to find the probability of the complement.)
PROBLEM 5CRITICAL THINKING / SYNTHESIS
Suppose P(A) = 0.4, P(B) = 0.5, and P(A and B) = 0.15. (a) Find P(B|A). (b) Find P(A|B). (c) Are A and B independent? Explain using the multiplication rule. (d) Verify that P(A) × P(B|A) = P(B) × P(A|B).

Lesson Summary

The general multiplication rule — P(A and B) = P(A) × P(B|A) = P(B) × P(A|B) — is the fundamental tool for finding the probability that two events both occur. It works by filtering the sample space in two stages: first accounting for the probability that A occurs, then adjusting for the probability that B occurs given A has already happened. In a uniform probability model, where all outcomes are equally likely, these probabilities can be computed by counting favorable outcomes and dividing by the total. The key concept that makes the rule "general" is conditional probability — the idea that knowing one event has occurred can change the likelihood of another.

When events are independent (P(B|A) = P(B)), the rule simplifies to the familiar P(A) × P(B), but when events are dependent, the full conditional form is essential. Tree diagrams provide a powerful visual method for organizing and computing these probabilities, especially when sampling without replacement. The rule's symmetric form — the fact that you can condition on either event — leads directly to Bayes' theorem and the chain rule for multiple events, making it one of the most important building blocks in all of probability and statistics.

Varsity Tutors • Statistics & Probability (Common Core) • The General Multiplication Rule