Basic Probability
The probability of an event is the number of favourable outcomes divided by the total number of equally likely outcomes, always a value between 0 and 1. Rolling a fair die, P(even) = 3/6 = 1/2; drawing from a bag of 3 red and 5 blue marbles, P(red) = 3/8. The phrase "equally likely" is doing quiet work — the formula only holds when every outcome in the sample space has the same chance, which is why a fair coin or a well-shuffled deck is specified. When outcomes are not obviously equal, count at the level where they are: for two dice, the 36 ordered pairs are equally likely even though the sums 2 through 12 are not. Probabilities are often cleaner as fractions than decimals, and the GRE frequently accepts a fraction in a Numeric Entry box. The reliable first move on any probability question is to name the sample space — how many total outcomes — before counting the favourable ones.
✅ Solved examples
✏️ Practice — try these, take hints as needed
📝 Topic test — 8 questions
Auto-graded with full solutions; saved to your dashboard. Use the calculator and formula sheet (top-right) any time.
Formula Reference Sheet
Core probability
| Basic probability | P(E) = favourable outcomes / total equally-likely outcomes |
|---|---|
| Range of a probability | 0 ≤ P(E) ≤ 1 |
| Complement | P(not E) = 1 − P(E) |
| Independent "and" | P(A and B) = P(A) × P(B) |
Combining events
| General "or" | P(A or B) = P(A) + P(B) − P(A and B) |
|---|---|
| Mutually exclusive "or" | P(A or B) = P(A) + P(B) (no overlap) |
| Dependent "and" | P(A then B) = P(A) × P(B given A) |
| "At least one" | P(at least one) = 1 − P(none) |