Conditional Probability Without Confusion
Conditional Probability Without Confusion
🧠 Right then — let’s untangle this properly.
Conditional probability sounds scarier than it is. It’s not really a new formula at all; it’s just asking, “What’s the chance of A happening now that B has already happened?”
Simple idea, tricky timing. Let’s walk through it like we would in class, board pen in hand.
🔙 Previous topic:
Review probability distributions to refresh key ideas before tackling Conditional Probability.
🧭 Why Exam Boards Love This
Every board — AQA, Edexcel, OCR — sneaks conditional probability into a paper.
Why? Because it reveals whether you can think logically rather than just plug numbers in.
It’s the mathematical version of, “You already know part of the story — now finish it carefully.”
🧠 I tell my students: “Once you hear ‘given that’, you’ve stepped into a smaller world. Don’t drag the old one in with you.”
📏 The Core Definition
Let’s put the rule on the board first.
P(A \mid B)=\frac{P(A \text{ and } B)}{P(B)}
That’s it.
Read it as: “Probability of A, given B, equals both A and B over just B.”
You’re inside B’s universe now. Everything else? Irrelevant.
Actually—hang on—picture it: if B already happened, then all your counting should start from there. That’s the mindset examiners reward.
⚙️ Example 1 – A Fair Dice, A Smaller World
Imagine you roll a normal six-sided die.
Event A = rolling an even number.
Event B = rolling more than 3.
Inside the B-world you’ve got {4, 5, 6}.
Even ones are {4, 6}.
So:
P(A | B) = 2⁄3 ≈ 0.67.
✅ You ignored 1–3 because you’re living inside “greater than 3”.
That’s all conditional probability ever does — it zooms the camera in.
Anyway, I once had a student draw a big circle and literally cross half of it out to remind themselves “this bit’s gone now.” It worked every time.
🧠 Examiner Thinking
Examiners aren’t marking speed; they’re marking reasoning.
Their invisible checklist goes something like this:
1️⃣ Did you write the definition?
2️⃣ Did your denominator match the “given” event?
3️⃣ Did you show substitution?
4️⃣ Did you explain it in words at the end?
Tick all four — you’ve already earned two marks before the final number appears.
📏 Mark-scheme phrase: “Using P(A | B)=P(A and B)/P(B).”
Write that and you’re safe.
⚙️ Example 2 – Football Form and Rainy Saturdays
Now a different story.
A local team wins 60 % of matches overall. When it rains, their win rate drops to 30 %. Rainy days happen 40 % of the time.
Find the probability it’s raining, given that they lost.
Okay—slow down.
We’ll draw a tree.
Rain (0.4) → Win (0.3) → Lose (0.7).
Dry (0.6) → Win (0.75) → Lose (0.25).
Multiply along:
Rain + Lose = 0.4×0.7 = 0.28
Dry + Lose = 0.6×0.25 = 0.15
Total Lose = 0.43.
Now, the key step:
P(\text{Rain}\mid\text{Lose})=\frac{0.28}{0.43}=0.65
✅ So if they lost, there’s about a 65 % chance it was raining.
Feels believable, doesn’t it? That’s always a good sign.
❗ Common Exam Traps
Trap | Quick Fix |
Using P(A) instead of P(B) in the denominator | Read “given B” → denominator = P(B) |
Forgetting to divide at all | Always normalise back to the given world |
Adding when you should multiply | “AND” = × , “OR” = + |
Rounding too soon | Keep exact fractions till the end |
Treating “without replacement” as identical events | Update probabilities after each draw |
🧠 Every year someone writes 0.28 and stops. Don’t. That’s halfway.
Finish the fraction — it’s worth another easy mark.
📘 Example 3 – Phone Notifications
Suppose your phone pings during class (of course it does).
40 % of notifications are from group chats.
If it’s from a group chat, there’s a 30 % chance it’s muted.
If it’s not a group chat, only 5 % are muted.
Find the probability it’s a group chat given it’s muted.
Right then, step by step.
Group (0.4) → Muted (0.3).
Not Group (0.6) → Muted (0.05).
Multiply:
Group + Muted = 0.12
Not Group + Muted = 0.03
Total Muted = 0.15
Now:
P(\text{Group}\mid\text{Muted})=\frac{0.12}{0.15}=0.8
✅ 80 % of muted notifications are group chats.
So next time your phone buzzes silently, you can probably blame the group project chat.
Anyway—notice the pattern?
You always multiply along, add across, then divide back into the “given” world.
📏 Independence — When Worlds Don’t Collide
Two events are independent if knowing one doesn’t change the other.
Formally:
P(A\text{ and }B)=P(A)P(B)
If that equality breaks, they’re dependent.
Example: rolling a die and flipping a coin — totally separate.
Rain and traffic jams? Dependent.
✅ Examiner tip: if you’re not sure, test the rule. Write it, plug it in, see if it holds.
🧠 A Small Story About Getting It Wrong
A few years ago, one of my Year 13s stared at a conditional probability tree for ten minutes, then said, “Sir, I think I’ve multiplied the wrong way round.”
She had. But because she’d written the definition first, she still picked up half the marks.
That’s the beauty of structure. Even a wrong number can earn credit if the reasoning’s right.
🔟 Human Error Patterns to Avoid
❗ Trap 1: Writing “N(mean, variance)” instead of “N(mean, sd²)”.
✅ Fix: square the SD yourself.
❗ Trap 2: Forgetting continuity correction in normal approximations.
✅ Fix: for (P(X ≥ r)) use (P(Y > r–0.5)).
❗ Trap 3: Misreading context units (hours vs minutes).
✅ Fix: Convert first; calculators don’t forgive mismatched units.
🧠 I once watched a student lose 4 marks for writing “21 hours” instead of “21 minutes.” Painful but memorable.
📘 Real-World Relevance
Conditional probability hides everywhere.
In medicine: P(ill | positive test).
In sport: P(win | home game).
In tech: P(spam | subject contains ‘Congratulations’).
Once you realise that, it stops being a textbook topic and starts feeling like common sense.
Actually—look at your phone again. Every “recommended for you” suggestion uses conditional probability behind the scenes. That’s how algorithms guess your next click.
✅ Quick Recap Table
Definition | P(A \mid B) = \frac{P(A \text{ and } B)}{P(B)} |
Meaning | Work inside the “given” world |
Independence | P(A \text{ and } B) = P(A) \times P(B) |
Visual tools | Tree diagrams, Venns |
Mark-scheme phrase | “Using the definition of conditional probability” |
Common fix | Write the rule before substituting numbers |
🚀 Next Steps
So — what now?
Here’s a simple plan for tonight’s revision:
1️⃣ Pick any conditional question and say the words aloud: “Which world am I in?”
2️⃣ Redraw the tree, even if the paper already gave you one.
3️⃣ Compare how AQA, Edexcel, and OCR phrase “given that” differently — it’s subtle but worth spotting.
If it still feels fuzzy, our A Level Maths Revision Course goes through conditional, independence and Bayes one example at a time — no rush, no jargon, just clear logic.
Author Bio – S. Mahandru
S. Mahandru is Head of Maths at Exam.tips. With over 15 years of teaching experience, he simplifies algebra and provides clear examples and strategies to help GCSE students achieve their best.
🧭 Next topic
Up next is The Normal Distribution Table: How to Read It Without Second-Guessing Yourself, where we build on today’s ideas.
🗣️ Still a few questions? Let’s sort the usual ones together.
“What does ‘given that’ really mean?”
Ah yes — that phrase everyone half-understands until the clock’s ticking.
“Given that” just means we already know something’s true.
So you shrink your world down — you’re no longer counting everything, only what fits that clue.
If the question says “given B”, then you live inside B’s world now.
Everything outside? Gone.
That’s why the denominator is ( P(B) ).
Think of it like stepping through a doorway — once you’re in, the rest of the corridor doesn’t count anymore.
“Do I add or multiply? I always mix them up.”
Totally fair — everyone does at first.
Here’s my quick trick:
If it says “and”, you multiply — both things together, same path.
If it says “or”, you add — either this route or that one.
When we draw trees in class, I always say: “Walk along the branches to multiply, jump across to add.”
Once you’ve said it out loud a few times, your brain starts doing it automatically.
“How do I stop losing easy marks?”
Right — this one’s half maths, half habit.
1️⃣ Always write the definition first — P(A \mid B) = \frac{P(A \text{ and } B)}{P(B)}.
Even if the numbers go wrong, the logic still earns marks.
2️⃣ Keep your tree tidy — clear branches, no scribbles.
3️⃣ And my favourite: quietly ask yourself, “Which world am I in?”
That one line fixes more errors than any formula ever could.
Oh — and don’t round too early. Examiners love exact fractions.
✅ Conditional probability isn’t about memorising; it’s about calmly thinking inside the right world. Once you get that rhythm, the whole topic feels lighter.