Hub Post
Published July 23, 2026

Conditional Probability

Anne Wood profile image
Anne Wood
Contents:
Share this post

Conditional Probability

If you know it’s already cloudy, your prediction of rain changes. That’s conditional probability — the probability of one event given that another has already happened. It’s used in healthcare, sports, weather forecasting, and your Higher GCSE exam.

The Core Concept

What is Conditional Probability?

Conditional probability is the probability of event A happening, given that event B has already happened. The notation is $P(A|B)$, read as “the probability of A given B”.

The key idea: knowing B has happened changes the total outcomes you consider — you now focus on a smaller reduced sample space.

$P(A|B) = \dfrac{P(A \cap B)}{P(B)}$

In practice: numerator = favourable outcomes in the “given” group; denominator = total in the “given” group.

$P(A|B)$ vs $P(A \text{ and } B)$

These are easily confused but very different:

  • $P(A \text{ and } B)$ — probability both A and B happen, out of the entire original group.
  • $P(A|B)$ — probability A happens only among the outcomes where B has occurred.

Example: “What’s the chance a student likes both football and rugby from all 30 students?” vs “Out of students who like rugby, what’s the chance they also like football?” — the total changes.

Worked Examples

Example 1: Two-way Table

120 students were asked whether they walk to school and which year group they’re in. Find $P(\text{Walks} | \text{Year 8})$.

WalksOther transportTotal
Year 7352560
Year 8 ← focus204060
Total5565120
  1. Condition is “Year 8” → look only at Year 8 row.
  2. Total Year 8 students = 60 (denominator).
  3. Year 8 students who walk = 20 (numerator).

$P(\text{Walks} | \text{Year 8}) = \dfrac{20}{60} = \mathbf{\dfrac{1}{3}}$

Example 2: Venn Diagram

In a class of 30: 18 play football (F), 10 play basketball (B), 6 play both. Find $P(\text{Basketball} | \text{Football})$.

Venn diagram: 30 students. Football circle F has 12 in F only, 6 in both, Basketball circle B has 4 in B only, 8 play neither. Two overlapping circles inside a rectangle representing 30 students. Numbers show how many students fall into each section. n=30 Football (F) Basketball (B) 12 6 4 8
  1. Condition is “Football” → focus on F circle total = 18 (denominator).
  2. Students who play both = 6 (numerator).

$P(\text{Basketball} | \text{Football}) = \dfrac{6}{18} = \mathbf{\dfrac{1}{3}}$

Example 3: Tree Diagram (Without Replacement)

A bag has 6 red and 4 blue balls. One is drawn and not replaced. Then a second is drawn. Find $P(\text{2nd is Red} | \text{1st is Blue})$.

Tree diagram for drawing two balls without replacement from a bag of 6 red and 4 blue. First pick: Red with probability 6 over 10, Blue with probability 4 over 10. Second pick after Red: Red 5 over 9, Blue 4 over 9. Second pick after Blue (highlighted): Red 6 over 9, Blue 3 over 9. A branching probability tree. The left node splits into Red and Blue first picks. Each then splits into Red and Blue second picks with adjusted probabilities. The Blue-then-Red branch is highlighted in green as the relevant conditional branch. Start 6/10 Red 4/10 Blue 5/9 Red → (R,R) 4/9 Blue → (R,B) 6/9 ← Red → (B,R) ✓ 3/9 Blue → (B,B)
  1. Condition is “1st is Blue” → follow only the Blue branch at the first pick.
  2. After removing one blue ball, there are 9 balls left: 6 red and 3 blue.
  3. The probability of picking Red second, given the first was Blue, is shown directly on the highlighted branch: $\dfrac{6}{9}$.

$P(\text{2nd Red} | \text{1st Blue}) = \dfrac{6}{9} = \mathbf{\dfrac{2}{3}}$

Key insight: The numbers on the second set of branches are the conditional probabilities — the tree diagram does the work for you.

Tutor Insights

🤔 Common Misunderstandings

  • Mixing up $P(A|B)$ and $P(A \text{ and } B)$. Remember: $P(A \text{ and } B)$ is from the whole group; $P(A|B)$ narrows your focus to the subset where B has occurred.
  • Forgetting to adjust in “without replacement” problems. If the first ball isn’t put back, both the total count and the specific colour count change for the second pick.

📝 Common Exam Mistakes

  • Wrong denominator — using the overall total instead of the “given” group total. This is the most common error.
  • Misreading tree diagram branches — using the joint probability (multiplying branches) instead of reading the conditional directly from the second set of branches.
  • Not simplifying fractions in the final answer.

Practice Questions

  1. Two-way table: 150 students surveyed on favourite sport.
    FootballNetballTotal
    Boys451560
    Girls306090
    Total7575150
    (a) Find $P(\text{Girl})$.   (b) Find $P(\text{Netball} | \text{Girl})$.
  2. Tree diagram: A bag has 5 green and 3 yellow sweets. Sara picks one and eats it, then picks another.
    (a) Draw a tree diagram.   (b) Find $P(\text{2nd is Yellow} | \text{1st is Green})$.
  3. Venn diagram: 50 people: 25 read paper A, 20 read paper B, 8 read both.
    (a) Draw a Venn diagram.   (b) Find $P(\text{Reads A} | \text{Reads B})$.
  4. Tree diagram challenge: $P(\text{Rain}) = 0.4$. If it rains, $P(\text{Heavy traffic}) = 0.7$. If no rain, $P(\text{Heavy traffic}) = 0.2$.
    (a) Draw a tree diagram.   (b) Find $P(\text{Rain} | \text{Heavy traffic})$.
  5. Medical test: 1000 people tested for a rare disease. 10 have the disease; 9 of these test positive. Of the 990 without the disease, 90 test positive.
    (a) Complete a two-way table.   (b) Find $P(\text{Has disease} | \text{Tests positive})$ and explain what it means.
Show Answers
  1. (a) $P(\text{Girl}) = \frac{90}{150} = \mathbf{\frac{3}{5}}$.   (b) Reduced sample space = 90 girls; 60 prefer Netball. $P(\text{Netball}|\text{Girl}) = \frac{60}{90} = \mathbf{\frac{2}{3}}$.
  2. (b) After picking Green first, 4G and 3Y remain (7 total). $P(\text{Yellow 2nd}|\text{Green 1st}) = \mathbf{\frac{3}{7}}$.
  3. A only = 17, B only = 12, Both = 8, Neither = 13.   (b) $P(\text{Reads A}|\text{Reads B}) = \frac{8}{20} = \mathbf{\frac{2}{5}}$.
  4. (b) $P(\text{Rain} \cap \text{HT}) = 0.4 \times 0.7 = 0.28$. $P(\text{No Rain} \cap \text{HT}) = 0.6 \times 0.2 = 0.12$. $P(\text{HT}) = 0.28 + 0.12 = 0.40$. $P(\text{Rain}|\text{HT}) = \frac{0.28}{0.40} = \mathbf{\frac{7}{10}}$.
  5. (a) Disease+Positive=9, Disease+Negative=1; No Disease+Positive=90, No Disease+Negative=900. Total Positive=99.   (b) $P(\text{Disease}|\text{Positive}) = \frac{9}{99} = \mathbf{\frac{1}{11}} \approx 9\%$. This means even a positive test result only gives about a 9% chance of actually having the disease — because the disease is rare and the false positive rate is relatively high.

FAQs

Q: What’s the difference between $P(A \text{ and } B)$ and $P(A|B)$?

A: $P(A \text{ and } B)$ is the probability that both happen out of the entire original set. $P(A|B)$ is the probability of A specifically among the outcomes where B has occurred — a smaller, reduced sample space.

Q: Which diagram should I use for which type of problem?

A: Two-way tables are best for organised frequency counts of two categories. Tree diagrams are ideal for sequences of events, especially without-replacement problems. Venn diagrams are great for showing overlapping groups visually.

Q: Is conditional probability always harder than regular probability?

A: Not once you understand the “reduced sample space” idea. The calculation is often just a simple fraction — the challenge is identifying which numbers to use as numerator and denominator.

Need Help with Conditional Probability?

A qualified GCSE maths tutor can guide you through tree diagrams, Venn diagrams, two-way tables, and every other probability topic on the Higher tier syllabus.

Find a GCSE Maths Tutor
Register and receive £25 credit towards your first lesson.

Browse expert, vetted tutors, message free, and book instantly.

Related Articles