Multiplication rule in AP Statistics

In AP Statistics, the multiplication rule states that the probability that events A and B both occur equals the probability of A times the conditional probability of B given A: P(A ∩ B) = P(A) · P(B | A). When A and B are independent, this simplifies to P(A ∩ B) = P(A) · P(B).

Verified for the 2027 AP Statistics examLast updated June 2026

What is the multiplication rule?

The multiplication rule is the formula for finding the probability that two events both happen. In symbols, P(A ∩ B) = P(A) · P(B | A). Read it like a story in two steps. First A has to happen, which occurs with probability P(A). Then, in the world where A already happened, B has to happen too, which occurs with probability P(B | A). Multiplying the two gives you the chance of the whole sequence.

Notice that this is just the conditional probability formula rearranged. The CED defines P(B | A) = P(A ∩ B) / P(A), and multiplying both sides by P(A) gives you the multiplication rule (EK VAR-4.D.2). The version with P(B | A) is the general multiplication rule, and it works for any two events. If A and B happen to be independent, knowing A occurred doesn't change B's probability, so P(B | A) = P(B) and the rule shrinks to the familiar P(A ∩ B) = P(A) · P(B). The general rule is the one to memorize, because the independent version is just a special case of it.

Why the multiplication rule matters in AP® Statistics

The multiplication rule lives in Topic 4.5 (Conditional Probability) in Unit 4: Probability, Random Variables, and Probability Distributions, supporting learning objective 4.5.A (calculate conditional probabilities). It's one of the workhorse formulas of the whole unit. Every tree diagram you draw is the multiplication rule in picture form, since multiplying along a branch is literally computing P(A) · P(B | A). It also feeds forward into checking independence in Topic 4.6, computing binomial and geometric probabilities later in Unit 4, and reasoning about sampling without replacement. If you can't multiply probabilities along a sequence of events, most of Unit 4 falls apart.

How the multiplication rule connects across the course

Conditional Probability (Unit 4)

The multiplication rule and the conditional probability formula are the same equation wearing different outfits. P(B | A) = P(A ∩ B) / P(A) solves for the conditional; multiply both sides by P(A) and you get the multiplication rule. Knowing this means you only have to remember one relationship, not two.

Independence (Unit 4)

Independence is what lets you drop the 'given A' part. If P(B | A) = P(B), the events are independent and the rule simplifies to P(A) · P(B). Flipping that around, comparing P(A ∩ B) to P(A) · P(B) is one of the standard ways AP questions ask you to test whether two events are independent.

Tree Diagrams and Bayes' Theorem (Unit 4)

Each branch of a tree diagram multiplies a probability by a conditional probability, so trees are the multiplication rule made visual. Bayes' theorem then runs the tree backward, using those multiplied branch probabilities to find a 'reversed' conditional like P(A | B).

Binomial and Geometric Distributions (Unit 4)

The binomial probability formula multiplies p by itself k times because each independent trial's success gets multiplied together using the multiplication rule. Same idea for geometric probabilities, where you multiply a string of failures by one success. The rule scales from two events to many.

Is the multiplication rule on the AP® Statistics exam?

On the AP exam, the multiplication rule shows up constantly in multiple-choice questions framed as two-stage scenarios. A typical stem tells you P(first event) and P(second event | first event) and asks for the probability both occur, like a product passing two quality checkpoints (0.85, then 0.92 given the first pass, so 0.85 × 0.92). Watch for the giveaway phrasing 'of those who' or 'given that,' which signals a conditional probability you should multiply. Sampling without replacement is another classic setup, where the second probability changes because the first item is gone (a 5% defect rate becoming 8% for the second pick). Questions may also hand you P(A), P(B | A), and P(A ∩ B) and ask you to verify they're consistent, like checking that 0.40 × 0.35 = 0.14. On FRQs, the probability question (often involving a tree diagram or a table) expects you to show the multiplication clearly, write correct notation like P(A ∩ B), and state whether you're assuming independence.

The multiplication rule vs Multiplication rule for independent events, P(A ∩ B) = P(A) · P(B)

The general multiplication rule, P(A ∩ B) = P(A) · P(B | A), works for any two events. The shortcut P(A) · P(B) only works when A and B are independent. The most common AP error is multiplying two plain probabilities when the events actually affect each other, like drawing cards without replacement. Always ask whether the first event changes the second's probability. If yes, you need the conditional P(B | A), not P(B).

Key things to remember about the multiplication rule

  • The multiplication rule says P(A ∩ B) = P(A) · P(B | A), meaning the probability both events happen is the first probability times the conditional probability of the second.

  • It comes straight from the conditional probability formula P(B | A) = P(A ∩ B) / P(A), just rearranged, so you really only need to memorize one relationship.

  • Only use the shortcut P(A) · P(B) when the events are independent; if the first event changes the second's chances, you must use P(B | A).

  • Multiplying along the branches of a tree diagram is the multiplication rule in action, and it's the cleanest way to organize multi-stage probability problems.

  • Phrases like 'of those who' or 'given that' in a problem are signals that you've been handed a conditional probability ready to plug into the multiplication rule.

  • You can test independence by checking whether P(A ∩ B) equals P(A) · P(B); if they don't match, the events are dependent.

Frequently asked questions about the multiplication rule

What is the multiplication rule in AP Stats?

It's the formula for the probability that two events both occur: P(A ∩ B) = P(A) · P(B | A). You multiply the probability of the first event by the conditional probability of the second event given the first. It's defined in Topic 4.5 of the AP Stats CED (EK VAR-4.D.2).

Do you always need conditional probability in the multiplication rule?

No, but only when the events are independent. If A and B are independent, P(B | A) = P(B), so the rule simplifies to P(A) · P(B). For dependent events, like drawing without replacement, you must use the conditional probability or your answer will be wrong.

What's the difference between the multiplication rule and the addition rule?

The multiplication rule finds P(A and B), the chance both events happen. The addition rule finds P(A or B), the chance at least one happens, using P(A) + P(B) − P(A ∩ B). 'And' means multiply along a sequence; 'or' means add and subtract the overlap.

How do you know when to use the multiplication rule on an AP Stats problem?

Look for 'and' or 'both' in the question, like the probability a product passes both checkpoints. If the problem gives you a percentage 'of those who' did something, that's P(B | A), and multiplying it by P(A) gives the joint probability. For example, if 40% have trait A and 35% of those also have trait B, then P(A ∩ B) = 0.40 × 0.35 = 0.14.

Is the multiplication rule the same as Bayes' theorem?

No. The multiplication rule goes forward, computing P(A ∩ B) from P(A) and P(B | A). Bayes' theorem goes backward, using those joint probabilities to reverse a conditional and find P(A | B). Bayes' theorem is built out of the multiplication rule, but they answer different questions.