Probability Rules Study Pack
Kibin's free study pack on Probability Rules includes a 6-section study guide, 25 quiz questions, 30 flashcards, and 5 open-ended Explain review questions. Sign up free to track your progress toward mastery, plus upload your own notes and recordings to create personalized study packs organized by course.
Last updated May 28, 2026
Probability Rules Study Guide
Master the core rules that govern probability calculations, including the Addition and Multiplication Rules, conditional probability, and the complement rule. Covers independent vs. mutually exclusive events so you can confidently solve problems involving P(A or B), P(A and B), and P(A′).
Key Takeaways
- •The Addition Rule states that for any two events A and B, P(A or B) = P(A) + P(B) − P(A and B), where the intersection term corrects for double-counting outcomes shared by both events.
- •The Multiplication Rule states that P(A and B) = P(A) × P(B|A), where P(B|A) is the conditional probability of B given that A has already occurred.
- •Two events are independent if the occurrence of one does not change the probability of the other, which simplifies the Multiplication Rule to P(A and B) = P(A) × P(B).
- •Two events are mutually exclusive (disjoint) if they cannot occur simultaneously, meaning P(A and B) = 0, which simplifies the Addition Rule to P(A or B) = P(A) + P(B).
- •The complement of an event A contains all outcomes not in A, and P(A) + P(A′) = 1, so P(A′) = 1 − P(A).
- •Conditional probability P(B|A) = P(A and B) / P(A) quantifies how the probability of B changes when the sample space is restricted to outcomes where A is known to have occurred.
Foundations: Sample Spaces, Events, and Probability Basics
Before applying any probability rule, you need a clear picture of the universe of possible outcomes and how events are defined within it.
Sample Space and Events
- •A sample space (S) is the complete set of all possible outcomes of a random experiment — for example, rolling a standard die produces S = {1, 2, 3, 4, 5, 6}.
- •An event is any subset of the sample space; it can contain one outcome (simple event) or many outcomes (compound event).
- •The probability of any event A satisfies 0 ≤ P(A) ≤ 1, and the probabilities of all outcomes in the sample space must sum to exactly 1.
Calculating Basic Probability
- •For equally likely outcomes, P(A) = (number of outcomes in A) / (total number of outcomes in S).
- •Probability can also be estimated empirically as a relative frequency: dividing the number of times an event occurs in repeated trials by the total number of trials.
- •Theoretical probability assumes an ideal model (e.g., a fair coin), while empirical probability is derived from actual observed data.
The Complement Rule
The complement rule provides a shortcut for finding the probability of an event by focusing on everything that event is not, which is often easier to calculate directly.
Defining the Complement
- •The complement of event A, written A′ (or Aᶜ), consists of every outcome in the sample space that is not in A.
- •Because A and A′ together cover the entire sample space without overlap, P(A) + P(A′) = 1.
Applying the Complement Rule
- •Rearranging gives P(A′) = 1 − P(A) and P(A) = 1 − P(A′).
- •The complement is especially useful when computing 'at least one' probabilities: P(at least one event occurs) = 1 − P(none of the events occur), which avoids summing many individual cases.
- •Example: if the probability of drawing a red card from a standard deck is 26/52 = 0.5, then the probability of not drawing a red card is 1 − 0.5 = 0.5.
The Addition Rule and Mutually Exclusive Events
The Addition Rule calculates the probability that at least one of two events occurs, and the structure of that rule changes depending on whether the events can happen at the same time.
General Addition Rule
- •For any two events A and B: P(A or B) = P(A) + P(B) − P(A and B).
- •Subtracting P(A and B) is necessary because any outcomes in the intersection — belonging to both A and B — are counted once in P(A) and once in P(B), so they must be removed once to avoid double-counting.
- •'A or B' in probability means A occurs, B occurs, or both occur (inclusive or).
Mutually Exclusive Events and the Simplified Addition Rule
- •Two events are mutually exclusive (also called disjoint) when they share no outcomes, meaning P(A and B) = 0.
- •For mutually exclusive events, the Addition Rule simplifies to P(A or B) = P(A) + P(B).
- •Rolling a 2 and rolling a 5 on a single die are mutually exclusive; getting an even number and getting a number greater than 4 are not, because 6 satisfies both conditions.
- •Mutually exclusive events cannot be independent (unless one has probability 0), because if A occurs, B is guaranteed not to occur — that changes B's probability.
Unlock the rest of this study guide
- Access the full study pack
- Track your mastery and be test-day ready
- Upload your own notes to build personalized study guides, quizzes, flashcards, and more
About this Study Pack
Created by Kibin to help students review key concepts, prepare for exams, and study more effectively. This Study Pack was checked for accuracy and curriculum alignment using authoritative educational sources. See sources below.
Sources
Question 1 of 25
Your progress is saved after each question and counts toward mastery.
What is the general Addition Rule for any two events A and B?
Card 1 of 30
Your progress is saved after each card and counts toward mastery.
Concept 1 of 5
Your progress is saved after each concept and counts toward mastery.
Sample Space and Basic Probability
Explain what a sample space is and how it is used to calculate the probability of an event. Why is it important to define the sample space before calculating any probabilities?
More in Statistics
See all topics →ANOVA Foundations
Break down ANOVA from the ground up — covering between- and within-groups variance, the F-statistic ratio, degrees of freedom, and why a significant result still requires post-hoc tests to pinpoint which group means differ.
Binomial Distributions
Master the binomial distribution from the ground up — covering the four conditions for a binomial setting, the probability formula P(X = k) = C(n, k) · pᵏ · (1 - p)ⁿ⁻ᵏ, and how to find mean and standard deviation using np and √(np(1 - p)).
Central Limit Theorem
Unpack the Central Limit Theorem and see why sample means form a normal distribution as n grows — even when the population isn't normal. Master key mechanics like standard error (σ/√n), the n ≥ 30 rule, and applying z-scores to sample mean problems.
Confidence Level and Margin of Error
Unpack the mechanics of confidence intervals and margin of error, from how critical values (z* and t*) are chosen to how sample size affects interval width. Master the distinction between z- and t-distributions and what confidence level actually means across repeated samples.
Data Visualization and Distribution Shapes
Visualize how raw data takes shape through histograms, dot plots, and box plots while mastering symmetric, skewed, and uniform distributions — and learn why skewness shifts the mean toward the tail but leaves the median largely unaffected.
Experimental Design and Bias
Unpack the core principles of experimental design — from random assignment and confounding variables to single- and double-blind procedures, placebo controls, and bias types — so you can confidently distinguish true experiments from flawed ones.
Hypothesis Testing Logic
Unpack the logic behind hypothesis testing, from null and alternative hypotheses to p-values, significance levels, and Type I and II errors. This pack clarifies how test statistics and tail direction shape your reject-or-fail-to-reject decision.
Measures of the Center of the Data
Master the three measures of center — mean, median, and mode — and learn how each responds to outliers, skewness, and weighted values. Understand when to use the median over the mean for skewed data like income, and how symmetric vs. skewed distributions shift these measures apart.
Measures of Variability
Unpack the core measures of spread — range, standard deviation, variance, and IQR — and learn when to use each based on data shape and outliers. Covers Chebyshev's theorem and the n − 1 correction for unbiased sample estimates.
Percentiles and Z-Scores
Unpack the relationship between percentiles, z-scores, and the standard normal distribution — covering the z = (x − μ) / σ formula, IQR-based outlier detection, and how standardized scores translate raw data into comparable percentile ranks.