Probability on the SAT is less about formulas and more about careful counting. Almost every question is the same idea: favorable outcomes over total outcomes, often read straight out of a two-way table.
Key takeaways
- Probability = favorable outcomes ÷ total outcomes.
- From a two-way table, the hard part is picking the right denominator.
- "Given that…" (conditional) means the denominator is just that row or column, not the whole table.
- Answers are between 0 and 1, a quick sanity check.
The one formula
Count the outcomes you want, divide by all the outcomes possible. The only real decision is what counts as "all outcomes": the whole group, or a restricted one when the question says "given that." When the formula feels obvious, a set of real probability questions will stress-test your denominators.
"What fraction of the seniors chose art?" means divide by the seniors total, not the grand total. Conditional probability shrinks the denominator to one row or column.
Try one
A bag holds 3 red marbles and 5 blue marbles. If one marble is drawn at random, what is the probability it is red?
Two-way tables
- 1
Find the favorable count
The cell (or sum of cells) the question asks about.
- 2
Find the right total
Whole table, a row, or a column, decided by the wording ("of the…", "given…").
- 3
Divide and sanity-check
The result must be between 0 and 1.
Try a two-way table
Here’s the format the SAT actually uses. One hundred students each chose one elective:
| Art | Music | Total | |
|---|---|---|---|
| Juniors | 18 | 30 | 48 |
| Seniors | 24 | 28 | 52 |
| Total | 42 | 58 | 100 |
If a student is selected at random from the seniors, what is the probability that the student chose art?
"Or" and "at least one"
Two more phrasings deserve a reflex. "Or" means add the two groups but count the overlap once: juniors or art students is 48 + 42 - 18 = 72, because the 18 junior art students sit in both counts. "At least one" across repeated events is usually fastest through the complement: find the probability of zero successes and subtract from 1, since counting "one or more" directly means adding up several separate cases.
The long way
P(at least one head in 3 flips) = P(exactly 1) + P(exactly 2) + P(exactly 3). Three cases, three chances to slip.
The complement
1 - P(\text{no heads}) = 1 - \left(\tfrac{1}{2}\right)^3 = \tfrac{7}{8}. One case, one subtraction.
Drill favorable-over-total and two-way tables with a tutor that checks your denominator.
Practice Probability →Frequently asked questions
- How do you calculate probability on the SAT?
- Divide the number of favorable outcomes by the total number of possible outcomes. The main challenge is choosing the correct total, especially in two-way tables.
- What is conditional probability?
- The probability of something given that another condition is already true. The 'given' restricts your denominator to just that row or column of the table, not the whole population.
- How do I read a two-way table for probability?
- Identify the favorable count (a cell or sum of cells), then pick the total the question implies: the whole table for an overall probability, or a single row/column for an 'of the…' or 'given…' question.
- What’s the fastest way to solve 'at least one' probability questions?
- Use the complement: compute the probability of zero successes and subtract it from 1. 'At least one' bundles many separate cases, but 'none' is a single case, so 1 minus P(none) is almost always the shorter path.