MATH 2 • STATISTICS & PROBABILITY

Addition Rules for Probability — I can use addition rules (including overlapping events) to compute probabilities and interpret results.

Learn how to find the probability that at least one of two events occurs, even when they overlap.

Historical Context & Motivation

Probability is one of the most practical branches of mathematics, yet for centuries, questions about chance were left to gamblers and philosophers. The formal study of probability began in the 1600s when mathematicians started exchanging letters about dice games and card hands. Over time, they developed precise rules for combining probabilities — rules that now underpin everything from weather forecasting to medical testing. The addition rule for probability answers a deceptively simple question: what is the probability that at least one of two events occurs?

1654
The Birth of Probability Theory
Blaise Pascal and Pierre de Fermat exchanged letters about gambling problems, laying the foundation for modern probability. They formalized how to count outcomes and assign numerical likelihoods.
1718
De Moivre's Doctrine of Chances
Abraham de Moivre published a comprehensive treatise on probability, introducing systematic methods for combining event probabilities and exploring how overlapping outcomes affect calculations.
1812
Laplace's Théorie Analytique
Pierre-Simon Laplace unified probability into a rigorous mathematical framework. His classical definition — favorable outcomes divided by total outcomes — became the starting point taught in classrooms worldwide.
1933
Kolmogorov's Axioms
Andrey Kolmogorov published axiomatic foundations for probability, formally stating the addition rule as one of three core axioms. His work made it possible to apply probability to complex, real-world problems without ambiguity.

The central challenge the addition rule addresses is this: when you want P(A or B), you cannot simply add P(A) and P(B) if the two events share outcomes. Doing so would count those shared outcomes twice. How do we correct for that overlap? The answer is elegant, and it connects directly to set theory and Venn diagrams you may have already encountered in other math courses.

Core Principles & Definitions

Before diving into formulas, you need a clear vocabulary. Every addition-rule problem revolves around a few key ideas: what the events are, whether they can happen at the same time, and how we measure their overlap. Let's define these building blocks carefully.

1

Sample Space (S)

The set of all possible outcomes of an experiment. For a standard die, S = {1, 2, 3, 4, 5, 6}. Every probability calculation begins here.
2

Event

A subset of the sample space — a collection of outcomes you care about. "Rolling an even number" is the event {2, 4, 6}.
3

Mutually Exclusive Events

Two events that cannot happen at the same time. Rolling a 2 and rolling a 5 on a single die are mutually exclusive because no single roll can be both.
4

Overlapping Events

Two events that can happen simultaneously. Drawing a red card and drawing a face card overlap because red face cards (e.g., King of Hearts) satisfy both events.
5

P(A and B) — Intersection

The probability that both events occur at the same time. This is the overlap you must subtract to avoid double-counting when computing P(A or B).
KEY TAKEAWAY
Think of ordering a combo meal at a restaurant. If you ask for "fries or a drink," and the combo already includes both, you wouldn't want to pay for fries twice just because they come in the combo. The addition rule works the same way: when two events share outcomes (the "combo"), you subtract the overlap so those outcomes are counted exactly once.

Visual Explanation — Venn Diagrams

A Venn diagram is the perfect tool for visualizing the addition rule. Each circle represents an event, and the region where the circles overlap represents outcomes that belong to both events. The diagram below shows two overlapping events, A and B, inside a rectangle that represents the entire sample space S.

The violet circle is event A, the cyan circle is event B, and the pink overlap is A ∩ B. When computing P(A or B), you add the full violet and cyan areas, then subtract the pink overlap once to avoid counting it twice.

Notice how the overlap (pink region) would be counted once inside the violet circle and again inside the cyan circle. That's exactly the double-counting problem the addition rule fixes. By subtracting P(A and B), you ensure every outcome in "A or B" is counted exactly once.

Mathematical Framework

Now let's formalize the two versions of the addition rule. The first version handles mutually exclusive events (no overlap). The second version — the general addition rule — handles any pair of events, including those that overlap.

ADDITION RULE — MUTUALLY EXCLUSIVE EVENTS
P(A or B) = P(A) + P(B)
Use this version only when A and B cannot happen at the same time, meaning P(A and B) = 0. Example: rolling a 1 or rolling a 6 on a single die.
GENERAL ADDITION RULE — ANY TWO EVENTS
P(A or B) = P(A) + P(B) − P(A and B)
This works for all pairs of events. If the events happen to be mutually exclusive, then P(A and B) = 0 and the formula simplifies to the first version. Variables: P(A) = probability of event A; P(B) = probability of event B; P(A and B) = probability both A and B occur simultaneously.
COMPLEMENT CONNECTION
P(A or B) = 1 − P(neither A nor B)
Sometimes it's easier to find the probability that neither event occurs and subtract from 1. This is especially useful when both individual probabilities are hard to calculate directly.
⚠️ Common Mistake Alert
Many students forget to subtract P(A and B) when events overlap. If you simply add P(A) + P(B), your answer will be too large — sometimes even exceeding 1, which is impossible for a probability. Always ask yourself: "Can these two events happen at the same time?" If yes, you must subtract the overlap.

Mutually Exclusive vs. Overlapping — A Detailed Comparison

The key decision you face in every addition-rule problem is whether the events are mutually exclusive or overlapping. The diagram below places these two scenarios side by side so you can see the structural difference at a glance.

Left: mutually exclusive events have no shared outcomes — the circles don't touch. Right: overlapping events share outcomes (pink region), requiring you to subtract P(A and B) from the sum.
Quick-reference comparison of the two types of addition-rule scenarios.
FeatureMutually ExclusiveOverlapping
Can both events occur?No — never at the same timeYes — some outcomes satisfy both
P(A and B)Always equals 0Greater than 0
FormulaP(A or B) = P(A) + P(B)P(A or B) = P(A) + P(B) − P(A and B)
Venn diagramCircles do not intersectCircles share a region
Classic exampleRolling a 1 or rolling a 6 on one dieDrawing a heart or drawing a queen from a deck

Worked Example — Drawing Cards

A standard deck of 52 playing cards contains 13 hearts, 13 diamonds, 13 clubs, and 13 spades. There are 12 face cards total (4 Jacks, 4 Queens, 4 Kings). Suppose you draw one card at random. What is the probability that you draw a heart or a face card?

P(Heart or Face Card)
1
Step 1 — Identify the EventsLet A = drawing a heart and B = drawing a face card. These events are not mutually exclusive because some face cards are hearts (Jack of Hearts, Queen of Hearts, King of Hearts). We must use the general addition rule.
2
Step 2 — Find P(A)There are 13 hearts in a 52-card deck.
P(A) = 13/52 = 1/4
3
Step 3 — Find P(B)There are 12 face cards (J, Q, K in each of the 4 suits).
P(B) = 12/52 = 3/13
4
Step 4 — Find P(A and B)The overlap consists of cards that are both hearts and face cards: the Jack of Hearts, Queen of Hearts, and King of Hearts. That's 3 cards.
P(A and B) = 3/52
5
Step 5 — Apply the General Addition RuleSubstitute into P(A or B) = P(A) + P(B) − P(A and B): P(A or B) = 13/52 + 12/52 − 3/52 = 22/52 = 11/26.
P(Heart or Face Card) = 11/26 ≈ 0.423
6
Step 6 — Interpret the ResultThere is approximately a 42.3% chance of drawing either a heart or a face card. This means that about 22 out of every 52 cards in the deck satisfy at least one of the two conditions. Notice that if we had incorrectly added 13/52 + 12/52 without subtracting, we would have gotten 25/52, which overcounts the 3 heart face cards.

Strengths, Limitations & Common Pitfalls

The addition rule is powerful because it works for any pair of events — mutually exclusive or not. However, students often stumble in predictable ways. Understanding these common pitfalls will help you avoid mistakes on tests and in real-world applications.

Strengths and common pitfalls when using the addition rule for probability.
StrengthLimitation / Pitfall
Works for both mutually exclusive and overlapping events with one universal formulaStudents forget to subtract P(A and B) for overlapping events, producing probabilities that are too high
Connects naturally to Venn diagrams, making it easy to visualizeWhen problems involve three or more events, the formula requires additional correction terms (inclusion-exclusion principle)
Useful in real-world scenarios: insurance, quality control, medical testingStudents sometimes confuse "or" (addition rule) with "and" (multiplication rule), applying the wrong formula entirely
Can be verified by counting: list all favorable outcomes and divide by total outcomesFinding P(A and B) can be tricky when events are described in words rather than with clear numbers
💡 PRO TIP
When in doubt, always use the general formula P(A or B) = P(A) + P(B) − P(A and B). If the events happen to be mutually exclusive, P(A and B) = 0 and the subtraction disappears naturally. Using the general formula every time means you'll never accidentally skip the overlap correction.

Connection to Advanced Theory — Inclusion-Exclusion

The addition rule for two events is actually a special case of a broader principle called the inclusion-exclusion principle. When you move to three or more events, the pattern of adding and subtracting continues to alternate. In college-level probability and combinatorics courses, this principle becomes a central tool for counting and computing probabilities in complex scenarios.

The addition rule you learn today is the foundation for the inclusion-exclusion principle used in advanced mathematics.
ConceptWhat You Learn Now (Math 2)Where It Leads (Advanced)
Number of eventsTwo events (A and B)Three or more events (A, B, C, …)
Formula complexityP(A or B) = P(A) + P(B) − P(A and B)P(A or B or C) = ΣP − ΣP(pairs) + P(A and B and C)
Key skillIdentifying whether events overlapTracking multiple layers of overlap systematically
ApplicationsCards, dice, surveys, simple real-world scenariosGenetics, network reliability, cryptography, actuarial science

You don't need to memorize the three-event formula right now, but recognizing the pattern prepares you well. Every time you add another event, you add back and subtract corrections in alternating fashion — all to ensure each outcome is counted exactly once. Mastering the two-event addition rule gives you the conceptual foundation for all of that.

Practice Problems

PROBLEM 1CONCEPTUAL
A bag contains red marbles, blue marbles, and green marbles. You draw one marble at random. Event A is "drawing a red marble" and event B is "drawing a blue marble." Are A and B mutually exclusive? Explain why or why not, and state which version of the addition rule you would use to find P(A or B).
PROBLEM 2BASIC CALCULATION
A standard six-sided die is rolled once. What is the probability of rolling a number that is even or greater than 4? (Even numbers: 2, 4, 6. Numbers greater than 4: 5, 6.)
PROBLEM 3INTERMEDIATE
In a class of 30 students, 18 play a sport and 10 are in the school band. If 5 students both play a sport and are in the band, what is the probability that a randomly selected student plays a sport or is in the band?
PROBLEM 4APPLIED
A quality control inspector examines electronic components. The probability that a component has a cosmetic defect is 0.08. The probability that it has a functional defect is 0.03. The probability that it has both types of defects is 0.01. What is the probability that a randomly chosen component has at least one type of defect? Interpret what this means for the manufacturer.
PROBLEM 5CRITICAL THINKING
A survey of 200 students finds that P(owns a laptop) = 0.75, P(owns a tablet) = 0.45, and P(owns a laptop or a tablet) = 0.85. Use the addition rule to find P(owns both a laptop and a tablet). Then determine how many students own neither device.

Lesson Summary

The addition rule for probability tells you how to find P(A or B), the probability that at least one of two events occurs. When events are mutually exclusive (they cannot happen simultaneously), you simply add: P(A or B) = P(A) + P(B). When events overlap (they share outcomes), you must subtract the intersection P(A and B) to avoid double-counting: P(A or B) = P(A) + P(B) − P(A and B).

The general addition rule works in every situation — if events happen to be mutually exclusive, the overlap term is zero and the formula simplifies automatically. Always use a Venn diagram to visualize which outcomes are shared. This concept extends to three or more events through the inclusion-exclusion principle, a powerful counting technique used in advanced probability and combinatorics.

Varsity Tutors • Math 2 • Addition Rules for Probability