Study Guide

Probability, conditional probability and independent events

IB Mathematics Analysis and Approaches SLΒ· Unit 4: Statistics & Probability, Topic 5Β· 15 min read

1. Basic Probability Rulesβ˜…β˜…β˜†β˜†β˜†β± 5 min

πŸ“˜ Definition

Probability of an Event

P(A)P(A)

For a finite sample space with equally likely outcomes, probability of event is the ratio of favorable outcomes to total outcomes in the sample space, with .

Example:

Rolling a fair 6-sided die:

The addition rule describes the probability of either of two events occurring, accounting for overlap where both events happen at the same time:

P(AβˆͺB)=P(A)+P(B)βˆ’P(A∩B)P(A \cup B) = P(A) + P(B) - P(A \cap B)
πŸ“ Worked Example

In a class of 30 students, 12 study biology, 15 study chemistry, and 5 study both. What is the probability a randomly selected student studies biology or chemistry?

  1. 1

    Define events: ,

  2. 2

    Calculate base probabilities:

  3. 3
    P(A)=12/30=0.4,P(B)=15/30=0.5,P(A∩B)=5/30β‰ˆ0.167P(A) = 12/30 = 0.4, \quad P(B) = 15/30 = 0.5, \quad P(A \cap B) = 5/30 \approx 0.167
  4. 4

    Substitute into the addition rule:

  5. 5
    P(AβˆͺB)=0.4+0.5βˆ’0.167=0.733P(A \cup B) = 0.4 + 0.5 - 0.167 = 0.733
  6. 6

    The probability is .

Exam tip:

In IB exams, "or" always means inclusive or (A or B or both), so always subtract the intersection term once.

2. Conditional Probabilityβ˜…β˜…β˜…β˜†β˜†β± 6 min

πŸ“˜ Definition

Conditional Probability

P(A∣B)P(A|B)

The probability of event occurring given that event has already occurred. It restricts the sample space to only outcomes in .

From the definition, we get the core formula for conditional probability, which holds when :

P(A∣B)=P(A∩B)P(B)P(A|B) = \frac{P(A \cap B)}{P(B)}
πŸ“ Worked Example

A bag has 5 red marbles and 3 blue marbles. Two marbles are drawn without replacement. Find the probability the second marble is red given the first was blue.

  1. 1

    Define events: ,

  2. 2

    After drawing one blue marble, we have 5 red and 2 blue marbles left, so 7 total marbles remaining.

  3. 3

    Since all marbles are equally likely, the probability is the ratio of favorable red marbles to total remaining marbles:

  4. 4
    P(A∣B)=57β‰ˆ0.714P(A|B) = \frac{5}{7} \approx 0.714
  5. 5

    Verifying with the formula: , , so , which matches.

βœ“ Quick check

What is (probability first is blue given second is red) for the example above?

  1. What is the value of ?

    Reveal answer
    3/7 β€”

    Correct! After drawing a red marble first, 4 red and 3 blue remain, so 3 blue out of 7 total marbles.

3. Independent Eventsβ˜…β˜…β˜…β˜†β˜†β± 4 min

πŸ“˜ Definition

Independent Events

Two events are independent if the occurrence of one does not change the probability of the other. This means and .

Rearranging the conditional probability formula gives the key test for independence:

P(A∩B)=P(A)Γ—P(B)for independent events A,BP(A \cap B) = P(A) \times P(B) \quad \text{for independent events } A, B
πŸ“ Worked Example

A fair coin is flipped twice. Let , . Verify that and are independent.

  1. 1

    Calculate base probabilities: ,

  2. 2

    The probability that the first is heads and the second is tails is 1 out of 4 equally likely outcomes, so

  3. 3

    Check the independence condition:

  4. 4
    P(A)Γ—P(B)=(1/2)(1/2)=1/4=P(A∩B)P(A) \times P(B) = (1/2)(1/2) = 1/4 = P(A \cap B)
  5. 5

    The condition holds, so and are independent.

4. Common Pitfalls

Wrong move:

Treating sampling without replacement as independent events.

Why:

Drawing without replacement changes the sample size and outcome counts for subsequent draws, so events are dependent.

Correct move:

Use conditional probability for subsequent draws and adjust counts after each draw.

Wrong move:

Confusing with .

Why:

The order of events in conditional probability matters; swapping the condition gives a different result.

Correct move:

Always clearly label which event is the given condition, and remember the given event is in the denominator of the formula.

Wrong move:

Assuming events are independent without verification.

Why:

Most problems do not state dependence, so students often incorrectly assume independence.

Correct move:

Only use if the question explicitly says events are independent, or you verify it.

Wrong move:

Adding probabilities without subtracting the intersection.

Why:

Overlap where both events occur is counted twice if the intersection is not subtracted.

Correct move:

Always apply the full addition rule: .

5. Quick Reference Cheatsheet

Concept

Formula

Addition Rule

P(A \cup B) = P(A) + P(B) - P(A \cap B)

Conditional Probability

P(A|B) = \frac{P(A \cap B)}{P(B)}, \quad P(B) > 0

Independence Condition

P(A \cap B) = P(A) \cdot P(B)

Independence Definition

P(A|B) = P(A), \quad P(B|A) = P(B)

Multiplication Rule (Dependent)

P(A \cap B) = P(A|B) \cdot P(B)

When this came up on past exams

AI-estimated based on syllabus patterns β€” cross-check with official past papers for accuracy. Use only as revision-focus signals.

  • 2023 Β· 1

    Conditional probability calculation

  • 2022 Β· 2

    Identify independent events

  • 2021 Β· 1

    Multi-event probability problem

Going deeper

What's Next

This topic is the foundation for all advanced probability work in IB AA SL. Mastery of conditional probability and independence is essential for solving multi-step problems with tree diagrams, and for working with discrete probability distributions that model random outcomes. These concepts are also the core of the binomial distribution, one of the most frequently tested distributions on the IB AA SL exam. Building a solid understanding here will make more complex topics much easier to master.