IB MATHEMATICS: APPLICATIONS AND INTERPRETATION • STATISTICS AND PROBABILITY

Probability Fundamentals — SL 4.3 Probability fundamentals (events, Venn diagrams, tree diagrams)

Learn to quantify uncertainty using events, Venn diagrams, and tree diagrams to model real-world chance.

Historical Context & Motivation

Humans have always been fascinated by chance. Ancient civilizations rolled dice made from animal bones, and gamblers in every era have tried to figure out the odds. Yet for most of history, people relied on intuition rather than mathematics to judge how likely something was. It wasn't until a famous exchange of letters between two French mathematicians that probability became a formal branch of mathematics — one that now underpins everything from weather forecasts to medical testing.

1654
Pascal & Fermat Correspondence
Blaise Pascal and Pierre de Fermat exchanged letters about the "Problem of Points" — how to fairly divide stakes in an unfinished game of chance. Their work laid the foundations of probability theory.
1713
Bernoulli's Ars Conjectandi
Jacob Bernoulli published a treatise that formalized the Law of Large Numbers, showing that experimental probability converges to theoretical probability over many trials.
1880
Venn Publishes His Diagrams
John Venn introduced overlapping circle diagrams to visualize logical relationships between sets — a tool that became central to understanding combined events in probability.
1933
Kolmogorov's Axioms
Andrey Kolmogorov established the modern axiomatic foundations of probability, defining rules that all probability measures must satisfy. His framework is still the standard today.

The central question probability answers is deceptively simple: how likely is a particular outcome? Whether you're predicting the weather, analyzing risk in a business decision, or figuring out your chances of drawing the right card, probability gives you a precise language for uncertainty. In this lesson, you'll learn the core vocabulary of probability, master two powerful visual tools — Venn diagrams and tree diagrams — and apply the formulas that connect them all.

Core Principles & Definitions

Before working any probability problem, you need to speak the language. Every probability situation begins with an experiment — any process whose result is uncertain, like rolling a die or flipping a coin. The set of all possible results is called the sample space, and any subset of the sample space is called an event. Understanding these building blocks is essential for the rest of the topic.

1

Sample Space (U or S)

The complete list of every possible outcome of an experiment. For a standard die, U = {1, 2, 3, 4, 5, 6}. Every probability question starts here.
2

Event

A subset of the sample space — one or more outcomes you're interested in. For example, "rolling an even number" is the event A = {2, 4, 6}.
3

Complementary Event (A′)

Everything in the sample space that is NOT in event A. If A = {2, 4, 6}, then A′ = {1, 3, 5}. The rule P(A) + P(A′) = 1 always holds.
4

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 — their intersection is empty.
5

Independent Events

Two events where the occurrence of one does not affect the probability of the other. Flipping heads on a coin does not change the odds of rolling a 6 on a die.
KEY TAKEAWAY
Think of the sample space as a full playlist of every song your music app could play on shuffle. An event is like filtering that playlist — say, only pop songs. The probability of hearing a pop song is the number of pop songs divided by the total number of songs. A complementary event is simply everything that isn't pop. If 40% of the playlist is pop, then 60% is not pop — they always add to 100%.

Visualizing Events with Venn Diagrams

A Venn diagram is one of the most useful tools in probability. It uses overlapping circles inside a rectangle to show how events relate to each other. The rectangle represents the sample space (all possible outcomes), and each circle represents a different event. The overlap between circles shows outcomes that belong to both events — the intersection. The total area covered by either circle represents the union of the events.

A two-set Venn diagram. The violet circle represents event A, the cyan circle represents event B, and their pink overlap is the intersection A ∩ B. The region outside both circles but inside the rectangle is (A ∪ B)′ — outcomes in neither event.

Reading a Venn diagram is all about regions. Each distinct region represents a different group of outcomes. The "Only A" region contains outcomes in A but not in B. The overlap contains outcomes in both A and B simultaneously. The area outside both circles but inside the rectangle represents outcomes that belong to neither event. When filling in a Venn diagram with numbers, always start with the intersection and work outward — this prevents double-counting.

💡 IB Exam Tip
On the IB exam, Venn diagram questions often give you n(A), n(B), n(A ∪ B), and n(U). Use the addition rule to find n(A ∩ B) first, then fill in each region carefully. Label every region — examiners award marks for clear, complete diagrams.

Mathematical Framework

The formulas in this section are the backbone of SL 4.3. They let you calculate probabilities precisely rather than relying on diagrams alone. Each formula connects directly to a region or path in the visual tools you've already seen.

PROBABILITY OF AN EVENT
P(A) = n(A) / n(U)
n(A) = number of outcomes in event A; n(U) = total number of equally likely outcomes in the sample space.
COMPLEMENTARY EVENTS
P(A′) = 1 − P(A)
A′ (read "A complement" or "not A") is the event that A does not occur. Probabilities of complementary events always sum to 1.
ADDITION RULE (COMBINED EVENTS)
P(A ∪ B) = P(A) + P(B) − P(A ∩ B)
A ∪ B = "A or B or both"; A ∩ B = "A and B". Subtracting P(A ∩ B) avoids double-counting the overlap. If A and B are mutually exclusive, then P(A ∩ B) = 0 and the formula simplifies to P(A ∪ B) = P(A) + P(B).
MULTIPLICATION RULE (INDEPENDENT EVENTS)
P(A ∩ B) = P(A) × P(B)
This formula applies only when events A and B are independent — knowing one occurred doesn't change the probability of the other. For dependent events, use P(A ∩ B) = P(A) × P(B | A) instead.
⚠️ Mutually Exclusive vs. Independent
These two concepts are often confused, but they are very different. Mutually exclusive means the events cannot happen together (no overlap in the Venn diagram). Independent means one event doesn't influence the other. In fact, if two events (both with non-zero probability) are mutually exclusive, they are automatically NOT independent, because knowing one happened tells you the other definitely didn't.

Tree Diagrams for Sequential Events

While Venn diagrams excel at showing how events overlap, tree diagrams are the go-to tool when events happen in a sequence — one after another. Each "branch" of the tree represents a possible outcome at that stage, and the probability is written along the branch. To find the probability of a particular path from start to finish, you multiply the probabilities along the branches. To find the probability of multiple paths leading to the same result, you add those products together.

A tree diagram for drawing two marbles from a bag of 3 red and 2 blue, without replacement. Notice how the second-draw probabilities change because one marble has already been removed. Multiply along branches for each path; the four path probabilities sum to 1.

Two key rules govern tree diagrams. The multiplication rule says you multiply probabilities along a single path to find the probability of that specific sequence. The addition rule says you add probabilities of different paths when any one of them would give you the outcome you want. For example, to find P(one red and one blue in any order), add the R-B path (6/20) and the B-R path (6/20) to get 12/20 = 3/5.

📌 With vs. Without Replacement
With replacement: The item is returned before the next draw, so probabilities on the second set of branches stay the same as the first. Without replacement: The item is not returned, so the total decreases by 1 and the count of the drawn color decreases by 1. Always check which scenario the question describes — it changes the branch probabilities!

Worked Example

In a class of 30 students, 18 study Biology (B), 12 study Chemistry (C), and 5 study both. A student is chosen at random. Find P(B ∪ C), P(B′), and the probability that the student studies neither subject.

Venn Diagram — Combined Events
1
Step 1 — Identify Given Valuesn(U) = 30, n(B) = 18, n(C) = 12, n(B ∩ C) = 5. We write these on the Venn diagram. Always fill the intersection first: the B ∩ C region gets 5.
n(B ∩ C) = 5
2
Step 2 — Fill Remaining RegionsOnly B = n(B) − n(B ∩ C) = 18 − 5 = 13. Only C = n(C) − n(B ∩ C) = 12 − 5 = 7. Neither = n(U) − (Only B + B ∩ C + Only C) = 30 − (13 + 5 + 7) = 5.
Only B = 13, Only C = 7, Neither = 5
3
Step 3 — Calculate P(B ∪ C)Using the addition formula: P(B ∪ C) = P(B) + P(C) − P(B ∩ C) = 18/30 + 12/30 − 5/30 = 25/30 = 5/6. Alternatively, add the three inner regions: (13 + 5 + 7)/30 = 25/30.
P(B ∪ C) = 5/6 ≈ 0.833
4
Step 4 — Calculate P(B′)P(B′) = 1 − P(B) = 1 − 18/30 = 12/30 = 2/5. This includes students who study only Chemistry (7) and those who study neither (5), totaling 12.
P(B′) = 2/5 = 0.4
5
Step 5 — Probability of NeitherP(neither) = P((B ∪ C)′) = 1 − P(B ∪ C) = 1 − 5/6 = 1/6. This matches the 5 students in the "outside" region: 5/30 = 1/6.
P(neither) = 1/6 ≈ 0.167

Comparing Probability Tools

Both Venn diagrams and tree diagrams represent the same probability rules, but each tool shines in different situations. Choosing the right tool for the right problem can save you significant time on the IB exam. The table below highlights when each approach works best.

Comparison of Venn diagrams and tree diagrams
FeatureVenn DiagramTree Diagram
Best forOverlapping categories; finding unions, intersections, and complementsSequential events; multi-stage experiments with or without replacement
Shows at a glanceHow many elements are shared vs. unique to each eventAll possible sequences and their probabilities
LimitationAwkward for more than 3 events; does not show orderGrows very large with many stages or many outcomes per stage
Key operationAddition rule: P(A ∪ B) = P(A) + P(B) − P(A ∩ B)Multiply along branches; add across paths
Handles dependence?Yes, through careful region countsYes — second-stage branch probabilities change to reflect dependence
KEY TAKEAWAY
Think of a Venn diagram as a snapshot — it captures everything at one moment, showing who belongs where. A tree diagram is more like a flowchart — it walks you through events step by step in time. When a problem says "and then," reach for a tree diagram. When it says "how many belong to both," reach for a Venn diagram.

Connection to Advanced Probability

The tools and formulas in SL 4.3 are the foundation upon which more advanced topics are built. As you continue through the IB course, you'll encounter conditional probability (SL 4.5), which asks "what is the probability of A given that B has already occurred?" You'll also meet probability distributions like the binomial and normal distributions, which model entire families of outcomes rather than single events.

How SL 4.3 connects to later topics
SL 4.3 (This Lesson)Where It Leads
P(A ∩ B) from Venn diagrams and tree diagramsConditional probability: P(A | B) = P(A ∩ B) / P(B)
Tree diagrams with two stagesBayes' theorem for reversing conditional probabilities
Independent events and the multiplication ruleBinomial distribution — repeated independent trials with two outcomes
Sample spaces and counting outcomesExpected value and variance of discrete random variables

Mastering the fundamentals here — especially the addition and multiplication rules — makes later topics far more approachable. Conditional probability, for instance, is simply reading a specific column of a tree diagram. If you can build and read a tree diagram fluently, Bayes' theorem will feel like a natural extension rather than an intimidating new concept.

Practice Problems

PROBLEM 1CONCEPTUAL
Explain in your own words why P(A) + P(A′) must always equal 1. Use the idea of a sample space in your explanation.
PROBLEM 2BASIC CALCULATION
A bag contains 5 red, 3 blue, and 2 green marbles. One marble is drawn at random. Find P(red), P(not red), and P(red or green).
PROBLEM 3INTERMEDIATE
In a group of 40 students, 22 play football (F), 17 play basketball (B), and 8 play both. Draw a Venn diagram and find: (a) P(F ∪ B), (b) P(F ∩ B′), (c) the number who play neither sport.
PROBLEM 4APPLIED
A factory produces light bulbs. The probability that a bulb is defective is 0.04. Two bulbs are selected at random (with replacement). Use a tree diagram to find: (a) the probability both are defective, (b) the probability exactly one is defective, (c) the probability at least one is defective.
PROBLEM 5CRITICAL THINKING
Events A and B are such that P(A) = 0.6, P(B) = 0.5, and P(A ∪ B) = 0.8. Determine P(A ∩ B) and state whether A and B are independent. Justify your reasoning.

Lesson Summary

Probability measures how likely an event is on a scale from 0 to 1. Every calculation starts with a sample space — the set of all possible outcomes. An event is any subset of the sample space, and its complement captures everything else, so P(A) + P(A′) = 1. The addition rule — P(A ∪ B) = P(A) + P(B) − P(A ∩ B) — prevents double-counting overlapping outcomes. When events are mutually exclusive, the intersection term drops to zero; when they are independent, P(A ∩ B) = P(A) × P(B).

Venn diagrams visualize overlapping categories by dividing outcomes into distinct regions — always fill the intersection first, then work outward. Tree diagrams handle sequential events: multiply along branches for a specific path and add across paths for combined outcomes. Remember to adjust branch probabilities when drawing without replacement. These tools and rules form the foundation for conditional probability, Bayes' theorem, and probability distributions encountered later in the IB course.

Varsity Tutors • IB Mathematics: Applications and Interpretation • Probability Fundamentals — SL 4.3