Joint, marginal, conditional probability from a frequency table.
A two-way table cross-classifies a set of items along two categorical variables. Three kinds of probabilities to read off:
P(A and B) = (cell count) / (grand total)P(A) = (row or column total) / (grand total)P(A | B) = (cell count) / (B's row or column total)Conditional probability is the SAT's favourite — the word given tells you to restrict to the corresponding row or column total instead of the grand total.
Two events are independent if P(A and B) = P(A) · P(B).
35 − 10 = 25 students take Math but not Science.P = 25 / 60 = 5/12P(Sci | Math) = 10 / 35 = 2/78 questions on reading two-way tables, joint vs marginal vs conditional probability, and independence.