A topic in the Open Knowledge Graph — a free, open map of 15,290 topics and the order to learn them in.

Independence and the Multiplication Rule

College Depth 93 in the knowledge graph I know this Set as goal
874topics build on this
436prerequisites beneath it
See this on the map →
Conditional ProbabilityProbability Axioms+1 moreBinomial DistributionGeometric Distribution+1 more
independence multiplication-rule dependent-events

Core Idea

Two events A and B are independent if P(A|B) = P(A), meaning knowledge of B does not change the probability of A. For independent events, P(A ∩ B) = P(A) × P(B). The multiplication rule generalizes to: P(A ∩ B) = P(A) × P(B|A) for any events, which is essential for computing probabilities of sequences of outcomes.

How It's Best Learned

Contrast independent scenarios (flipping two coins) with dependent ones (drawing cards without replacement). Verify independence by checking if P(A|B) = P(A).

Common Misconceptions

Assuming events are independent when they are not (e.g., weather today and tomorrow). Confusing 'mutually exclusive' with 'independent'.

Explainer

You've studied conditional probability: P(A|B) = P(A ∩ B)/P(B) tells you how the probability of A changes when you learn B occurred. Independence is the special case where learning B tells you nothing new about A — P(A|B) = P(A). Plugging this into the definition of conditional probability immediately gives P(A ∩ B) = P(A) · P(B). This elegant formula is both the formal definition of independence and its most useful computational tool: to find the probability that two independent events both occur, simply multiply their individual probabilities.

The most persistent confusion is between independence and mutual exclusivity. Mutually exclusive events cannot both occur: P(A ∩ B) = 0, which means if P(A) and P(B) are both positive, knowing A occurred tells you with certainty that B did not — they are maximally dependent. Truly independent events can absolutely both occur: flipping heads on two successive coin flips are independent events that both happen 25% of the time. If two events are mutually exclusive and have positive probability, they are *not* independent. The two concepts are almost opposites.

For sequences of outcomes, the general multiplication rule P(A ∩ B) = P(A) · P(B|A) applies whether or not A and B are independent. When they are independent, P(B|A) = P(B) and the formula simplifies to the product rule. When they are dependent, the conditional probability must be carried explicitly. Drawing cards without replacement is the canonical dependent example: P(first card is an ace) = 4/52; P(second card is an ace | first was an ace) = 3/51, not 4/52. The joint probability is (4/52)(3/51) ≠ (4/52)². Replacing the card between draws restores independence.

Independence extends to multiple events: A₁, A₂, ..., Aₙ are mutually independent if every subset satisfies the product formula — not just pairs. Pairwise independence is not enough to guarantee mutual independence (there are mathematical counterexamples). For mutually independent events, P(A₁ ∩ A₂ ∩ ... ∩ Aₙ) = P(A₁) · P(A₂) · ... · P(Aₙ), which you'll use constantly: in the binomial distribution (each trial independent), in computing probabilities of repeated experiments, and across all of statistical modeling where the i.i.d. (independent and identically distributed) assumption is the foundation of inference.

Practice Questions 5 questions

Prerequisite Chain

Understanding ZeroThe Number ZeroCounting to FiveCounting to 10Counting to 20Counting a Set of Objects Up to 20Cardinality: The Last Number CountedMatching Numerals to QuantitiesSubitizing Small QuantitiesAddition Within 10Number Bonds to 10Addition Within 20Doubles and Near DoublesDoubles Facts Within 10Near Doubles Facts Within 20Mental Math Strategies for AdditionMental Math: Adding and Subtracting TensAddition Within 100Repeated Addition as MultiplicationMultiplication as Equal GroupsMultiplication: ArraysBasic Multiplication Facts (0s, 1s, 2s, 5s, 10s)Multiplication Facts Within 100Division as Equal SharingDivision as Grouping (Measurement Division)Division: Grouping (Repeated Subtraction) ModelDivision: Fair Sharing ModelDivision as Equal SharingDivision as GroupingBasic Division FactsDivision Facts Within 100Multiplication and Division Fact FamiliesRelationship Between Multiplication and DivisionDivision Facts as Inverse of MultiplicationRemainders and Quotients in DivisionDivision Word ProblemsMulti-Step Word ProblemsSolving Multi-Step Word ProblemsMultiplication Word ProblemsDivision Word ProblemsIntroduction to Long DivisionFactors and MultiplesPrime and Composite NumbersEquivalent FractionsRelating Fractions and DecimalsDecimal Place ValueIntegers and the Number LineComparing and Ordering IntegersAbsolute ValueAdding IntegersSubtracting IntegersMultiplying IntegersDividing IntegersUnit RatesProportionsPercent ConceptConverting Between Fractions, Decimals, and PercentsOperations with Rational NumbersTwo-Step EquationsSolving Multi-Step EquationsEquations with Variables on Both SidesAngle Pairs: Complementary, Supplementary, and VerticalParallel Lines and TransversalsCorresponding AnglesAlternate Interior AnglesTriangle Angle Sum TheoremExterior Angle TheoremTriangle Inequality TheoremSimilar Triangles: AA SimilaritySimilar Triangles: SSS and SAS SimilarityProportions in Similar TrianglesRight Triangle Trigonometry IntroductionSine, Cosine, and Tangent RatiosTrigonometric Ratios ReviewRadian MeasureConverting Between Degrees and RadiansThe Unit CircleGraphing Sine and CosineGraphing Tangent and Reciprocal Trigonometric FunctionsDerivatives of Trigonometric FunctionsAntiderivativesIndefinite IntegralsBasic Integration RulesRiemann SumsDefinite Integral DefinitionProbability Density Functions and Continuous DistributionsCumulative Distribution FunctionsContinuous Random VariablesProbability Density FunctionsExpected ValueWeak Law of Large NumbersProbability Axioms and RulesConditional ProbabilityIndependence and the Multiplication Rule

Longest path: 94 steps · 436 total prerequisite topics

Prerequisites (3)

Leads To (3)