Photo AI

Last Updated Sep 26, 2025

Tree Diagrams Simplified Revision Notes

Revision notes with simplified explanations to understand Tree Diagrams quickly and effectively.

user avatar
user avatar
user avatar
user avatar
user avatar

428+ students studying

3.1.3 Tree Diagrams

Tree diagrams are a visual representation used in probability to show all possible outcomes of a series of events. Each branch of the tree represents a possible outcome, and the diagram helps in calculating probabilities, especially when dealing with multiple stages or events.

Components of a Tree Diagram

  1. Branches: Each branch represents a possible outcome of an event. The probability of each outcome is usually written along the branch.
  2. Nodes: Points where branches split represent different stages or decisions in the process.
  3. Leaves: The ends of the branches represent the final outcomes of the sequence of events.
infoNote

Example: Tossing a Coin Twice Let's say you toss a coin twice. The possible outcomes are:

  1. First Toss: Heads (HH) or Tails (TT)
  2. Second Toss: Heads (HH) or Tails (TT) The tree diagram would look like this:
          Start
           /  \
          H    T   (First Toss)
         / \  / \
        H   T H   T (Second Toss)

Calculating Probabilities Using a Tree Diagram

Assume each outcome (Heads or Tails) has a probability of 12\frac{1}{2} .

  1. First Event:
  • Probability of Heads (H): 12\frac{1}{2}
  • Probability of Tails (T): 12\frac{1}{2}
  1. Second Event:
  • If the first toss is Heads, the second toss could also be Heads or Tails:
  • Probability of Heads after Heads: 12\frac{1}{2}
  • Probability of Tails after Heads: 12\frac{1}{2}
  • Similarly, if the first toss is Tails:
  • Probability of Heads after Tails: 12\frac{1}{2}
  • Probability of Tails after Tails: 12\frac{1}{2} To calculate the probability of getting a specific sequence of outcomes, multiply the probabilities along the branches.
infoNote

Example:

  • Probability of getting Heads followed by Heads (HH):
  • 12Ă—12=14\frac{1}{2} \times \frac{1}{2} = \frac{1}{4}
  • Probability of getting Heads followed by Tails (HT):
  • 12Ă—12=14\frac{1}{2} \times \frac{1}{2} = \frac{1}{4}
  • Probability of getting Tails followed by Heads (TH):
  • 12Ă—12=14\frac{1}{2} \times \frac{1}{2} = \frac{1}{4}
  • Probability of getting Tails followed by Tails (TT):
  • 12Ă—12=14\frac{1}{2} \times \frac{1}{2} = \frac{1}{4}

Applications of Tree Diagrams

  1. Multiple Stages or Events: Tree diagrams are particularly useful when dealing with sequences of events where the outcome of one event affects the next.
  2. Conditional Probability: They help in visualising how probabilities change depending on previous outcomes.
  3. Complex Probability Problems: Tree diagrams break down complex problems into simpler parts, making it easier to calculate overall probabilities.

infoNote

Example: Drawing Coloured Balls Imagine a bag contains 2 red balls and 1 blue ball.

You draw a ball, record its colour, and then draw another ball without replacing the first.

  1. First Draw:
  • Red (R) or Blue (B)
  1. Second Draw (if first draw was Red):
  • Red (1 remaining) or Blue
  1. Second Draw (if first draw was Blue):
  • Red (2 remaining) The tree diagram would show the probabilities of each sequence of draws, helping you calculate probabilities such as the likelihood of drawing two red balls in a row.
infoNote

Example:

  • Probability of drawing two red balls:
  • First Red: 23\frac{2}{3}
  • Second Red: 12\frac{1}{2}
  • Total Probability: 23Ă—12=13\frac{2}{3} \times \frac{1}{2} = \frac{1}{3}

Conditional Probabilities from Tree Diagrams

Steps for Solving Conditional Probability Problems:

  1. Highlight the "allowed" branches:
  • Identify the branches of the tree diagram that are relevant to the condition given (i.e., the "given that" part of the problem).
  1. Disregard the non-allowed branches:
  • Ignore branches that are not relevant to the given condition.
  1. Calculate the probability of each allowed outcome:
  • Determine the probability for each outcome that satisfies the given condition.
  1. Determine the required probability:
  • The final probability is found by dividing the desired outcome's probability by the total probability of all remaining outcomes.
infoNote

Example Questions


A bag contains five red and four blue tokens. A token is chosen at random, and the colour is recorded. The token is not replaced. A second token is chosen, and the colour is recorded.


Tasks:

  1. Draw a tree diagram to illustrate this situation. Find the probability that:

  2. The second token is red given that the first token is blue.

  3. The first token is red given that the second token is blue.

  4. The first token is blue given that the tokens are different colours.

  5. The tokens are the same colour given that the second token is red.


Worked Solutions


a) Draw a tree diagram to illustrate this situation:

The tree diagram is drawn with the first level representing the first token draw, which can be red (RR) or blue (BB).


The probabilities are:

P(R)=59P(\text{R}) = \frac{5}{9}P(B)=49P(\text{B}) = \frac{4}{9}

The second level represents the second token draw, contingent on the first draw's result.

If the first token was red:

P(R after R)=48P(\text{R after R}) = \frac{4}{8}P(B after R)=48P(\text{B after R}) = \frac{4}{8}

If the first token was blue:

P(R after B)=58P(\text{R after B}) = \frac{5}{8}P(B after B)=38P(\text{B after B}) = \frac{3}{8}

b) Find the probability that the second token is red given that the first token is blue.

The probability that needs to be calculated can be represented as this:

P(Second token is red | First token is blue)P(\text{Second token is red | First token is blue})

Given that the first token is blue, we ignore the first branch leading to red and focus on the scenario where the first token was blue.


We then calculate the probability of drawing a red token next:

P(Second token is red | First token is blue)=58P(\text{Second token is red | First token is blue})\\ = \frac{5}{8}

c) Find the probability that the first token is red given that the second token is blue.

The probability that needs to be calculated can be represented as this:

P(First is red, second is blue)P(\text{First is red, second is blue})

Calculate the probability of the first token being red and the second token being blue:

P(R then B)=59×48=2072P(R \text{ then } B) = \frac{5}{9} \times \frac{4}{8} = \frac{20}{72}

Calculate the probability of the first token being blue and the second token being blue:

P(B then B)=49×38=1272P(B \text{ then } B) = \frac{4}{9} \times \frac{3}{8} = \frac{12}{72}

The total probability of the desired outcome is:

2072+1272=3272\frac{20}{72} + \frac{12}{72} = \frac{32}{72}

Which simplifies to

58\frac{5}{8}

d) Find the probability that the first token is blue given that the tokens are different colours.

The probability that needs to be calculated can be represented as this:

P(First is blue, different colors) P(\text{First is blue, different colors})

Calculate the probability of the first token being blue and the second being red:

P(B then R)=49×58=2072P(B \text{ then } R) = \frac{4}{9} \times \frac{5}{8} = \frac{20}{72}

The total probability for different colours is:

2072+2072=4072=59\frac{20}{72} + \frac{20}{72} = \frac{40}{72} = \frac{5}{9}

Which is further simplified to

12\frac{1}{2}

e) Find the probability that the tokens are the same colour given that the second token is red.

The probability that needs to be calculated can be represented as this:

P(Same | Second Red)P(\text{Same | Second Red})

Given that the second token is red:

The probability that the first token was red is calculated as:

P(R then R)=59×48=2072P(R \text{ then } R) = \frac{5}{9} \times \frac{4}{8} = \frac{20}{72}

The probability that the first token was blue is:

P(B then R)=49×58=2072P(B \text{ then } R) = \frac{4}{9} \times \frac{5}{8} = \frac{20}{72}

The total probability of the second token being red regardless of the first token is the sum of these probabilities:

2072+2072=4072\frac{20}{72} + \frac{20}{72} = \frac{40}{72}

To find the probability that the two tokens are the same colour, given that the second token is red, use:

P(Same | Second Red)=20724072=12P(\text{Same | Second Red}) = \frac{\frac{20}{72}}{\frac{40}{72}} = \frac{1}{2}
Books

Only available for registered users.

Sign up now to view the full note, or log in if you already have an account!

500K+ Students Use These Powerful Tools to Master Tree Diagrams

Enhance your understanding with flashcards, quizzes, and exams—designed to help you grasp key concepts, reinforce learning, and master any topic with confidence!

40 flashcards

Flashcards on Tree Diagrams

Revise key concepts with interactive flashcards.

Try Maths Statistics Flashcards

4 quizzes

Quizzes on Tree Diagrams

Test your knowledge with fun and engaging quizzes.

Try Maths Statistics Quizzes

29 questions

Exam questions on Tree Diagrams

Boost your confidence with real exam questions.

Try Maths Statistics Questions

27 exams created

Exam Builder on Tree Diagrams

Create custom exams across topics for better practice!

Try Maths Statistics exam builder

12 papers

Past Papers on Tree Diagrams

Practice past papers to reinforce exam experience.

Try Maths Statistics Past Papers

Other Revision Notes related to Tree Diagrams you should explore

Discover More Revision Notes Related to Tree Diagrams to Deepen Your Understanding and Improve Your Mastery

96%

114 rated

Basic Probability

Calculating Probabilities & Events

user avatar
user avatar
user avatar
user avatar
user avatar

497+ studying

196KViews

96%

114 rated

Basic Probability

Venn Diagrams

user avatar
user avatar
user avatar
user avatar
user avatar

341+ studying

192KViews
Load more notes

Join 500,000+ A-Level students using SimpleStudy...

Join Thousands of A-Level Students Using SimpleStudy to Learn Smarter, Stay Organized, and Boost Their Grades with Confidence!

97% of Students

Report Improved Results

98% of Students

Recommend to friends

500,000+

Students Supported

50 Million+

Questions answered