GRE QUANTITATIVE • DATA ANALYSIS AND STATISTICS

Probability

Master the foundational rules of chance that underpin every GRE data analysis question.

Historical Context & Motivation

The formal study of probability did not emerge from abstract curiosity alone; it was born from very practical questions about games of chance, insurance, and the reliability of evidence. For centuries, humans had intuitive notions of likelihood — ancient dice carved from animal bones attest to our long fascination with randomness — but a rigorous mathematical framework only crystallized in the seventeenth century when two French mathematicians began exchanging letters about a seemingly simple gambling puzzle.

The famous Problem of Points asked how to divide stakes fairly when a game of chance is interrupted before completion. The resulting correspondence between Blaise Pascal and Pierre de Fermat in 1654 is widely regarded as the founding moment of probability theory. Their work demonstrated that uncertain outcomes could be analyzed with the same precision as geometry or algebra, opening the door to centuries of refinement that would eventually produce the axiomatic system used on the GRE today.

1654
Pascal–Fermat Correspondence
Blaise Pascal and Pierre de Fermat exchange letters on the Problem of Points, establishing the first systematic treatment of probability through combinatorial reasoning.
1713
Bernoulli's Ars Conjectandi
Jakob Bernoulli's posthumous masterwork introduces the Law of Large Numbers, proving that observed frequencies converge to theoretical probabilities over many trials.
1812
Laplace's Théorie Analytique
Pierre-Simon Laplace publishes a comprehensive treatise formalizing the classical definition of probability as the ratio of favorable outcomes to total equally likely outcomes.
1933
Kolmogorov's Axioms
Andrey Kolmogorov publishes his axioms of probability, grounding the entire field in rigorous measure theory and providing the foundation used in modern statistics, machine learning, and standardized testing.

Understanding this lineage matters because the GRE tests probability precisely as Laplace and Kolmogorov framed it: as a numerical measure between 0 and 1 that obeys specific axioms and rules. The central question the theory answers is deceptively simple — given a well-defined set of outcomes, how likely is a particular event? Every probability problem on the exam is, at its core, an application of this question.

Core Principles & Definitions

Before tackling any GRE probability problem, you need a firm grasp of the vocabulary and foundational rules that govern how probabilities behave. These principles are not merely theoretical niceties; they are the precise tools the test expects you to wield when parsing word problems under time pressure. The four concepts below form the backbone of every probability question you will encounter.

1

Sample Space (S)

The sample space is the complete set of all possible outcomes of a random experiment. For a single fair die, S = {1, 2, 3, 4, 5, 6}. Correctly identifying S is always the first step.
2

Event (E)

An event is any subset of the sample space. 'Rolling an even number' is the event E = {2, 4, 6}. Events can be simple (one outcome) or compound (multiple outcomes).
3

Probability Bounds

Every probability satisfies 0 ≤ P(E) ≤ 1. A probability of 0 means the event is impossible; a probability of 1 means it is certain. The sum of probabilities over the entire sample space equals 1.
4

Complement Rule

The complement of event E, written E', contains every outcome not in E. The rule P(E') = 1 − P(E) is one of the most powerful shortcuts on the GRE, especially for 'at least one' problems.
5

Equally Likely Outcomes

When all outcomes in S are equally likely, the probability of event E reduces to counting: P(E) = |E| / |S|. Most GRE probability problems assume equally likely outcomes unless stated otherwise.
KEY TAKEAWAY
Think of probability like a budget that totals exactly $1.00. Every possible outcome receives some share of that dollar, and no share can be negative. When the GRE asks for the probability of an event, you are calculating what fraction of that dollar belongs to the outcomes in question. The complement rule is like asking, 'If I know I spent $0.70, how much is left?' — the answer is always $0.30, no itemization required.

Visual Explanation — The Probability Landscape

A well-constructed diagram can turn an abstract probability question into a concrete counting exercise. The Venn diagram is the single most useful visual tool for GRE probability because it partitions the sample space into non-overlapping regions whose probabilities must sum to 1. The diagram below illustrates two events A and B within a universal sample space, showing the four mutually exclusive regions that arise whenever two events overlap.

The rectangle represents the entire sample space S. The violet circle is event A, the cyan circle is event B, and their overlap is A ∩ B. The region outside both circles represents outcomes belonging to neither event.

Notice that the diagram naturally encodes the Addition Rule at the bottom: when you add P(A) and P(B), you double-count the intersection, so you must subtract P(A ∩ B) once. This visual logic is exactly how the GRE constructs many of its probability questions — they give you partial information about the regions and expect you to fill in the rest using the constraint that all regions sum to 1. Whenever a problem mentions two events, your first instinct should be to sketch this diagram and populate its regions with the given values.

Mathematical Framework

The GRE tests four primary probability formulas. Mastering when to deploy each formula — and recognizing the verbal cues that signal which one is needed — is the core skill that separates high scorers from the rest. Below, each formula is presented with its variable definitions and the exam context in which it most commonly appears.

CLASSICAL PROBABILITY
P(E) = Number of favorable outcomes / Total number of equally likely outcomes = |E| / |S|
Where |E| is the count of outcomes in event E and |S| is the size of the sample space. This formula applies only when all outcomes are equally likely — the default assumption on most GRE problems.
ADDITION RULE (OR)
P(A ∪ B) = P(A) + P(B) − P(A ∩ B)
Use this when a problem asks for the probability of A or B (or both). If A and B are mutually exclusive (cannot both occur), then P(A ∩ B) = 0 and the formula simplifies to P(A) + P(B).
MULTIPLICATION RULE (AND)
P(A ∩ B) = P(A) × P(B | A)
Use this when a problem asks for the probability of A and B both occurring. P(B | A) is the conditional probability of B given that A has occurred. If A and B are independent, then P(B | A) = P(B) and the formula simplifies to P(A) × P(B).
COMPLEMENT RULE (AT LEAST ONE)
P(at least one) = 1 − P(none)
This is the most efficient strategy for 'at least one' problems. Rather than calculating every scenario in which the event occurs one or more times, calculate the single scenario in which it never occurs and subtract from 1.
⚠️ GRE Tip: Independence vs. Mutual Exclusivity
These two concepts are frequently confused under exam pressure. Independent events can occur together, but knowing one occurred does not change the probability of the other (e.g., two separate coin flips). Mutually exclusive events cannot occur together at all (e.g., rolling a 3 and rolling a 5 on a single die). If two events with nonzero probabilities are mutually exclusive, they are necessarily not independent.

Detailed Breakdown — Probability Trees & Sequential Events

Many GRE probability problems involve sequential experiments — drawing cards one after another, flipping coins multiple times, or selecting items without replacement. A probability tree (also called a tree diagram) is the ideal tool for these multi-stage scenarios. Each branch represents one possible outcome at a given stage, and the probability of a complete path through the tree is the product of the probabilities along its branches. The sum of all terminal branch probabilities equals 1, providing a built-in error check.

A probability tree for drawing 2 balls without replacement from a bag containing 3 red and 2 blue balls. Each branch shows the conditional probability at that stage. Multiply along paths to get joint probabilities; all four terminal probabilities sum to 1.

The tree above highlights a critical GRE concept: without replacement changes the conditional probabilities at each stage. After drawing a red ball first, only 4 balls remain (2 red, 2 blue), so the second-stage probabilities shift. Contrast this with with replacement, where the probabilities remain constant at every stage because the drawn item is returned. When the GRE specifies 'with replacement,' you can treat successive draws as independent events and simply multiply the original probabilities.

Notice that the probability of getting one ball of each color is P(RB) + P(BR) = 6/20 + 6/20 = 12/20 = 3/5. This illustrates a common pattern: when the question asks for the probability of a composition (e.g., 'one red and one blue') regardless of order, you must sum all paths that produce that composition. Forgetting to account for order is one of the most frequent mistakes on the GRE.

Worked Example

Let us work through a problem at a level of difficulty you are likely to see on the GRE Quantitative section. Pay special attention to the strategic decision of which formula to apply and when the complement rule offers a shortcut.

📝 Problem
A fair six-sided die is rolled three times. What is the probability that at least one roll shows a 6?
Solution: At Least One Six in Three Rolls
1
Step 1 — Recognize the Complement StrategyThe phrase 'at least one' is a direct signal to use the complement rule. Calculating P(at least one 6) directly would require considering the cases of exactly one 6, exactly two 6s, and exactly three 6s — three separate calculations. The complement approach requires only one calculation: P(no 6s at all).
Strategy: P(at least one 6) = 1 − P(no 6 on any roll)
2
Step 2 — Calculate P(no 6 on a Single Roll)On a fair die, 5 of the 6 faces are not a 6. Since all outcomes are equally likely, P(not 6) = 5/6 for any single roll.
P(not 6) = 5/6
3
Step 3 — Apply the Multiplication Rule for Independent EventsEach die roll is independent of the others — the outcome of one roll has no effect on the next. Therefore, the probability of getting no 6 on all three rolls is the product of the individual probabilities: P(no 6 on all three) = (5/6) × (5/6) × (5/6) = (5/6)³.
(5/6)³ = 125/216
4
Step 4 — Apply the Complement RuleSubtract the probability of the complement from 1: P(at least one 6) = 1 − 125/216 = (216 − 125)/216 = 91/216.
P(at least one 6) = 91/216 ≈ 0.421
5
Step 5 — Sanity CheckThe result is slightly less than 1/2, which makes intuitive sense: three rolls give you a decent but not overwhelming chance of seeing a 6. Also, 91/216 is between 0 and 1, confirming it is a valid probability. On the GRE, always verify that your answer falls within the permissible range.
✓ 0 < 91/216 < 1

Common Pitfalls & Strategic Tips

Probability problems on the GRE are designed to exploit common misconceptions. Recognizing these traps before test day can mean the difference between a careless error and a correct answer under pressure. The table below catalogues the most frequent pitfalls alongside the corrective strategy you should adopt.

Five common probability pitfalls on the GRE and how to avoid them
Common PitfallWhy It HappensCorrective Strategy
Adding probabilities for 'and'Confusing 'or' (add) with 'and' (multiply). The word 'and' between independent events signals multiplication.Translate: 'A and B both happen' → multiply. 'A or B (or both) happen' → add (then subtract overlap).
Forgetting to subtract overlapUsing P(A) + P(B) when A and B are not mutually exclusive, double-counting A ∩ B.Always ask: 'Can A and B occur together?' If yes, subtract P(A ∩ B).
Ignoring order in sequential drawsCalculating P(RB) but forgetting P(BR) when the question asks for 'one of each color.'List all orderings that satisfy the condition. If order doesn't matter, sum the corresponding path probabilities.
Confusing 'with' and 'without' replacementUsing the same denominator for every draw even when items are not returned.Draw a probability tree. The denominators at each stage reveal whether the problem is with or without replacement.
Brute-forcing 'at least one' problemsListing every favorable case instead of using the complement. This wastes time and increases error risk.Whenever you see 'at least one,' immediately think: 1 − P(none).
KEY TAKEAWAY
Think of GRE probability problems like a decision-making flowchart in engineering: the first branch point is 'Does the problem say AND or OR?' If AND, you multiply (and check for independence). If OR, you add (and check for overlap). If the problem says 'at least one,' you immediately reroute to the complement path. Building this reflex through practice is far more valuable than memorizing formulas alone.

Connection to Advanced Probability Topics

The probability concepts tested on the GRE represent the entry point to a vast mathematical landscape. While the exam rarely ventures beyond the fundamentals, understanding how these basics connect to more advanced topics can deepen your intuition and help you handle unusual problem variations. The table below maps each GRE-level concept to its more sophisticated counterpart, which you may encounter in graduate coursework.

How GRE probability concepts extend into graduate-level mathematics
GRE-Level ConceptAdvanced ExtensionWhere You'll See It
Classical probability (counting)Combinatorics & permutationsGRE may test basic combinations; graduate courses formalize counting with multinomials, generating functions
Conditional probability P(B | A)Bayes' TheoremBayesian statistics, medical testing, machine learning classification algorithms
Independent eventsProbability distributionsBinomial, Poisson, and normal distributions model sequences of independent trials with fixed probabilities
Complement ruleInclusion–Exclusion PrincipleGeneralizes the complement and addition rules to three or more overlapping events
Expected value (basic)Random variables & moment-generating functionsFormalizes expectation, variance, and higher moments in graduate probability and statistics

For the GRE specifically, the most important bridge concept is Bayes' Theorem, which occasionally appears in more challenging Quantitative Comparison or Data Interpretation questions. Bayes' Theorem is essentially the multiplication rule rearranged: P(A | B) = P(B | A) × P(A) / P(B). If you have mastered the multiplication rule and conditional probability, you already possess the conceptual machinery for Bayesian reasoning — the theorem simply provides the algebraic framework for inverting the conditioning direction.

Practice Problems

Test your understanding with the five problems below, arranged in order of increasing difficulty. For each problem, attempt a full solution before reading the answer. Pay attention to the keywords ('and,' 'or,' 'at least,' 'without replacement') and let them guide your choice of formula.

PROBLEM 1CONCEPTUAL
Event A has probability 0.4 and event B has probability 0.3. A student claims that P(A or B) must equal 0.7. Under what condition, if any, is this claim correct? If the condition is not met, is 0.7 an overestimate or underestimate of P(A or B)?
PROBLEM 2BASIC CALCULATION
A jar contains 5 red marbles and 7 blue marbles. If one marble is drawn at random, what is the probability that it is red?
PROBLEM 3INTERMEDIATE
Two cards are drawn without replacement from a standard 52-card deck. What is the probability that both cards are hearts?
PROBLEM 4APPLIED
A quality control inspector tests electronic components. Each component independently has a 0.95 probability of passing inspection. If 4 components are tested, what is the probability that at least one component fails?
PROBLEM 5CRITICAL THINKING
In a group of 100 students, 60 study mathematics, 45 study physics, and 20 study both. If a student is selected at random, what is the probability that the student studies mathematics or physics but not both? Express your answer as a simplified fraction and explain why the naive sum P(M) + P(P) would be incorrect here.

Lesson Summary

Probability measures how likely an event is to occur, expressed as a number between 0 (impossible) and 1 (certain). For equally likely outcomes, P(E) = |E| / |S| — the number of favorable outcomes divided by the total number of outcomes in the sample space. The four essential rules are the Addition Rule for 'or' scenarios (P(A ∪ B) = P(A) + P(B) − P(A ∩ B)), the Multiplication Rule for 'and' scenarios (P(A ∩ B) = P(A) × P(B | A)), the Complement Rule (P(at least one) = 1 − P(none)), and the simplification for independent events where P(A ∩ B) = P(A) × P(B).

On the GRE, success hinges on three habits: first, identifying keywords ('and,' 'or,' 'at least,' 'without replacement') that signal which formula to apply; second, drawing Venn diagrams or probability trees to organize information visually; and third, always performing a sanity check — ensuring your answer falls between 0 and 1 and that all branches or regions sum correctly. With these tools in hand, probability questions become systematic rather than intimidating.

Varsity Tutors • GRE Quantitative • Probability — Probability