STATISTICS & PROBABILITY • MATH

Addition Rule: Find P(A or B) with Overlap

Calculate the probability of either event occurring when events can happen simultaneously.

Historical Context and Motivation

The need to calculate probabilities of combined events emerged from early gambling problems in 17th-century France. When French nobleman Antoine Gombaud posed questions about dice games to mathematician Blaise Pascal, he unknowingly sparked the development of modern probability theory. One persistent challenge was determining the likelihood of winning when multiple favorable outcomes could occur simultaneously.

1654
Pascal-Fermat Correspondence
Pascal and Fermat exchange letters about gambling problems, establishing fundamental probability concepts including the challenge of overlapping favorable outcomes.
1713
Bernoulli's Ars Conjectandi
Jakob Bernoulli formalizes probability theory and introduces systematic approaches to compound events, laying groundwork for addition rules.
1812
Laplace's Analytical Theory
Pierre-Simon Laplace develops comprehensive probability theory including precise mathematical formulations for combining event probabilities.
1933
Kolmogorov's Axioms
Andrey Kolmogorov establishes the modern axiomatic foundation for probability, providing rigorous mathematical basis for addition rules.

The central problem that motivated the addition rule was this: if you want either of two events to happen, how do you calculate that probability when the events might occur together? Simply adding individual probabilities double-counts the overlap, leading to incorrect answers. This mathematical challenge required a systematic approach to handle intersecting events.

Core Principles and Definitions

1

Union of Events

The probability P(A or B) represents the likelihood that at least one of the events occurs. This includes cases where both events happen simultaneously.
2

Intersection of Events

The probability P(A and B) represents the likelihood that both events occur together. This overlap must be subtracted to avoid double-counting.
3

Addition Rule Formula

P(A or B) = P(A) + P(B) − P(A and B). The subtraction corrects for the overlap that gets counted twice when we add individual probabilities.
4

Mutually Exclusive Case

When events cannot occur together, P(A and B) = 0, so the formula simplifies to P(A or B) = P(A) + P(B). This is the simple addition rule.
KEY TAKEAWAY
Think of the addition rule like counting people at a party who like pizza OR burgers. If you count pizza lovers (40 people) and burger lovers (30 people), you get 70. But wait—some people like both pizza and burgers (10 people), so you've counted them twice! The actual number who like pizza OR burgers is 40 + 30 − 10 = 60 people.

Visual Explanation with Venn Diagrams

The Venn diagram illustrates why we subtract the intersection: the green overlap region represents outcomes where both events occur simultaneously. Without subtracting P(A∩B), this region would be counted twice—once in P(A) and once in P(B)—leading to an overestimate of P(A or B).

The visual representation makes the logic clear: when we want the probability of A or B, we're looking for the total shaded area in both circles. Simply adding P(A) + P(B) counts the overlapping green region twice. The addition rule corrects this by subtracting the intersection once, giving us the true probability of the union.

Mathematical Framework

GENERAL ADDITION RULE
P(A ∪ B) = P(A) + P(B) − P(A ∩ B)
Where P(A ∪ B) is the probability of A or B, P(A) and P(B) are individual event probabilities, and P(A ∩ B) is the probability of both events occurring together.
MUTUALLY EXCLUSIVE EVENTS
P(A ∪ B) = P(A) + P(B) when P(A ∩ B) = 0
When events cannot occur simultaneously, their intersection is empty, so the addition rule simplifies to basic addition of individual probabilities.
EXTENDED ADDITION RULE
P(A ∪ B ∪ C) = P(A) + P(B) + P(C) − P(A ∩ B) − P(A ∩ C) − P(B ∩ C) + P(A ∩ B ∩ C)
For three events, we add individual probabilities, subtract pairwise intersections, then add back the triple intersection using the inclusion-exclusion principle.

The mathematical foundation rests on the principle that probability measures must be countably additive for disjoint events. When events overlap, we must apply the inclusion-exclusion principle to maintain this property. The alternating pattern of addition and subtraction ensures that each outcome in the sample space is counted exactly once in the final probability.

Real-World Applications and Scenarios

These real-world examples demonstrate that overlapping events are common in practice. Medical conditions often co-occur, products can have multiple defects, and sports statistics may count the same play toward multiple categories. The addition rule with overlap provides accurate probability calculations for these complex scenarios.
Common scenarios where the addition rule applies to overlapping events
Application DomainEvent AEvent BOverlap Significance
InsuranceAuto accidentWeather damageAccidents during storms
MarketingOnline purchaseStore visitMulti-channel customers
EducationPass math coursePass science courseStrong academic students
TechnologyServer failureNetwork outageInfrastructure dependencies

Step-by-Step Worked Example

A survey of 500 high school students found that 180 students play basketball, 120 students play soccer, and 45 students play both sports. What is the probability that a randomly selected student plays basketball or soccer?

Basketball OR Soccer Probability
1
Step 1 — Identify Given InformationTotal students: 500, Basketball players: 180, Soccer players: 120, Both sports: 45. We need to find P(Basketball OR Soccer).
P(B) = 180/500 = 0.36, P(S) = 120/500 = 0.24, P(B∩S) = 45/500 = 0.09
2
Step 2 — Apply Addition Rule FormulaUse P(B ∪ S) = P(B) + P(S) − P(B ∩ S). Substitute the calculated individual probabilities.
P(B ∪ S) = 0.36 + 0.24 − 0.09
3
Step 3 — Calculate Final ProbabilityPerform the arithmetic: 0.36 + 0.24 = 0.60, then subtract the overlap: 0.60 − 0.09 = 0.51.
P(Basketball OR Soccer) = 0.51 or 51%
4
Step 4 — Verify with Direct CountingBasketball only: 180 − 45 = 135, Soccer only: 120 − 45 = 75, Both sports: 45. Total playing either sport: 135 + 75 + 45 = 255.
Verification: 255/500 = 0.51 ✓

The verification step confirms our calculation. Notice that if we had simply added P(Basketball) + P(Soccer) = 0.36 + 0.24 = 0.60, we would have overcounted by 0.09 (the 45 students who play both sports). The addition rule corrects this error by subtracting the intersection.

Common Mistakes and How to Avoid Them

Common ErrorWhy It HappensHow to Avoid
Forgetting to subtract intersectionInstinct is to just add probabilities, overlooking the overlapAlways draw a Venn diagram first to visualize overlapping regions
Using wrong formula for mutually exclusive eventsNot recognizing when P(A∩B) = 0 simplifies the calculationCheck if events can occur together; if not, use simple addition
Subtracting intersection twiceConfusion about which probabilities include the overlapRemember: P(A) and P(B) already include their intersection
Confusing 'or' with 'and'Mathematical 'or' means 'at least one,' not 'exactly one'Practice translating: 'A or B' includes cases where both occur
⚠️ KEY TAKEAWAY
The most common mistake is the "double-counting trap." Think of it like counting people in two overlapping groups at a concert. If you count the rock music fans (500) plus the country music fans (300) but forget that 100 people like both genres, you'll think there are 800 people instead of the actual 700. Always ask: "Could some outcomes be counted in both events?"

Connection to Advanced Probability Concepts

Basic Addition RuleAdvanced Extensions
Two events: P(A ∪ B) = P(A) + P(B) − P(A ∩ B)Inclusion-exclusion principle for n events with multiple intersection terms
Discrete sample spaces with finite outcomesContinuous probability distributions and measure theory
Independent vs. mutually exclusive eventsConditional probability and Bayes' theorem applications
Basic set operations (union, intersection)σ-algebras, measurable sets, and probability measures

The addition rule serves as a foundation for more sophisticated probability concepts. In advanced statistics, the inclusion-exclusion principle generalizes to any number of events. Measure theory extends these ideas to continuous distributions where we integrate over regions rather than sum discrete probabilities. Understanding how overlapping events combine also prepares students for conditional probability, where we modify our sample space based on given information.

🔮 Looking Ahead
Mastering the addition rule with overlap prepares you for conditional probability, where P(A|B) depends on the intersection P(A ∩ B). You'll also encounter the multiplication rule, independence tests, and Bayes' theorem—all building on these fundamental set operations.

Practice Problems

PROBLEM 1CONCEPTUAL
Explain why P(A or B) ≠ P(A) + P(B) when events A and B can occur simultaneously. Use a real-world example to illustrate your reasoning.
PROBLEM 2BASIC CALCULATION
In a class of 30 students, 18 study French, 12 study Spanish, and 5 study both languages. What is the probability that a randomly selected student studies French or Spanish?
PROBLEM 3INTERMEDIATE
A survey found that 40% of people own a smartphone, 25% own a tablet, and 60% own at least one of these devices. What percentage of people own both a smartphone and a tablet?
PROBLEM 4APPLIED
A manufacturing plant produces electronic components where 2% have cosmetic defects, 1% have functional defects, and 0.3% have both types of defects. If quality control randomly selects a component, what's the probability it will be rejected (has either type of defect)?
PROBLEM 5CRITICAL THINKING
A company's marketing data shows P(Customer buys online) = 0.3, P(Customer visits store) = 0.5, and P(Customer makes any purchase) = 0.6. Analyze whether this data is consistent. If not, what might explain the discrepancy?

Addition Rule: Find P(A or B) with Overlap

The addition rule for overlapping events provides the essential formula P(A ∪ B) = P(A) + P(B) − P(A ∩ B) for calculating the probability that at least one of two events occurs. The subtraction of P(A ∩ B) corrects for double-counting when events can occur simultaneously, ensuring accurate probability calculations in real-world scenarios where overlap is common.

This fundamental concept extends beyond basic probability to applications in medical diagnosis, quality control, and business analytics. Mastering the addition rule with overlap prepares students for advanced topics including conditional probability, independence testing, and the inclusion-exclusion principle, making it a cornerstone of statistical reasoning and decision-making under uncertainty.

Varsity Tutors • Statistics & Probability • Addition Rule: Find P(A or B) with Overlap