SAT Probability Problems with Solutions- Practice Makes Perfect

Why Probability Problems Show Up on the SAT

The SAT throws probability questions at you because they test your ability to think logically under pressure. That's it. No hidden agenda. These problems show up in the math section and you'll typically see 2-4 of them depending on the test.

Most students freeze when they see probability. They think it's some alien math concept. It's not. Probability is just a way of expressing how likely something is to happen. Once that clicks, you're halfway done.

The Core Formula You Need to Memorize

Every probability problem on the SAT boils down to one equation:

Probability = (Number of favorable outcomes) / (Total number of possible outcomes)

That's it. Commit this to memory right now. Write it on your hand if you have to.

The answer will always be between 0 and 1. A probability of 0 means it won't happen. A probability of 1 means it definitely will happen. Everything else falls somewhere in between.

Types of SAT Probability Problems

1. Simple Probability

The most basic version. You're given a situation and asked directly: what's the chance this happens?

Example: A bag contains 5 red marbles and 3 blue marbles. If you pick one marble at random, what's the probability it's red?

Total marbles = 8
Favorable outcomes (red) = 5
Probability = 5/8

Done.

2. Probability of "And" (Independent Events)

When you need two things to happen, and one doesn't affect the other, you multiply the probabilities.

Example: You flip a coin and roll a six-sided die. What's the probability you get heads AND roll a 4?

P(heads) = 1/2
P(4) = 1/6
P(heads AND 4) = 1/2 × 1/6 = 1/12

3. Probability of "Or" (Mutually Exclusive Events)

When you want either one thing OR another thing to happen, you add the probabilities and subtract the overlap.

Example: In a deck of 52 cards, what's the probability of drawing a king OR a heart?

P(king) = 4/52
P(heart) = 13/52
P(king AND heart) = 1/52 (only the king of hearts)
P(king OR heart) = 4/52 + 13/52 - 1/52 = 16/52 = 4/13

4. Probability of "Not"

Sometimes it's easier to calculate what you DON'T want and subtract from 1.

P(not A) = 1 - P(A)

Example: The probability of rain tomorrow is 0.3. What's the probability it won't rain?

P(no rain) = 1 - 0.3 = 0.7

5. Probability with Replacement vs. Without Replacement

This trips up a lot of students.

With replacement: The total number of outcomes stays the same for each pick. Events are independent.

Without replacement: The total changes after each pick. Events are dependent.

Example without replacement: You have 4 green and 6 yellow marbles. You pick two without replacing. What's the probability both are green?

First pick: P(green) = 4/10
Second pick: P(green) = 3/9 (one green is gone)
P(both green) = 4/10 × 3/9 = 12/90 = 2/15

Practice Problems with Solutions

Problem 1: A spinner has 8 equal sections numbered 1-8. What's the probability of spinning a number greater than 4?

Numbers greater than 4: 5, 6, 7, 8 = 4 outcomes
Total outcomes: 8
Answer: 4/8 = 1/2


Problem 2: A box contains 3 defective and 7 working batteries. If you pick 2 batteries without replacement, what's the probability both are defective?

P(first defective) = 3/10
P(second defective) = 2/9
P(both defective) = 3/10 × 2/9 = 6/90 = 1/15


Problem 3: Two dice are rolled. What's the probability the sum is exactly 7?

Total possible outcomes: 6 × 6 = 36
Ways to get sum of 7: (1,6), (2,5), (3,4), (4,3), (5,2), (6,1) = 6 outcomes
Answer: 6/36 = 1/6


Problem 4: A bag has 5 red, 3 blue, and 2 green marbles. Two marbles are drawn with replacement. What's the probability both are red?

P(red) = 5/10 = 1/2
P(both red) = 1/2 × 1/2 = 1/4

Quick Reference Table

Problem TypeKey WordOperation
Simple probability"chance of"Divide favorable by total
AND (independent)"and", "both"Multiply probabilities
OR"or", "either"Add, subtract overlap
NOT"won't", "doesn't"1 minus probability
Without replacement"without replacing"Reduce denominator each pick

How to Approach Any Probability Problem

Follow these steps in order:

Common Mistakes That Cost You Points

Forgetting to reduce the denominator when drawing without replacement. This is the most common error. Each draw changes the pool.

Confusing independent and dependent events. If you replace the item, events are independent. If you don't, they're dependent.

Adding probabilities when you should multiply. "And" means multiply. "Or" means add (with subtraction for overlap).

Not simplifying fractions. The SAT expects reduced answers. 2/4 is wrong. 1/2 is right.

Final Thoughts

Probability on the SAT isn't hard once you strip away the word problems and get to the math underneath. The formulas are simple. The execution is what matters.

Practice with real problems. Use the steps above. Check your work. That's the entire process.