Learn.breadcrumbLabel

Probability Basics: Rules, Formulas, and Practice Problems

2026.04.14

Learn.byAuthor

Probability
Probability

What are the chances? Probability is the math of uncertainty — it tells you how likely an event is to happen, from coin flips to real-world predictions.

💡
Key Point: Probability is tested on AP Statistics, SAT, ACT, and GCSE exams. The core rules are simple, but applying them correctly under exam pressure takes practice.

What Is Probability?

Definition and Basic Formula

Probability measures how likely an event is to occur, expressed as a number between 0 and 1.

P(A)=Number of favorable outcomesTotal number of outcomesP(A) = \frac{\text{Number of favorable outcomes}}{\text{Total number of outcomes}}
  • P(A)=0P(A) = 0 : Impossible event
  • P(A)=1P(A) = 1 : Certain event
  • 0<P(A)<10 < P(A) < 1 : Somewhere in between

Key Probability Rules

RuleFormulaWhen to Use
ComplementP(A)=1P(A)P(A') = 1 - P(A)"Not A" probability
Addition (Mutually Exclusive)P(AB)=P(A)+P(B)P(A \cup B) = P(A) + P(B)A and B can’t happen together
Addition (General)P(AB)=P(A)+P(B)P(AB)P(A \cup B) = P(A) + P(B) - P(A \cap B)A and B can overlap
Multiplication (Independent)P(AB)=P(A)×P(B)P(A \cap B) = P(A) \times P(B)A doesn’t affect B
ConditionalP(AB)=P(AB)P(B)P(A|B) = \frac{P(A \cap B)}{P(B)}Probability of A given B

Types of Events

Independent Events

Two events are independent if one doesn’t affect the other.

  • Rolling a die twice: each roll is independent.
  • P(AB)=P(A)×P(B)P(A \cap B) = P(A) \times P(B)

Mutually Exclusive Events

Two events are mutually exclusive if they can’t happen at the same time.

  • Drawing a card that is both a King and a Queen: impossible.
  • P(AB)=0P(A \cap B) = 0

Conditional Probability

The probability of A happening given that B has already happened.

P(AB)=P(AB)P(B)P(A|B) = \frac{P(A \cap B)}{P(B)}
⚠️
Watch Out: Don’t confuse P(AB)P(A \cap B) with P(AB)P(A|B). The intersection is a joint probability, while conditional probability assumes B has already occurred.

Counting Methods

Permutations (Order Matters)

P(n,r)=n!(nr)!P(n, r) = \frac{n!}{(n-r)!}

Combinations (Order Doesn’t Matter)

C(n,r)=(nr)=n!r!(nr)!C(n, r) = \binom{n}{r} = \frac{n!}{r!(n-r)!}

Worked Examples

Example 1: Basic Probability

A bag has 3 red, 5 blue, and 2 green balls. What’s the probability of drawing a blue ball?

Show Solution

Total balls: 3+5+2=103 + 5 + 2 = 10

P(blue)=510=12P(\text{blue}) = \frac{5}{10} = \frac{1}{2}

Example 2: Addition Rule

A card is drawn from a standard deck. What’s the probability it’s a King or a Heart?

Show Solution

P(King)=452P(\text{King}) = \frac{4}{52}, P(Heart)=1352P(\text{Heart}) = \frac{13}{52}, P(KingHeart)=152P(\text{King} \cap \text{Heart}) = \frac{1}{52}

P(KingHeart)=452+1352152=1652=413P(\text{King} \cup \text{Heart}) = \frac{4}{52} + \frac{13}{52} - \frac{1}{52} = \frac{16}{52} = \frac{4}{13}

Example 3: Conditional Probability

In a class of 30 students, 18 study math and 12 study both math and science. If a student studies math, what’s the probability they also study science?

Show Solution
P(ScienceMath)=1218=23P(\text{Science}|\text{Math}) = \frac{12}{18} = \frac{2}{3}
📝
Pro Tip: When stuck on a probability problem, draw a tree diagram or Venn diagram. Visual representations make it much easier to identify the correct formula to use.

Top 3 Common Mistakes

  1. Not subtracting the overlap in the addition rule — if events can happen together, you must subtract P(AB)P(A \cap B)
  2. Confusing independent with mutually exclusive — mutually exclusive events are NOT independent (if one happens, the other can’t)
  3. Using the wrong denominator for conditional probability — the condition restricts the sample space

Related Topics

  • Permutations and Combinations
  • Expected Value and Variance
  • Binomial Distribution
  • Bayes’ Theorem