Study Guide

Basic probability concepts and rules

IB Mathematics: Analysis and Approaches HLΒ· Unit 4: Statistics and Probability, Topic 3Β· 15 min read

1. Core Probability Terminologyβ˜…β˜†β˜†β˜†β˜†β± 4 min

πŸ“˜ Definition

Sample Space

SS

The set of all possible distinct outcomes of a random experiment. All outcomes must be mutually exclusive and cover every possible result.

Example:

For rolling a single 6-sided die,

πŸ“˜ Definition

Event

A,B,...A, B, ...

An event is any subset of the sample space. We are usually interested in the probability of a specific event occurring.

Example:

For rolling a die, the event

πŸ“ Worked Example

A random experiment consists of tossing two fair coins. Write down the sample space, and identify the event .

  1. 1

    Each coin can land on heads () or tails (), so we list all ordered outcomes:

  2. 2
    S={(H,H),(H,T),(T,H),(T,T)}S = \{(H,H), (H,T), (T,H), (T,T)\}
  3. 3

    Event includes all outcomes with at least one head, so we select all outcomes that match the condition:

  4. 4
    A={(H,H),(H,T),(T,H)}A = \{(H,H), (H,T), (T,H)\}

2. Complementary Events and the Complement Ruleβ˜…β˜†β˜†β˜†β˜†β± 3 min

πŸ“˜ Definition

Complementary Event

Aβ€²A'

The complement of event is the event that does not occur. contains all outcomes in the sample space that are not in .

Example:

If ,

The complement rule follows directly from the fact that :

P(A)+P(Aβ€²)=1β€…β€ŠβŸΉβ€…β€ŠP(A)=1βˆ’P(Aβ€²)P(A) + P(A') = 1 \implies P(A) = 1 - P(A')

This rule is especially useful for calculating "at least one" probabilities, where calculating the complement is much simpler than calculating the event directly.

πŸ“ Worked Example

Calculate the probability of getting at least one 6 when rolling two fair 6-sided dice.

  1. 1

    Let . The complement is .

  2. 2

    There are total possible outcomes. For no 6s, each die has 5 possible outcomes:

  3. 3
    Number of outcomes in Aβ€²=5Γ—5=25\text{Number of outcomes in } A' = 5 \times 5 = 25
  4. 4

    Calculate , then apply the complement rule:

  5. 5
    P(Aβ€²)=2536β€…β€ŠβŸΉβ€…β€ŠP(A)=1βˆ’2536=1136P(A') = \frac{25}{36} \implies P(A) = 1 - \frac{25}{36} = \frac{11}{36}

3. Addition Rule for Combined Eventsβ˜…β˜…β˜†β˜†β˜†β± 4 min

πŸ“˜ Definition

Mutually Exclusive (Disjoint) Events

Two events are mutually exclusive if they cannot occur at the same time, meaning they have no overlapping outcomes. For mutually exclusive events, so .

The general addition rule calculates the probability that either or (or both) occur:

P(AβˆͺB)=P(A)+P(B)βˆ’P(A∩B)P(A \cup B) = P(A) + P(B) - P(A \cap B)

If and are mutually exclusive, this simplifies to , since .

πŸ“ Worked Example

In a class of 30 students, 16 study Mathematics, 12 study Physics, and 8 study both subjects. What is the probability a randomly selected student studies Mathematics or Physics?

  1. 1

    Let , .

  2. 2

    From the problem, we have:

  3. 3
    P(M)=1630,P(P)=1230,P(M∩P)=830P(M) = \frac{16}{30}, \quad P(P) = \frac{12}{30}, \quad P(M \cap P) = \frac{8}{30}
  4. 4

    Events are not mutually exclusive (some students study both), so use the general addition rule:

  5. 5
    P(MβˆͺP)=1630+1230βˆ’830=2030=23P(M \cup P) = \frac{16}{30} + \frac{12}{30} - \frac{8}{30} = \frac{20}{30} = \frac{2}{3}

4. Independent Events and the Multiplication Ruleβ˜…β˜…β˜†β˜†β˜†β± 4 min

πŸ“˜ Definition

Independent Events

Two events are independent if the occurrence of one does not change the probability of the other occurring. The formal condition for independence is: .

For independent events, the multiplication rule gives the probability that both events occur:

P(A∩B)=P(A)Γ—P(B)P(A \cap B) = P(A) \times P(B)
πŸ“ Worked Example

A bag contains 5 red marbles and 3 blue marbles. One marble is drawn at random, replaced, then a second marble is drawn. What is the probability both marbles are red?

  1. 1

    Let , .

  2. 2

    Since the first marble is replaced, the outcome of the first draw does not affect the second, so events are independent.

  3. 3
    P(R1)=P(R2)=58P(R_1) = P(R_2) = \frac{5}{8}
  4. 4

    Apply the multiplication rule for independent events:

  5. 5
    P(R1∩R2)=P(R1)Γ—P(R2)=58Γ—58=2564P(R_1 \cap R_2) = P(R_1) \times P(R_2) = \frac{5}{8} \times \frac{5}{8} = \frac{25}{64}

5. Common Pitfalls

Wrong move:

Confusing mutually exclusive events and independent events

Why:

Mutually exclusive describes overlap of outcomes, while independent describes a probability relationship between events. These are unrelated concepts.

Correct move:

Remember: If two events have non-zero probability and are mutually exclusive, they cannot be independent. Always check the definition for each term separately.

Wrong move:

Forgetting to subtract when using the addition rule

Why:

If events are not mutually exclusive, overlapping outcomes are counted twice when you add and .

Correct move:

Always use the general addition rule unless explicitly told the events are disjoint.

Wrong move:

Applying the simple multiplication rule to dependent events

Why:

The rule only holds for independent events.

Correct move:

Only use the simple multiplication rule when events are confirmed to be independent (e.g. sampling with replacement, independent trials).

Wrong move:

Assuming all outcomes in a sample space are equally likely

Why:

Many random experiments do not have uniform probability for outcomes, so counting outcomes directly will give the wrong result.

Correct move:

Only assume equally likely outcomes if the problem explicitly states the experiment is fair or selection is uniform.

6. Quick Reference Cheatsheet

Rule/Concept

Formula

When To Use

Complement Rule

Calculating "at least one" probabilities

General Addition Rule

Any two events

Addition Rule (Mutually Exclusive)

Disjoint events with no overlap

Multiplication Rule (Independent)

Independent events

Independence Check

Confirming if two events are independent

7. Frequently Asked

What is the key difference between mutually exclusive and independent events?

Mutually exclusive describes overlap of outcomes: events with no overlap are mutually exclusive. Independent describes probability relationship: one event occurring does not change the probability of the other. Two non-zero probability events cannot be both mutually exclusive and independent.

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.

  • 2022 Β· Paper 1

    Short combined probability calculation

  • 2023 Β· Paper 2

    Venn diagram probability problem

Going deeper

What's Next

Now that you have mastered basic probability concepts and rules, you have the essential foundation to explore all advanced probability topics tested in IB AA HL. The rules you learned here will be extended to conditional probability, where we calculate probabilities for events given that another event has already occurred, and to multi-step probability problems using tree diagrams and Bayes' theorem. You will also apply these core rules to discrete and continuous probability distributions later in the unit, which are heavily weighted topics in both Paper 1 and Paper 2. Mastery of these basic concepts is critical to avoid losing easy marks, as basic probability often forms the first part of longer multi-part exam questions.