MATH 3 • STATISTICS & PROBABILITY

Computing Probabilities — I can compute probabilities using probability rules and interpret them in context at my level.

Master the fundamental rules that let you calculate the likelihood of any event and make sense of uncertainty.

Historical Context & Motivation

Humans have always grappled with uncertainty — from ancient dice games to modern weather forecasts. The formal study of probability began not in a university lecture hall, but around a gambling table. In the 1650s, a French nobleman named the Chevalier de Méré posed a question about dice games to the brilliant mathematician Blaise Pascal. That simple question sparked a correspondence between Pascal and Pierre de Fermat that laid the groundwork for an entirely new branch of mathematics.

Over the following centuries, probability theory evolved from solving gambling puzzles into a rigorous framework used in medicine, engineering, artificial intelligence, and everyday decision-making. Understanding how to compute probabilities means you can evaluate risk, interpret data, and make smarter choices — skills that reach far beyond any math classroom.

1654
Pascal & Fermat Correspondence
Blaise Pascal and Pierre de Fermat exchanged letters solving the Problem of Points, establishing the first systematic methods for calculating probability in games of chance.
1713
Bernoulli's Ars Conjectandi
Jacob Bernoulli published his foundational work introducing the Law of Large Numbers, showing that experimental probabilities converge toward theoretical ones over many trials.
1812
Laplace's Classical Definition
Pierre-Simon Laplace formalized the classical definition of probability as the ratio of favorable outcomes to total equally likely outcomes, making probability accessible for practical calculation.
1933
Kolmogorov's Axioms
Andrey Kolmogorov published a set of three probability axioms that placed the entire field on a rigorous mathematical foundation, unifying all the rules you will learn in this lesson.

The central question these thinkers pursued is the same one we will tackle today: given a situation with uncertainty, how do we assign a number to the likelihood of an event and combine those numbers using logical rules? The probability rules you are about to learn are the direct descendants of centuries of mathematical discovery.

Core Principles & Definitions

Before you can compute probabilities, you need a solid vocabulary. Every probability calculation is built on a handful of foundational ideas. An experiment is any process whose result is uncertain — flipping a coin, drawing a card, or surveying a random student. The set of all possible results is called the sample space (often written as S), and any subset of the sample space that interests you is called an event.

1

Probability Range

Every probability is a number between 0 and 1 inclusive. A probability of 0 means the event is impossible; a probability of 1 means it is certain. All other events fall somewhere in between.
2

Complement Rule

The probability that an event does not happen equals 1 minus the probability that it does: P(A') = 1 − P(A). This is often the fastest route to an answer.
3

Addition Rule

For any two events A and B: P(A or B) = P(A) + P(B) − P(A and B). You subtract the overlap to avoid counting it twice. If the events are mutually exclusive, the overlap is zero.
4

Multiplication Rule

For any two events A and B: P(A and B) = P(A) × P(B | A). If A and B are independent, this simplifies to P(A) × P(B) because knowing A does not change the likelihood of B.
5

Conditional Probability

P(B | A) is read 'the probability of B given A.' It measures likelihood under a restricted sample space — only the outcomes where A already happened. P(B | A) = P(A and B) ÷ P(A).
KEY TAKEAWAY
Think of probability like a battery meter on your phone. It ranges from 0 % (dead) to 100 % (fully charged). The complement rule is like noticing that if your battery is at 35 %, then 65 % of the charge has already been used — the two always add up to 100 %. The addition and multiplication rules let you combine multiple 'meters' to figure out what happens when events overlap or chain together.

Visual Explanation — Venn Diagram of Probability Rules

The Venn diagram above shows two events, A (cyan circle) and B (violet circle), inside the sample space S. The pink overlap region represents outcomes in both A and B. When we add P(A) and P(B), the overlap is counted twice, so we subtract P(A ∩ B) once to correct.

This diagram is the visual heart of the addition rule. Whenever you need P(A or B), picture these two circles. If they overlap, subtract the intersection; if they don't overlap, the events are mutually exclusive and you simply add their probabilities. For example, when rolling a standard die, the events 'rolling a 2' and 'rolling a 5' have no overlap, so P(2 or 5) = 1/6 + 1/6 = 2/6 = 1/3.

Mathematical Framework

Let's formalize the rules you saw in the principles section. These equations are the tools you'll reach for every time you compute a probability.

CLASSICAL PROBABILITY
P(A) = number of favorable outcomes ÷ total number of equally likely outcomes
This formula applies when all outcomes in the sample space are equally likely — for example, drawing one card from a well-shuffled deck or rolling a fair die.
COMPLEMENT RULE
P(A') = 1 − P(A)
A' (read 'A complement') is the set of all outcomes in S that are not in A. Because A and A' together account for all possibilities, their probabilities sum to 1.
GENERAL ADDITION RULE
P(A ∪ B) = P(A) + P(B) − P(A ∩ B)
Use this whenever you need the probability of A or B. The subtraction corrects for double-counting. If A and B are mutually exclusive, P(A ∩ B) = 0 and the formula simplifies to P(A) + P(B).
GENERAL MULTIPLICATION RULE
P(A ∩ B) = P(A) × P(B | A)
This gives the probability that both A and B occur. P(B | A) is the conditional probability of B given A. If A and B are independent, then P(B | A) = P(B), so the formula simplifies to P(A) × P(B).
💡 When to Use Which Rule
Look for key words in a problem. 'Or' points to the addition rule. 'And' or 'both' points to the multiplication rule. 'Not' or 'at least one' is often fastest with the complement rule. Identifying the right rule is half the battle.

Detailed Breakdown — Independent vs. Dependent Events

One of the most important distinctions in probability is whether events are independent or dependent. Two events are independent if the occurrence of one does not affect the probability of the other. Flipping a coin and then rolling a die are independent — the coin result has no influence on the die result. In contrast, drawing two cards from a deck without replacing the first card makes the draws dependent, because the composition of the deck changes after the first draw.

This tree diagram shows drawing two cards from a deck without replacement. After the first card is drawn, the total drops from 52 to 51, and the count of hearts may drop from 13 to 12 — making the second draw dependent on the first. Each path probability is found by multiplying along the branches (the multiplication rule).
Comparing Independent and Dependent Events
FeatureIndependent EventsDependent Events
DefinitionKnowing one event occurred does not change the probability of the other.Knowing one event occurred changes the probability of the other.
Multiplication RuleP(A ∩ B) = P(A) × P(B)P(A ∩ B) = P(A) × P(B | A)
ExampleRolling a die, then flipping a coinDrawing two cards without replacement
Key SignalP(B | A) = P(B)P(B | A) ≠ P(B)

Worked Example

A survey of 200 high-school students found the following: 120 students play a sport, 80 students are in a music program, and 30 students do both. If a student is selected at random, what is the probability that the student plays a sport or is in the music program? Also, what is the probability that a randomly selected student does neither?

Sport or Music — Addition & Complement Rules
1
Step 1 — Identify Given ValuesLet A = plays a sport and B = in music program. We know P(A) = 120/200 = 0.60, P(B) = 80/200 = 0.40, and P(A ∩ B) = 30/200 = 0.15.
P(A) = 0.60, P(B) = 0.40, P(A ∩ B) = 0.15
2
Step 2 — Apply the Addition RuleBecause the events overlap (30 students do both), we use the general addition rule: P(A ∪ B) = P(A) + P(B) − P(A ∩ B) = 0.60 + 0.40 − 0.15.
P(A ∪ B) = 0.85
3
Step 3 — Apply the Complement RuleThe probability of neither sport nor music is the complement of (A ∪ B). So P(neither) = 1 − P(A ∪ B) = 1 − 0.85.
P(neither) = 0.15
4
Step 4 — Interpret in ContextThere is an 85 % chance that a randomly chosen student is involved in at least one of these two activities. Only 15 % of students — that's 30 out of 200 — participate in neither sports nor music. This makes sense: 120 + 80 − 30 = 170 students are involved in at least one activity, and 200 − 170 = 30 are not.
170 students in at least one activity; 30 in neither — confirmed ✓

Strengths, Limitations & Common Mistakes

Probability rules are powerful, but they come with assumptions you must check. Misidentifying events as independent when they are dependent (or vice versa) is one of the most common errors students make. The table below summarizes what these rules do well and where they can trip you up.

Strengths and Limitations of Basic Probability Rules
AspectStrengthsLimitations / Pitfalls
Addition RuleWorks for any two events; handles overlapping and non-overlapping cases.Forgetting to subtract P(A ∩ B) when events overlap leads to overcounting.
Multiplication RuleGives the probability that multiple events all occur; extends to chains of events.Using P(A) × P(B) when events are dependent gives a wrong answer. Always check independence first.
Complement RuleOften turns a difficult 'at least one' problem into one easy subtraction.Only useful when computing P(not A) or P(at least one); must still identify the base event correctly.
Classical ProbabilitySimple and intuitive for equally likely outcomes (coins, dice, cards).Does not apply when outcomes are not equally likely (e.g., biased dice, real-world survey data).
⚠️ AVOID THE #1 MISTAKE
Think of independence like two separate playlists on shuffle. Skipping a song on Playlist A has zero effect on what plays next on Playlist B — that's independence. But imagine one shared playlist where skipping a song removes it permanently. Now every skip changes the odds for the next song — that's dependence. Always ask yourself: 'Does one event change the conditions for the other?' If yes, use conditional probability.

Connection to Advanced Probability

The rules you've learned here are the building blocks for more advanced topics you may encounter in AP Statistics, college-level courses, or data science. Below is a quick comparison showing how each basic rule extends into a more sophisticated concept.

From Basic Rules to Advanced Theory
Basic Rule (This Lesson)Advanced ExtensionWhere You'll See It
Addition Rule (two events)Inclusion–Exclusion Principle (three or more events)Combinatorics, AP Statistics
Multiplication Rule with conditional probabilityBayes' Theorem — reversing conditional probabilitiesMedical testing, machine learning, forensic science
Complement RuleSurvival functions and reliability analysisEngineering, actuarial science
Classical Probability (equally likely outcomes)Probability distributions (binomial, normal, etc.)Statistics, data science, physics

The most famous extension is Bayes' Theorem, which lets you update probabilities as you get new information. For example, if a medical test is positive, Bayes' Theorem tells you the actual probability that you have the disease — accounting for the accuracy of the test and the rarity of the disease. Every one of these advanced tools is built directly on the multiplication rule and conditional probability you've practiced here.

Practice Problems

PROBLEM 1CONCEPTUAL
A fair six-sided die is rolled once. Explain, in your own words, why P(rolling a 7) = 0 and P(rolling a number from 1 to 6) = 1. What probability rule guarantees that these two probabilities are consistent with each other?
PROBLEM 2BASIC CALCULATION
A bag contains 5 red marbles, 3 blue marbles, and 2 green marbles. If one marble is drawn at random, what is the probability of drawing a red or blue marble?
PROBLEM 3INTERMEDIATE
At a school, 60 % of students own a laptop, 45 % own a tablet, and 25 % own both. If a student is chosen at random, find: (a) P(laptop or tablet), (b) P(neither device), and (c) P(tablet | laptop).
PROBLEM 4APPLIED
A quality-control inspector tests electronic components. Each component has a 3 % chance of being defective, independently of other components. If the inspector tests 4 components, what is the probability that at least one is defective?
PROBLEM 5CRITICAL THINKING
Two events A and B satisfy P(A) = 0.4, P(B) = 0.5, and P(A ∪ B) = 0.7. Determine P(A ∩ B), then decide whether A and B are independent. Finally, find P(A | B) and explain what it means in a sentence.

Lesson Summary

Probability assigns a number between 0 (impossible) and 1 (certain) to every event in a sample space. The complement rule (P(A') = 1 − P(A)) turns 'at least one' problems into simple subtractions. The addition rule (P(A ∪ B) = P(A) + P(B) − P(A ∩ B)) handles 'or' questions by correcting for overlap, while the multiplication rule (P(A ∩ B) = P(A) × P(B | A)) handles 'and' questions by chaining conditional probabilities.

The distinction between independent events (one event does not affect the other) and dependent events (one event changes the other's probability) determines which version of the multiplication rule to use. Always check independence before simplifying. When you can identify the correct rule and interpret your numerical answer in the context of the problem — whether it involves sports participation, product defects, or card draws — you are computing probabilities at a level that prepares you for statistics, data science, and real-world decision-making.

Varsity Tutors • Math 3 • Computing Probabilities