Fatskills
Practice. Master. Repeat.
Study Guide: IB Maths AA Analysis and Approaches How to Solve: IB AA HL/SL – Probability & Statistics (Binomial/Poisson/Normal, Conditional, Bayes’ Theorem)
Source: https://www.fatskills.com/ib-exams/chapter/ib-maths-aa-analysis-and-approaches-how-to-solve-ib-aa-hlsl-probability-statistics-binomialpoissonnormal-conditional-bayes-theorem

IB Maths AA Analysis and Approaches How to Solve: IB AA HL/SL – Probability & Statistics (Binomial/Poisson/Normal, Conditional, Bayes’ Theorem)

By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.

⏱️ ~6 min read

How to Solve: IB AA HL/SL – Probability & Statistics (Binomial/Poisson/Normal, Conditional, Bayes’ Theorem)

Complete Guide


Introduction

"Mastering this topic unlocks 10–15% of your IB AA HL/SL exam score—and real-world problems like drug trial success rates, stock market crashes, or disease diagnosis accuracy. One Bayes’ Theorem question alone can be worth 6–8 marks. Let’s break it down so you never lose those marks again."


WHAT YOU NEED TO KNOW FIRST

  1. Basic probability rules (AND/OR, mutually exclusive, independent events).
  2. Set notation (P(A), P(A|B), A ∩ B, A ∪ B).
  3. Basic algebra (solving for x, rearranging equations).

KEY TERMS & FORMULAS

1. Binomial Distribution

Formula: [ P(X = k) = \binom{n}{k} p^k (1-p)^{n-k} ] - n = number of trials (MEMORISE) - k = number of successes (MEMORISE) - p = probability of success on one trial (MEMORISE) - (\binom{n}{k}) = "n choose k" = (\frac{n!}{k!(n-k)!}) (given on exam sheet)

When to use: Fixed number of independent trials, two outcomes (success/failure).


2. Poisson Distribution

Formula: [ P(X = k) = \frac{e^{-\lambda} \lambda^k}{k!} ] - λ (lambda) = mean number of events in the interval (MEMORISE) - k = number of events (MEMORISE) - e ≈ 2.718 (given on exam sheet)

When to use: Rare events over time/space (e.g., radioactive decay, customer arrivals).


3. Normal Distribution

Formula: [ X \sim N(\mu, \sigma^2) ] - μ (mu) = mean (MEMORISE) - σ (sigma) = standard deviation (MEMORISE) - Z-score: ( Z = \frac{X - \mu}{\sigma} ) (MEMORISE)

When to use: Continuous data, bell curve (e.g., heights, test scores).


4. Conditional Probability

Formula: [ P(A|B) = \frac{P(A \cap B)}{P(B)} ] - P(A|B) = probability of A given B (MEMORISE) - P(A ∩ B) = probability of A and B both happening (MEMORISE)

When to use: Probability of an event after another event has occurred.


5. Bayes’ Theorem

Formula: [ P(A|B) = \frac{P(B|A) \cdot P(A)}{P(B)} ] - P(B) can be expanded using the Law of Total Probability: [ P(B) = P(B|A) \cdot P(A) + P(B|\text{not }A) \cdot P(\text{not }A) ] (MEMORISE)

When to use: Updating probabilities with new evidence (e.g., medical testing, spam filters).


STEP-BY-STEP METHOD

Step 1: Identify the Distribution

  • Binomial? → Fixed trials, two outcomes, independent.
  • Poisson? → Rare events, no fixed trials, mean given.
  • Normal? → Continuous data, mean & SD given.
  • Conditional/Bayes? → "Given that," "if," or "updated probability."

Step 2: Write Down Known Values

  • For Binomial: n, p, k.
  • For Poisson: λ, k.
  • For Normal: μ, σ, X (or Z).
  • For Conditional/Bayes: P(A), P(B), P(A ∩ B) or P(B|A).

Step 3: Choose the Correct Formula

  • Match the scenario to the formula above.

Step 4: Plug in Numbers & Solve

  • For Binomial/Poisson: Calculate directly.
  • For Normal: Convert to Z-score, use tables.
  • For Bayes: Expand P(B) using the Law of Total Probability.

Step 5: Check Units & Reasonableness

  • Probabilities must be between 0 and 1.
  • Means/SDs must be positive.
  • Does the answer make sense? (e.g., P(success) > P(failure) if p > 0.5).

WORKED EXAMPLES

Example 1 – Basic Binomial

Question: A fair coin is flipped 10 times. What’s the probability of getting exactly 6 heads?

Step 1: Binomial (fixed trials, two outcomes, independent). Step 2: n = 10, p = 0.5, k = 6. Step 3: ( P(X = 6) = \binom{10}{6} (0.5)^6 (0.5)^4 ). Step 4: ( \binom{10}{6} = 210 ), so ( 210 \times (0.5)^{10} = 0.2051 ). Step 5: Probability ≈ 20.5% (reasonable for 6/10 heads).

What we did and why: Used binomial formula because we had fixed trials, two outcomes, and independence. Calculated combinations and multiplied by success/failure probabilities.


Example 2 – Medium Poisson

Question: A call center receives 5 calls per hour on average. What’s the probability of receiving exactly 3 calls in the next hour?

Step 1: Poisson (rare events, no fixed trials, mean given). Step 2: λ = 5, k = 3. Step 3: ( P(X = 3) = \frac{e^{-5} 5^3}{3!} ). Step 4: ( e^{-5} ≈ 0.0067 ), ( 5^3 = 125 ), ( 3! = 6 ). So, ( \frac{0.0067 \times 125}{6} ≈ 0.1404 ). Step 5: Probability ≈ 14% (reasonable for 3 calls with λ = 5).

What we did and why: Used Poisson because calls are rare events over time. Plugged in λ and k, calculated using e and factorial.


Example 3 – Exam-Style Bayes’ Theorem

Question: A disease affects 1% of a population. A test is 99% accurate (99% true positive, 99% true negative). If a person tests positive, what’s the probability they actually have the disease?

Step 1: Bayes’ Theorem (updating probability with new evidence). Step 2: - P(Disease) = 0.01 - P(Positive|Disease) = 0.99 - P(Positive|No Disease) = 0.01 Step 3: ( P(Disease|Positive) = \frac{P(Positive|Disease) \cdot P(Disease)}{P(Positive)} ). Step 4: Expand P(Positive) using Law of Total Probability: ( P(Positive) = P(Positive|Disease) \cdot P(Disease) + P(Positive|No Disease) \cdot P(No Disease) ) = ( 0.99 \times 0.01 + 0.01 \times 0.99 = 0.0198 ). Now, ( P(Disease|Positive) = \frac{0.99 \times 0.01}{0.0198} = 0.5 ). Step 5: Probability = 50% (surprisingly low due to low disease prevalence).

What we did and why: Used Bayes’ to update the probability of disease given a positive test. Expanded P(Positive) to account for false positives.


COMMON MISTAKES

  1. MISTAKE: Using binomial for Poisson problems (or vice versa).
    WHY IT HAPPENS: Confusing "fixed trials" (binomial) with "rare events" (Poisson).
    CORRECT APPROACH: Check if the problem mentions a fixed number of trials (binomial) or a rate over time/space (Poisson).

  2. MISTAKE: Forgetting to convert to Z-scores for normal distribution.
    WHY IT HAPPENS: Trying to use raw X values instead of standardizing.
    CORRECT APPROACH: Always calculate ( Z = \frac{X - \mu}{\sigma} ) before using tables.

  3. MISTAKE: Mixing up P(A|B) and P(B|A) in Bayes’.
    WHY IT HAPPENS: Not distinguishing between "probability of A given B" and "probability of B given A."
    CORRECT APPROACH: Write down what’s given and what’s asked. P(A|B) ≠ P(B|A).

  4. MISTAKE: Ignoring the Law of Total Probability in Bayes’.
    WHY IT HAPPENS: Forgetting to expand P(B) when it’s not directly given.
    CORRECT APPROACH: Always write ( P(B) = P(B|A) \cdot P(A) + P(B|\text{not }A) \cdot P(\text{not }A) ).

  5. MISTAKE: Using "AND" probability for independent events without multiplying.
    WHY IT HAPPENS: Assuming P(A and B) = P(A) + P(B).
    CORRECT APPROACH: For independent events, P(A and B) = P(A) × P(B).


EXAM TRAPS

  1. TRAP: Giving a Poisson problem with λ as a rate per minute but asking for probability per hour.
    HOW TO SPOT IT: Units don’t match (e.g., "3 calls per minute" but question asks for "1 hour").
    HOW TO AVOID IT: Convert λ to match the time frame (e.g., 3 calls/min × 60 min = λ = 180).

  2. TRAP: Normal distribution questions where X is below the mean but the student uses the wrong tail.
    HOW TO SPOT IT: X < μ but student uses P(Z > z) instead of P(Z < z).
    HOW TO AVOID IT: Draw a quick sketch of the normal curve. If X is below μ, use the left tail.

  3. TRAP: Bayes’ Theorem questions where P(B) is not given directly.
    HOW TO SPOT IT: The question gives P(B|A) and P(B|not A) but not P(B).
    HOW TO AVOID IT: Always expand P(B) using the Law of Total Probability.


1-MINUTE RECAP

"Here’s what you need to remember tonight: 1. Binomial: Fixed trials, two outcomes. Formula: (\binom{n}{k} p^k (1-p)^{n-k}). 2. Poisson: Rare events, no fixed trials. Formula: (\frac{e^{-\lambda} \lambda^k}{k!}). 3. Normal: Bell curve, use Z-scores. Formula: ( Z = \frac{X - \mu}{\sigma} ). 4. Conditional: ( P(A|B) = \frac{P(A \cap B)}{P(B)} ). 5. Bayes’: Update probabilities with new evidence. Formula: ( \frac{P(B|A) \cdot P(A)}{P(B)} ). Always expand P(B)!

For exams: - Label everything. Write n, p, λ, μ, σ clearly. - Check units. Convert if needed (e.g., calls per minute → per hour). - Draw a diagram for normal/Bayes problems. - If stuck, write the formula first. Examiners give method marks!

You’ve got this. Now go ace that exam!




ADVERTISEMENT