Study Guide

Probability concepts, conditional probability, independent events

IB Mathematics Applications and Interpretation HLΒ· IB AI HL 5.4Β· 45 min read

1. Core Probability Fundamentalsβ˜…β˜…β˜†β˜†β˜†β± 15 min

πŸ“˜ Definition

Sample Space and Event

for sample space, for events

The sample space is the set of all possible outcomes of a random experiment. An event is a subset of the sample space.

Example:

Rolling a 6-sided die: , event "roll even" is

All probability follows core basic rules: the probability of any event is between 0 and 1, and the sum of probabilities of all outcomes in the sample space equals 1. A very useful rule is the complement rule for the event that does not occur, written .

P(Aβ€²)=1βˆ’P(A)P(A') = 1 - P(A)
πŸ“ Worked Example

A fair 10-sided die is rolled once. Find the probability that the outcome is not a multiple of 3.

  1. 1
    1. Identify the sample space and event:
  2. 2
    S={1,2,...,10},n(S)=10S = \{1,2,...,10\}, \quad n(S) = 10
  3. 3

    Let = outcome is a multiple of 3, so ,

  4. 4
    1. Calculate :
  5. 5
    P(A)=n(A)n(S)=310P(A) = \frac{n(A)}{n(S)} = \frac{3}{10}
  6. 6
    1. Use the complement rule to find , the probability the outcome is not a multiple of 3:
  7. 7
    P(Aβ€²)=1βˆ’P(A)=1βˆ’310=710P(A') = 1 - P(A) = 1 - \frac{3}{10} = \frac{7}{10}

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

πŸ“˜ Definition

Conditional Probability

The probability of event occurring given that event has already occurred is called conditional probability, written . The formula is:

Example:

Probability of drawing a red card second, given the first card drawn was red

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

Conditional probability restricts the sample space to only outcomes where has occurred, so we normalize the joint probability by the total probability of . This matches our intuitive understanding of how prior information changes probability.

πŸ“ Worked Example

A bag contains 5 red marbles and 7 blue marbles. Two marbles are drawn without replacement. Find the probability that the second marble is red, given the first was red.

  1. 1
    1. Define events: = second marble red, = first marble red. We need .
  2. 2
    1. Calculate the joint probability both are red:
  3. 3
    P(A∩B)=512Γ—411=20132=533P(A \cap B) = \frac{5}{12} \times \frac{4}{11} = \frac{20}{132} = \frac{5}{33}
  4. 4
    1. We know , the probability the first marble is red.
  5. 5
    1. Apply the conditional probability formula:
  6. 6
    P(A∣B)=P(A∩B)P(B)=533512=1233=411P(A|B) = \frac{P(A \cap B)}{P(B)} = \frac{\frac{5}{33}}{\frac{5}{12}} = \frac{12}{33} = \frac{4}{11}
  7. 7

    This matches intuition: after drawing one red, 4 red out of 11 total marbles remain.

Exam tip:

Always confirm ; if cannot occur, conditional probability is undefined, a common trick exam question.

3. Independent Events and Key Distinctionsβ˜…β˜…β˜…β˜†β˜†β± 20 min

πŸ“˜ Definition

Independent Events

Two events and are independent if the occurrence of one does not change the probability of the other. This gives the core mathematical condition:

Example:

Rolling a die twice: the result of the first roll does not affect the second

P(A∩B)=P(A)Γ—P(B)P(A \cap B) = P(A) \times P(B)

Mutually exclusive events are events that cannot occur at the same time, so . This is a completely separate concept from independence, and mixing the two up is one of the most common exam mistakes.

πŸ“ Worked Example

A student takes two independent tests. The probability they pass test 1 is 0.7, and the probability they pass test 2 is 0.6. Find the probability the student passes exactly one test.

  1. 1
    1. Define events: = pass test 1, = pass test 2, events are independent.
  2. 2
    1. "Pass exactly one" means (pass 1 and fail 2) OR (fail 1 and pass 2). These are mutually exclusive, so we add their probabilities.
  3. 3
    1. Calculate the first probability using the independence rule:
  4. 4
    P(P1∩P2β€²)=P(P1)Γ—P(P2β€²)=0.7Γ—(1βˆ’0.6)=0.28P(P_1 \cap P_2') = P(P_1) \times P(P_2') = 0.7 \times (1 - 0.6) = 0.28
  5. 5
    1. Calculate the second probability:
  6. 6
    P(P1β€²βˆ©P2)=P(P1β€²)Γ—P(P2)=(1βˆ’0.7)Γ—0.6=0.18P(P_1' \cap P_2) = P(P_1') \times P(P_2) = (1 - 0.7) \times 0.6 = 0.18
  7. 7
    1. Add the probabilities:
  8. 8
    P(exactly one pass)=0.28+0.18=0.46P(\text{exactly one pass}) = 0.28 + 0.18 = 0.46

4. Common Pitfalls

Wrong move:

Confusing independent and mutually exclusive events for non-zero probability events

Why:

These are separate concepts, and their conditions are contradictory for events with positive probability

Correct move:

Remember: mutually exclusive means , independent means . Only use mutually exclusive if events cannot occur together.

Wrong move:

Forgetting to divide by when calculating conditional probability, leaving as the final answer

Why:

Conditional probability restricts the sample space to , so normalization is required

Correct move:

Always write the full formula and divide by before finishing.

Wrong move:

Treating draws with replacement the same as draws without replacement (or vice versa)

Why:

The sample size only changes when drawing without replacement, which changes probabilities for subsequent draws

Correct move:

Always read the question carefully to check if draws are with or without replacement before starting your calculation.

Wrong move:

Assuming all events are independent when the question does not state this

Why:

Many exam problems test your ability to check for independence, not assume it from the start

Correct move:

Only use the rule if the question explicitly states events are independent, or you have verified independence via the definition.

5. Quick Reference Cheatsheet

Concept

Formula / Rule

Complement Rule

Conditional Probability

General Multiplication Rule

Independent Events

,

Mutually Exclusive Events

,

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.

  • 2021 Β· 1

    Conditional probability calculation

  • 2022 Β· 2

    Independent events problem

  • 2023 Β· 1

    Venn diagram probability

Going deeper

What's Next

Mastering these core probability concepts is the foundation for all further probability and statistics topics in IB AI HL, including discrete and continuous probability distributions, expected value, hypothesis testing, and regression analysis. Conditional probability is especially critical for Bayes' theorem, a common higher-mark exam topic that extends the ideas you learned here. The distinction between independent and dependent events also comes into play when checking for association in contingency tables for chi-squared tests, so building a solid understanding here will help you avoid common mistakes in more advanced topics.