SAT MATH • PROBLEM-SOLVING AND DATA ANALYSIS

Probability and Conditional Probability

Learn to calculate the likelihood of events and how new information changes those odds on the Digital SAT.

Historical Context & Motivation

Humans have always tried to predict outcomes—from ancient dice games to modern weather forecasts. The formal study of probability began when two French mathematicians started exchanging letters about gambling problems. Their correspondence laid the groundwork for a branch of mathematics that now drives everything from insurance pricing to medical testing. Understanding probability isn't just about rolling dice—it's about making smarter decisions when outcomes are uncertain.

1654
The Birth of Probability Theory
Blaise Pascal and Pierre de Fermat exchange letters about the "problem of points" in gambling, establishing the first systematic treatment of probability.
1763
Bayes' Theorem Published
Thomas Bayes' work on conditional probability is published posthumously, providing a formula for updating beliefs based on new evidence.
1933
Kolmogorov's Axioms
Andrey Kolmogorov formalizes probability theory with rigorous axioms, unifying the field and making modern statistics possible.
2024
Probability on the Digital SAT
The College Board's Digital SAT regularly tests probability concepts, including conditional probability from two-way tables, in the Problem-Solving and Data Analysis domain.

At its heart, probability answers a single question: how likely is a particular outcome? On the Digital SAT, you'll often be given a data table and asked to find the probability of an event—sometimes with an extra condition attached. This lesson will walk you through exactly how to handle both types of problems.

Core Principles & Definitions

Before diving into calculations, you need to be comfortable with a handful of key ideas. These definitions form the vocabulary of every probability question on the SAT. Once you internalize them, the math itself becomes straightforward.

1

Experiment & Outcome

An experiment is any process with uncertain results (like flipping a coin). Each possible result is called an outcome. The set of all outcomes is the sample space.
2

Event

An event is a specific outcome or group of outcomes you care about. "Rolling an even number" is an event containing outcomes {2, 4, 6}.
3

Probability Range

Every probability is a number between 0 and 1 (inclusive). A probability of 0 means impossible; a probability of 1 means certain. You may also see probabilities expressed as percentages or fractions.
4

Conditional Probability

Conditional probability is the probability of an event occurring given that another event has already occurred. It narrows the sample space to only those outcomes where the condition is true.
5

Complement

The complement of an event A is everything that is NOT A. The probability of A plus the probability of its complement always equals 1.
KEY TAKEAWAY
Think of probability like a spotlight on a stage. Regular probability shines the light on the entire stage and asks, "How much of the stage does this actor cover?" Conditional probability is like dimming part of the stage—you've been told the actor is on the left side, so now you only look at that section. The stage got smaller, which changes the fraction.

Visualizing Probability with a Two-Way Table

On the Digital SAT, probability questions almost always involve a two-way frequency table (also called a two-way table or contingency table). This table organizes data into rows and columns, making it easy to count outcomes. The diagram below shows a sample two-way table for 200 students classified by grade level and preferred sport.

A two-way table organizing 200 students by grade and preferred sport. The cyan box shows a basic probability calculation (column total ÷ grand total), while the pink box shows a conditional probability calculation (cell value ÷ row total).

Notice the key difference between the two example calculations at the bottom of the diagram. For basic probability, you divide the number of favorable outcomes by the grand total (all 200 students). For conditional probability, the word "given" tells you to restrict your denominator to only the relevant subgroup. When the problem says "given that the student is a sophomore," you ignore freshmen and juniors entirely—your new total is 80, not 200.

Mathematical Framework

The formulas for probability are among the most straightforward on the SAT, but you need to know which one to apply. Let's build your toolkit step by step.

BASIC PROBABILITY
P(A) = Number of favorable outcomes ÷ Total number of outcomes
P(A) is the probability that event A occurs. The result is always between 0 and 1 (or 0% and 100%). On the SAT, the "total number of outcomes" is often the grand total in a two-way table.
CONDITIONAL PROBABILITY
P(A | B) = P(A and B) ÷ P(B)
Read P(A | B) as "the probability of A given B." In a two-way table, this simplifies to: (number in the cell where A and B overlap) ÷ (total of the row or column representing B). The condition B becomes your new denominator.
COMPLEMENT RULE
P(not A) = 1 − P(A)
If there's a 0.3 probability of rain, the probability of no rain is 1 − 0.3 = 0.7. This is useful when it's easier to calculate what you don't want.
ADDITION RULE (OR)
P(A or B) = P(A) + P(B) − P(A and B)
Use this when a question asks for the probability that event A or event B occurs. You subtract P(A and B) to avoid double-counting outcomes that satisfy both events.
💡 SAT Shortcut: Reading the Table
On the Digital SAT, you rarely need the formal formula P(A | B) = P(A and B) ÷ P(B). Instead, just identify the correct row or column for the "given" condition, then divide the target cell by that row or column total. The table does the hard work for you.

Types of SAT Probability Problems

On the Digital SAT, probability questions come in several predictable formats. Recognizing the type of problem helps you choose the right approach quickly. The diagram below maps out the decision process, and the table that follows gives a closer look at each category.

This flowchart helps you decide which formula to use. Start at the top: if the question includes language like "given that" or "among those who," you need conditional probability. Otherwise, check for "or" (addition rule) or "not" (complement rule).
Common SAT probability problem types with their identifying phrases and calculation strategies.
Problem TypeKey Phrase in QuestionWhat to Divide
Basic Probability"What is the probability that a randomly selected..."Favorable cell(s) ÷ Grand total
Conditional Probability"Given that...", "Among those who...", "If a student who..."Target cell ÷ Row or column total of the given group
"Or" Probability"...is a freshman or prefers basketball"P(A) + P(B) − P(A and B), all over grand total
Complement"...does NOT prefer...", "What is the probability it is not..."1 − P(the event), or (Grand total − favorable) ÷ Grand total

Worked Example

Let's work through a full conditional probability problem using the student data from our two-way table. This mirrors exactly what you'll see on the Digital SAT.

📋 Problem Statement
A survey of 200 students recorded their grade level and preferred sport. The results are shown in the table. If a student is selected at random from those who prefer soccer, what is the probability that the student is a freshman?
Finding P(Freshman | Soccer)
1
Step 1 — Identify the ConditionThe phrase "from those who prefer soccer" tells you this is a conditional probability question. The condition (the "given") is that the student prefers soccer. This means your new denominator is the total number of soccer-preferring students.
2
Step 2 — Find the New DenominatorLook at the "Soccer" column total in the table. Freshmen who prefer soccer = 25, sophomores = 35, juniors = 20. The soccer column total is 25 + 35 + 20 = 80.
Denominator = 80
3
Step 3 — Find the NumeratorYou want freshmen who prefer soccer. Look at the cell where "Freshmen" row meets "Soccer" column. That value is 25.
Numerator = 25
4
Step 4 — Calculate the ProbabilityDivide the numerator by the denominator: P(Freshman | Soccer) = 25 ÷ 80 = 5/16. As a decimal, this is 0.3125, or about 31.25%.
P(Freshman | Soccer) = 5/16 ≈ 0.3125
5
Step 5 — Verify the Answer Makes SenseOut of 80 soccer fans, 25 are freshmen. That's roughly a third, which is consistent with our answer of 0.3125. Also note that this is different from P(Freshman) = 70/200 = 0.35, which confirms that the soccer condition changed the probability.

Common Mistakes & How to Avoid Them

Probability questions are conceptually simple, but the SAT tests whether you can avoid common traps. Most wrong answers come from using the wrong denominator or misreading the condition. Here are the most frequent mistakes and their fixes.

The four most common probability mistakes on the Digital SAT and strategies to avoid them.
Common MistakeWhy It's WrongHow to Fix It
Using grand total for conditional probabilityThe "given" condition restricts you to a subgroup. Dividing by the grand total ignores the condition entirely.Circle the "given" group in the table. That group's total is your denominator.
Confusing P(A | B) with P(B | A)P(Freshman | Soccer) ≠ P(Soccer | Freshman). These use different denominators—one is the soccer total, the other is the freshman total.Always identify what comes after "given that" — that determines the denominator.
Double-counting with "or"If you just add P(A) + P(B) without subtracting P(A and B), people who belong to both groups get counted twice.Always subtract the overlap when using the addition rule.
Not simplifying fractionsThe answer choices on the SAT are usually in simplified form. An unsimplified fraction won't match any choice.Reduce your fraction or convert to a decimal before checking the answer choices.
KEY TAKEAWAY
Think of conditional probability like filtering search results. If you search for "shoes" on a website, you might get 1,000 results. But if you filter by "size 10," you've narrowed the pool. The fraction of running shoes out of all size 10 shoes is very different from the fraction of running shoes out of all shoes. On the SAT, the "given" condition is your filter.

Connection to Advanced Probability

The conditional probability skills you're learning for the SAT are the foundation of much more advanced mathematics. In college statistics courses, you'll encounter Bayes' Theorem, which lets you reverse a conditional probability—for example, determining the probability that you actually have a disease given that a test came back positive. These ideas power medical diagnostics, spam filters, and even self-driving car algorithms.

How SAT probability concepts connect to more advanced topics in statistics.
SAT LevelCollege / AP Statistics Level
P(A) from a two-way tableProbability distributions, expected value, and variance
P(A | B) from a two-way tableBayes' Theorem: P(B | A) = P(A | B) × P(B) ÷ P(A)
Recognizing independent vs. dependent eventsChi-square tests for independence
Complement rule: 1 − P(A)Inclusion-exclusion principle for three or more events

You don't need any of the advanced column for the SAT, but it's motivating to know that what you're studying isn't just test prep—it's the real language of data science, medicine, and engineering. Mastering these fundamentals now gives you a serious head start.

Practice Problems

Use the following two-way table for Problems 1–5. A researcher surveyed 300 adults about their exercise habits and whether they reported feeling stressed.

Two-way table: 300 adults by exercise habit and stress level
Exercises RegularlyDoes Not Exercise RegularlyTotal
Reports Stress4590135
Does Not Report Stress10560165
Total150150300
PROBLEM 1CONCEPTUAL
Which of the following best describes what P(Reports Stress | Exercises Regularly) represents? A) The probability that a randomly selected adult exercises regularly B) The probability that a randomly selected adult both exercises regularly and reports stress C) The probability that an adult who exercises regularly reports stress D) The probability that an adult who reports stress exercises regularly
PROBLEM 2BASIC CALCULATION
A survey of 300 adults asked whether they exercise regularly and whether they report stress. The results are shown below: | | Exercises Regularly | Does Not Exercise Regularly | Total | |------------------|---------------------|-----------------------------|-------| | Reports Stress | 45 | 90 | 135 | | Does Not Report Stress | 105 | 60 | 165 | | Total | 150 | 150 | 300 | What is the probability that a randomly selected adult from the survey reports stress? A) 45/300 B) 90/150 C) 135/300 D) 135/165
PROBLEM 3INTERMEDIATE
The following table shows results from a survey of 300 adults. | | Exercises Regularly | Does Not Exercise Regularly | Total | |------------------------|---------------------|------------------------------|-------| | Reports Stress | 45 | 90 | 135 | | Does Not Report Stress | 105 | 60 | 165 | | Total | 150 | 150 | 300 | Among adults who do not exercise regularly, what is the probability that a randomly selected adult reports stress? A) 90/300 B) 90/150 C) 90/135 D) 60/150
PROBLEM 4APPLIED
The following table shows the results of a survey of 300 adults: | | Exercises Regularly | Does Not Exercise | Total | |------------------------|---------------------|-------------------|-------| | **Reports Stress** | 45 | 90 | 135 | | **Does Not Report Stress** | 105 | 60 | 165 | | **Total** | 150 | 150 | 300 | What is the probability that a randomly selected adult from the survey either exercises regularly or does not report stress (or both)? A) 150/300 B) 210/300 C) 255/300 D) 315/300
PROBLEM 5CRITICAL THINKING
The table below shows survey results from 300 participants. | | Reports Stress | Does Not Report Stress | Total | |------------------|----------------|-------------------------|-------| | Exercises Regularly | 45 | 105 | 150 | | Does Not Exercise Regularly | 90 | 60 | 150 | | Total | 135 | 165 | 300 | A researcher claims that exercise and stress are independent in this data set. If exercise and stress were truly independent, then P(Reports Stress | Exercises Regularly) would equal P(Reports Stress). Based on the table, is this claim supported? A) Yes, because 45/150 = 135/300 B) Yes, because 45/135 = 150/300 C) No, because 45/150 = 0.30, which is not equal to 135/300 = 0.45 D) No, because 90/150 = 0.60, which is not equal to 105/300 = 0.35

Probability & Conditional Probability — Review

Probability measures how likely an event is on a scale from 0 (impossible) to 1 (certain). For the Digital SAT, most probability questions use two-way frequency tables. Basic probability equals favorable outcomes divided by the grand total. Conditional probability — triggered by phrases like "given that" or "among those who" — narrows your denominator to the subgroup specified by the condition.

Key formulas include P(A | B) = P(A and B) ÷ P(B) for conditional probability, P(not A) = 1 − P(A) for complements, and P(A or B) = P(A) + P(B) − P(A and B) for "or" problems. The biggest trap on the SAT is using the wrong denominator: always identify the "given" condition first, circle that group's total, and use it as your denominator. Two events are independent only if knowing one occurred doesn't change the probability of the other.

Varsity Tutors • SAT Math • Probability and Conditional Probability