By Fatskills Exam Guides Team — the exam nerds behind 28,500+ quizzes and 2.1M practice questions across 500+ global exams.
Complete Guide
"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."
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).
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).
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).
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.
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).
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.
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.
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.
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).
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.
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).
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) ).
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).
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).
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.
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.
"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!
Join 4M+ learners. Unlock unlimited quizzes, wrong-answer tracking, flashcards + reminders, study guides, and 1-on-1 challenges.