Probability questions on the digital SAT usually hinge on one thing: correctly identifying the total you're dividing by. This guide covers basic probability, conditional probability, two-way tables, and sequential events, then works through full examples so you can see exactly where students lose points.

Basic Probability: The Core Formula

Probability measures how likely an event is, expressed as a fraction, decimal, or percent between 0 and 1 (or 0% and 100%):

\(P(\text{event}) = \frac{\text{number of favorable outcomes}}{\text{total number of outcomes}}\)

For example, if a jar contains 3 green candies and 7 yellow candies, \(P(\text{green}) = \frac{3}{10}\), not \(\frac{3}{7}\) — the denominator is always the total number of possible outcomes, including the group named in the numerator. Most SAT probability questions are really reading comprehension questions wearing a math disguise — the formula is simple, but figuring out the correct numerator and denominator from a word problem or table takes care.

Conditional Probability: Narrowing the Total

Conditional probability asks: given that something is already true, what's the probability of another event? The notation \(P(A \mid B)\) reads "the probability of A given B," and the formula is:

\(P(A \mid B) = \frac{P(A \cap B)}{P(B)}\)

In practice on the SAT, you rarely need this formula in symbolic form — you need to recognize that "given that" or "of those who..." means your denominator shrinks to only the group already specified, not the entire original total.

Worked Example: Conditional Probability from a Two-Way Table

A school surveys 200 students about whether they play a sport and whether they take a music class:

Plays a sportDoes not play a sportTotal
Takes music305080
Does not take music7050120
Total100100200

Question 1: What is the probability that a randomly selected student plays a sport?

Step 1 — Use the whole survey as the total. \(P(\text{sport}) = \frac{100}{200} = 0.5\).

Question 2: Given that a student takes music, what is the probability that the student also plays a sport?

Step 1 — Restrict the total to only music students, since that's the "given" condition. The music row totals 80 students.

Step 2 — Of those 80, find how many also play a sport. That's 30.

\(P(\text{sport} \mid \text{music}) = \frac{30}{80} = 0.375\)

Compare the two answers: the overall probability of playing a sport is 0.5, but among music students specifically, it drops to 0.375. That gap is exactly what conditional probability measures, and mixing up the denominator (using 200 instead of 80 in Question 2) is the single most common error on this question type.

Independent vs. Dependent Events

Two events are independent if one occurring doesn't change the probability of the other. In the table above, sport and music are not independent, because \(P(\text{sport} \mid \text{music}) = 0.375\) is different from \(P(\text{sport}) = 0.5\) — knowing a student takes music changes the odds they play a sport. If the two probabilities had matched exactly, the events would be independent. The SAT sometimes asks you to test independence this way directly: calculate both probabilities and compare them.

Whenever you see the phrase "given that" or "of those who," redraw your fraction using only the specified subgroup as the denominator — never the grand total from the table.

Worked Example: "At Least One" and Selecting Without Replacement

A bag contains 5 red marbles and 7 blue marbles, 12 total. Two marbles are drawn at random, one after another, without replacement.

Question 1: What is the probability that both marbles drawn are red?

Step 1 — Find the probability the first marble is red. \(\frac{5}{12}\).

Step 2 — Find the probability the second marble is also red, given the first was red. One red marble is now gone, leaving 4 red marbles out of 11 total. \(\frac{4}{11}\).

Step 3 — Multiply, since both events must happen in sequence. \(\frac{5}{12} \times \frac{4}{11} = \frac{20}{132} = \frac{5}{33}\).

Without replacement, the denominator shrinks after the first draw — that's what makes these events dependent rather than independent, and it's the detail most likely to get skipped under time pressure.

Question 2: What is the probability that at least one of the two marbles drawn is blue?

Step 1 — Use the complement: "at least one blue" is the opposite of "no blue at all" (both red). From Question 1, \(P(\text{both red}) = \frac{5}{33}\).

Step 2 — Subtract from 1. \(1 - \frac{5}{33} = \frac{28}{33}\).

Calculating "at least one blue" directly would mean adding up three separate cases (exactly one blue, or both blue) — using the complement turns a three-case problem into a single subtraction.

"And" Probability and Complement Shortcuts

Two shortcuts consolidate everything above:

  • "And" for independent events: multiply the individual probabilities.
  • "At least one" complements: it's often faster to calculate \(1 - P(\text{none})\) than to add up every "at least one" case directly.

Frequently asked questions

Are SAT probability questions usually based on tables or word problems?

Both appear, but two-way tables are especially common in this domain since the digital SAT frequently pairs Problem-Solving and Data Analysis questions with a data table or chart image — get comfortable extracting exact row and column totals quickly.

Do I need to memorize the conditional probability formula?

It helps to recognize the structure, but on most SAT questions you can solve conditional probability just by narrowing your table to the correct row or column rather than plugging into \(P(A \mid B) = \frac{P(A \cap B)}{P(B)}\) formally.

How should I enter a probability answer in a grid-in question?

Grid-in questions accept either a fraction or its decimal equivalent, so \(\frac{5}{33}\) and its decimal form are both typically acceptable unless the question specifies a format — just make sure any fraction you enter is fully reduced and fits within the grid's limited number of characters.

How does this topic connect to inference and sampling?

Probability underlies how we reason about samples and margins of error — see our guide on inference from sample statistics and margin of error for that connection.

You can drill two-way tables and conditional probability with topic-wise SAT Math practice, and sharpen your table-reading speed with our guide on how to read tables and graphs quickly.