SAT Math · Statistics

Conditional Probability

SAT-M-CPR-01
Teaching Notes
v2 · 2026.05

Conditional probability is the probability of one event happening given that another event has already happened. The SAT tests this almost exclusively through two-way tables — a grid showing how a population breaks down across two categorical variables. The trap that catches most students: misidentifying the right denominator. Conditional probability problems are won or lost in a single decision: which row or column of the table do you divide by?

Probability refresher

The probability of an event is the number of outcomes that match the event, divided by the total number of possible outcomes:

P(event) = (favorable outcomes) / (total outcomes)

For example, if 20 students out of 100 are juniors, the probability that a randomly selected student is a junior is 20 / 100 = 20%.

Conditional probability narrows that calculation to a specific subset of the population. Instead of "probability of being a junior," you might ask: "given that a student plays a sport, what's the probability they're a junior?"

The conditional probability formula

FORMULA
P(A | B) — probability of A given B

Conditional probability is written P(A | B), read as "probability of A, given B." It means: "given that B has already happened, what is the probability of A?"

P(A | B) = P(A and B) / P(B)

In practical terms with a two-way table, this simplifies to:

P(A | B) = (count where A and B both happen) / (count where B happens)
⚠ The single rule that fixes 80% of mistakes

The denominator is determined by what's GIVEN. The phrase "given that..." or "if X is true..." tells you what subset of the population you're working with. The denominator is the total in that subset, NOT the overall total.

"Given that a student plays a sport, what's the probability..." → denominator = total students who play a sport.

"Among female students, what's the probability..." → denominator = total female students.

The SAT writes wrong-answer choices that use the wrong denominator. If you nail the denominator, you nail the question.

Reading two-way tables

A two-way table shows how a population breaks down across two categorical variables — for example, gender vs. grade level, or smoker vs. test result. The cells show how many people fall into each combination, with row totals and column totals on the edges.

Example: a school of 200 students broken down by grade and whether they play a sport.

Plays sport Doesn't play Total
Junior 40 30 70
Senior 50 80 130
Total 90 110 200

From this table you can read off any conditional probability by identifying the right cell and the right total.

EXAMPLE
Basic conditional probability from a two-way table

Using the table above, what is the probability that a student plays a sport, given that they're a junior?

Solution
  1. Identify the GIVEN. "Given that they're a junior" — we're conditioning on juniors. Use the JUNIOR row only.
  2. Find the denominator: total juniors = 70.
  3. Find the numerator: juniors who play a sport = 40.
  4. Compute:
    P(plays sport | junior) = 40 / 70 = 4/7 ≈ 0.571
4/7 (about 57.1%)
EXAMPLE
Different "given," different denominator

Using the same table, what is the probability that a student is a junior, given that they play a sport?

Solution
  1. Identify the GIVEN. "Given that they play a sport" — we're conditioning on sport-players. Use the PLAYS SPORT column only.
  2. Find the denominator: total sport-players = 90.
  3. Find the numerator: juniors who play a sport = 40.
  4. Compute:
    P(junior | plays sport) = 40 / 90 = 4/9 ≈ 0.444
4/9 (about 44.4%)
⚡ Notice: P(A | B) ≠ P(B | A)

The two examples above use the SAME table and the SAME shared cell (40 juniors who play a sport), but give DIFFERENT answers (4/7 vs. 4/9). That's because the denominators are different.

P(plays sport | junior) = 40/70 — denominator is "all juniors"
P(junior | plays sport) = 40/90 — denominator is "all sport-players"

The SAT loves to write problems that swap which condition is being given to test whether students actually understand which population they're working with.

When the data is given as percentages

Sometimes the SAT gives you the table with percentages instead of counts. The same logic applies — identify the given, use the appropriate row or column total — but watch for whether percentages are calculated relative to row totals, column totals, or the grand total.

EXAMPLE
Percentage-based two-way table

The table below shows the percentage of registered voters in a city, broken down by party and age group. The percentages are calculated relative to the GRAND TOTAL (all registered voters).

Under 35 35 and over Total
Party A 15% 25% 40%
Party B 20% 40% 60%
Total 35% 65% 100%

What percent of voters under 35 belong to Party A?

Solution
  1. Identify the GIVEN. "Voters under 35" — we're conditioning on under-35 voters. Use the UNDER 35 column.
  2. Find the denominator: percentage of voters under 35 = 35%.
  3. Find the numerator: percentage who are under 35 AND in Party A = 15%.
  4. Compute:
    P(Party A | under 35) = 15 / 35 = 3/7 ≈ 0.429 = 42.9%
About 42.9% (or 3/7)

Multi-step conditional probability

The hardest SAT conditional probability problems chain two conditions or use a single condition to filter a multi-row table. Strategy: shrink the population in stages.

EXAMPLE
Medical testing — the rare disease scenario

A medical clinic tests patients for a disease. The two-way table shows the result of 1,000 patients:

Tested positive Tested negative Total
Has disease 95 5 100
Doesn't have disease 45 855 900
Total 140 860 1,000

If a patient tested positive, what is the probability that they actually have the disease?

Solution
  1. Identify the GIVEN. "Tested positive" — use the TESTED POSITIVE column only.
  2. Find the denominator: total tested positive = 140.
  3. Find the numerator: tested positive AND has disease = 95.
  4. Compute:
    P(has disease | tested positive) = 95 / 140 ≈ 0.679 = 67.9%
About 67.9%

This result is surprising — even with a strong test (95% sensitivity), a positive result still only correctly identifies the disease about two-thirds of the time. This is because the disease is rare in the population (only 100 of 1,000), so false positives among the 900 healthy people swamp the true positives. This concept appears on hard SAT problems and in real medical decision-making.

Sample SAT-style problems

Sample 1 — basic conditional

A class of 30 students consists of 18 boys and 12 girls. Of the boys, 12 have a pet; of the girls, 9 have a pet. If a student is selected at random and is a girl, what is the probability that she has a pet?

  1. "Given that the student is a girl" — denominator is total girls = 12.
  2. Numerator: girls who have a pet = 9.
  3. Compute:
    P(pet | girl) = 9 / 12 = 3/4 = 0.75
Answer: 3/4 (or 0.75)
Sample 2 — two-way table reading

The table below shows survey responses from 500 customers about whether they preferred Product A or Product B, broken down by age group:

Product AProduct BTotal
Under 3012080200
30 and over90210300
Total210290500

If a respondent preferred Product B, what is the probability that they were 30 or over?

  1. "Given that they preferred Product B" — denominator is total Product B preferences = 290.
  2. Numerator: Product B AND 30 or over = 210.
  3. Compute:
    P(30+ | Product B) = 210 / 290 = 21/29 ≈ 0.724
Answer: 21/29 (about 0.724)
Sample 3 — direction trap

Using the same Product A/B table from Sample 2, what is the probability that a respondent preferred Product B, given that they were 30 or over?

  1. Direction has reversed. "Given that they were 30 or over" — denominator is total 30+ = 300.
  2. Numerator: 30 or over AND Product B = 210 (same shared cell as before).
  3. Compute:
    P(Product B | 30+) = 210 / 300 = 7/10 = 0.7
Answer: 7/10 (or 0.7)

Notice this is different from Sample 2 (21/29 ≈ 0.724). Same shared cell (210), different denominator (290 vs. 300), different answer. This is exactly the kind of trap the SAT writes.

Sample 4 — multi-step with percentages

In a survey of 800 voters, 60% identified as Party X and 40% as Party Y. Among Party X voters, 45% supported a new tax proposal. Among Party Y voters, 70% supported it. If a randomly selected voter supports the tax proposal, what is the probability they belong to Party Y?

  1. Build the implied two-way table by computing actual counts:
    Party X total: 0.60 × 800 = 480 Party Y total: 0.40 × 800 = 320 Party X who support: 0.45 × 480 = 216 Party Y who support: 0.70 × 320 = 224 Total who support: 216 + 224 = 440
  2. Build the table:
    SupportsDoesn'tTotal
    Party X216264480
    Party Y22496320
    Total440360800
  3. "Given they support the proposal" — denominator is total supporters = 440.
  4. Numerator: Party Y AND supports = 224.
    P(Party Y | supports) = 224 / 440 = 28/55 ≈ 0.509
Answer: 28/55 (about 0.509)
⚠ The three conditional probability traps to avoid

1. Wrong denominator. The most common mistake. Always pause and ask: "What population am I working within, given the condition?" Then use that subset's total as the denominator.

2. Confusing P(A | B) with P(B | A). These are usually different numbers. The SAT writes wrong-answer choices that compute the OTHER direction. Read the question carefully — "given that" tells you what's after the bar.

3. Using percentages without checking the base. When a table gives percentages, ask: percentages of what? If they're row percentages (each row sums to 100%), they're already conditional probabilities. If they're column percentages or grand-total percentages, you may need to compute differently. Always check.

SAT-M-CPR-01 · Conditional Probability Shu's Tutoring · Notes Library