Skip to main content
🚀 This is a Beta – features are in progress.Share feedback
All topics
Math

Probability

5 min readEasy5-question drill

SAT probability problems are mostly about reading two-way tables correctly and remembering that probability = (favorable outcomes) / (total outcomes). Two formulas, one careful read.

The basic formula:

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

Probabilities are always between 0 and 1. P=0P = 0 means impossible; P=1P = 1 means certain.

Reading two-way tables. Most SAT probability problems give you a table like:

PassFailTotal
Boys301040
Girls35540
Total651580

The key skill: identify what the denominator is. Different questions use different denominators:

  • "What is the probability that a randomly selected student passes?"6580\frac{65}{80} (whole table is the population).
  • "Given that a student is a girl, what's the probability she passes?"3540\frac{35}{40} (only girls is the population).
  • "Given that a student passed, what's the probability she's a girl?"3565\frac{35}{65} (only passers is the population).

This is conditional probabilitygiven X, what's the probability of Y — and the SAT loves it.

The 'and' / 'or' rules. Less commonly tested but worth knowing:

  • P(A and B)=P(A)P(B)P(A \text{ and } B) = P(A) \cdot P(B) if events are independent.
  • P(A or B)=P(A)+P(B)P(A and B)P(A \text{ or } B) = P(A) + P(B) - P(A \text{ and } B).

Complement rule. P(not A)=1P(A)P(\text{not } A) = 1 - P(A). Useful when computing not at all probabilities.

"Probability that at least one of three students passes." → easier as 1P(all three fail)1 - P(\text{all three fail}).

Common SAT trick: Q phrased as "of those who passed, what fraction were girls?" — this isn't really probability language but the calculation is the same: count the girls who passed, divide by all who passed.

Tip: circle the given condition in the question. That tells you the denominator. Underline what's being asked. That tells you the numerator.

Quick check

Read carefully. *Given X* signals conditional probability — the denominator is the count in the X group, not the whole table.

A survey classified respondents into four groups: Group A (24), Group B (36), Group C (28), Group D (36). If one respondent is chosen at random, what is the probability they are in Group A?

Worked examples

Example 1

A bag contains 4 red marbles, 6 blue marbles, and 5 green marbles. If one marble is drawn at random, what is the probability that it is not blue?

Example 2

A school survey of 200 students reports:

CafeteriaPack lunchTotal
Freshman402060
Senior6080140
Total100100200

Given that a student packs lunch, what is the probability the student is a senior?

Common pitfalls

Using the wrong denominator

When a question says given that the student is female, your denominator is all females, not the whole table. Many SAT trap answers use the right numerator but the wrong denominator (usually the table total).

Treating non-independent events as independent

Drawing two cards without replacement → the second draw's probability depends on the first. P(both red)P(red)P(red)P(\text{both red}) \neq P(\text{red}) \cdot P(\text{red}) — the count changes after the first draw.

Forgetting to subtract overlap in 'or' questions

P(A or B)=P(A)+P(B)P(A and B)P(A \text{ or } B) = P(A) + P(B) - P(A \text{ and } B). If you don't subtract the overlap, you double-count students who fall into both categories.

Confusing 'at least one' with the simple probability

At least one of 3 students passes is NOT the same as 3P(pass)3 \cdot P(\text{pass}). Use the complement: P(at least one)=1P(none)P(\text{at least one}) = 1 - P(\text{none}).

Key takeaways

  • P=P = favorable outcomes / total outcomes. Always between 0 and 1.

  • The denominator is the given group: given X, the population is X-only.

  • P(not A)=1P(A)P(\text{not } A) = 1 - P(A). Use this when the question is about not, neither, or at least one.

  • Two-way tables are the SAT's favorite probability format — always identify what subset is the denominator.

  • Independent events: multiply probabilities for and. Overlapping events: subtract the overlap when using or.

Watch & learn

Curated Khan Academy walkthroughs on Probability. They're complementary to this lesson — watch one if a written explanation isn't clicking, or after to reinforce.

Try it yourself

5 practice questions on Probability, drawn from the question bank. The tutor is one click away if you get stuck.

Lesson v1 · generated 5/2/2026 · the floating tutor knows you're on this lesson — ask anything.