Compute simple and compound probability and read conditional probability from two-way tables on SAT Problem-Solving and Data Analysis questions.
Always between 0 and 1.
Use for "at least one" problems.
Multiply when one outcome does not affect the other.
Subtract the overlap; it is 0 when the events are mutually exclusive.
The condition B restricts the denominator.
The probability of an event is the fraction of outcomes that count as favorable, assuming every outcome is equally likely:
Every probability lands between (impossible) and (certain), and can be written as a fraction, decimal, or percent. On the SAT the "total" is almost always a count you read from a table or a described group, so the entire task collapses to one decision: identify the right numerator and the right denominator. Get those two counts right and the arithmetic is trivial.
Two events combine in predictable ways.
"And" (both happen). For independent events — where one outcome does not affect the other — multiply: Rolling a and flipping heads combines by multiplication because the die and the coin ignore each other.
"Or" (at least one happens). For events that cannot occur together (mutually exclusive), add: But when events can overlap, you must subtract the part counted twice: Forgetting that subtraction is the classic "or" mistake.
A subtle case is drawing items without replacement, where the denominator shrinks after each draw. If a drawer holds black and white socks, the chance of pulling two black socks in a row is The second fraction uses black out of remaining, because the first sock is already gone. If the item is replaced, both fractions stay the same and the draws are independent.
Sometimes the fastest path is the complement: "At least one" problems are the signal. Computing the probability of at least one success directly can mean adding several cases, but the complement — zero successes — is usually a single product. Find and subtract from .
Conditional probability asks for the chance of one event given that another has already occurred. The notation reads "the probability of given ," and the defining move is that the condition restricts the denominator to only the group where is true:
The SAT delivers these almost exclusively through two-way tables. Consider a survey of students about whether they play a musical instrument:
| Plays instrument | Does not | Total | |
|---|---|---|---|
| Juniors | 48 | 32 | 80 |
| Seniors | 27 | 63 | 90 |
| Total | 75 | 95 | 170 |
Question: If a student is chosen at random from those who play an instrument, what is the probability the student is a junior?
The phrase "from those who play an instrument" restricts the pool to the Plays instrument column, whose total is . That is the denominator — not the grand total of . Among instrument players, are juniors, so
Now compare a question with no condition — "what is the probability a random student is a junior and plays an instrument?" The denominator returns to the full : . The word "given" is the switch that changes the denominator, and confusing these two denominators is the single most common error on the entire topic.
and are usually different numbers because they divide by different totals. In the table above, , but . The same overlap count of sits over two different denominators. Reading the condition carefully — which group are we inside? — settles which total to use.
A bag contains red, blue, and green marbles. If one marble is drawn at random, what is the probability it is red?
A fair coin is flipped twice. What is the probability of getting at least one heads?
Using the survey table below, a student is chosen at random from those who play an instrument. What is the probability the student is a junior?
| Plays instrument | Does not | Total | |
|---|---|---|---|
| Juniors | 48 | 32 | 80 |
| Seniors | 27 | 63 | 90 |
| Total | 75 | 95 | 170 |
A drawer holds red and green socks. Two socks are drawn at random without replacement. What is the probability that both are red?
Using the same -student table (75 play an instrument; 90 are seniors; 27 seniors play an instrument), a student is chosen at random. What is the probability the student is a senior OR plays an instrument?
A jar contains red and blue marbles. Two are drawn without replacement. What is the probability that at least one is blue?
Using the grand total as the denominator when a question says "given" or "from those who…".
A condition restricts the pool. Switch the denominator to the row or column total for the conditioning group, then use the overlap count on top.
Swapping the direction of a conditional — treating and as equal.
They share the overlap count but divide by different totals. Ask "which group am I inside?" and use that group's total as the denominator.
Keeping the same denominator on a second draw without replacement, e.g. writing for two reds.
Remove the drawn item from both counts: . The total drops by one and the favorable count drops if you drew a favorable item.
Adding probabilities in an "or" problem without subtracting the overlap, giving a value that can exceed the true chance.
Use . Only drop the subtraction when the events truly cannot happen together.
A box contains 4 red, 5 blue, and 3 green marbles. If one marble is drawn at random, what is the probability it is blue?
A fair six-sided die is rolled once. What is the probability of NOT rolling a 3?
A spinner lands on red with probability 1/3, and a separate fair coin is flipped. What is the probability the spinner lands on red AND the coin shows heads?
A group of 200 people was surveyed about commuting. Of them, 120 drive and 80 do not; among the drivers, 90 also carpool. If a person is selected at random from those who drive, what is the probability that the person carpools?
A bag holds 3 red and 5 yellow marbles. Two marbles are drawn at random without replacement. What is the probability that both are red?
Of 150 gym members, 90 attend morning classes and 60 attend evening classes. Among the morning attendees, 36 take yoga. If a member is chosen at random from the morning attendees, what is the probability the member takes yoga?
Compute mean, median, and mode, reason about range and standard deviation, and judge the effect of outliers on SAT statistics questions.
Set up and solve SAT proportions, scale quantities up or down, split totals by a ratio, and recognize proportional relationships in tables, graphs, and equations.