Grade 12 · Mathematics · Statistics and probability

Probability

Calculate probabilities of single and combined events, use tree diagrams with and without replacement, and use the addition and multiplication rules, with worked examples.

By David K. Mvula Updated 19 September 2026 11 min read

By the end of this lesson you should be able to

  • Calculate the probability of a single event
  • Use the addition rule for "or" and the multiplication rule for "and"
  • Draw and use tree diagrams, with and without replacement
  • Use a Venn diagram to find the probability of combined events

What is probability?

Probability measures how likely an event is. It is a number from 00 (impossible) to 11 (certain), written as a fraction, decimal or percentage.

P(E)=number of favourable outcomestotal number of equally likely outcomesP(E) = \frac{\text{number of favourable outcomes}}{\text{total number of equally likely outcomes}} P(not E)=1P(E)P(\text{not } E) = 1 - P(E)

Example. When a fair six-sided die is rolled, the prime numbers are 22, 33 and 55. So P(prime)=36=12P(\text{prime}) = \dfrac{3}{6} = \dfrac{1}{2}.

Combining events

Two words decide which rule to use.

WordRuleWhen it applies
orAdd: P(A or B)=P(A)+P(B)P(A \text{ or } B) = P(A) + P(B)Events that cannot happen together (mutually exclusive)
andMultiply: P(A and B)=P(A)×P(B)P(A \text{ and } B) = P(A) \times P(B)Independent events, where one does not affect the other

If events can happen together, use the general addition rule so that you do not count the overlap twice:

P(A or B)=P(A)+P(B)P(A and B)P(A \text{ or } B) = P(A) + P(B) - P(A \text{ and } B)

Worked examples

Example 1. A bag holds 5 red, 3 blue and 2 green counters. One counter is taken at random. Find the probability that it is not red.

There are 1010 counters in total and 55 are not red.

P(not red)=510=12P(\text{not red}) = \frac{5}{10} = \frac{1}{2}

Example 2: independent events. A fair coin is tossed and a fair die is rolled. Find P(head and a 6)P(\text{head and a 6}).

The coin does not affect the die, so multiply:

P=12×16=112P = \frac{1}{2} \times \frac{1}{6} = \frac{1}{12}

Tree diagrams

A tree diagram lists every outcome of two or more stages. Multiply along the branches to find the probability of one path, and add the paths that give the outcome you want.

Without replacement means an item is not put back, so the second probabilities change.

Example 3. A bag contains 4 red and 6 blue counters. Two counters are taken one after the other without replacement.

R B R B R B 4/10 6/10 3/9 6/9 4/9 5/9 RR RB BR BB
Tree diagram for two counters drawn without replacement. R is red and B is blue.

Multiply along each path to find the probability of each outcome.

OutcomeWorkingProbability
RR410×39\dfrac{4}{10} \times \dfrac{3}{9}1290\dfrac{12}{90}
RB410×69\dfrac{4}{10} \times \dfrac{6}{9}2490\dfrac{24}{90}
BR610×49\dfrac{6}{10} \times \dfrac{4}{9}2490\dfrac{24}{90}
BB610×59\dfrac{6}{10} \times \dfrac{5}{9}3090\dfrac{30}{90}

(a) P(both red)=410×39=1290=215P(\text{both red}) = \dfrac{4}{10} \times \dfrac{3}{9} = \dfrac{12}{90} = \dfrac{2}{15}

(b) P(one of each colour)P(\text{one of each colour}) is the sum of two paths, red then blue and blue then red:

2490+2490=4890=815\frac{24}{90} + \frac{24}{90} = \frac{48}{90} = \frac{8}{15}

Check that all four outcomes add to 11: 12+24+24+3090=1\dfrac{12 + 24 + 24 + 30}{90} = 1. ✓

Venn diagrams and overlapping events

Example 4. In a class of 40 learners, 25 study Mathematics, 18 study Science and 8 study both. Find the probability that a learner chosen at random studies neither subject.

Using the overlap rule, the number who study at least one subject is 25+188=3525 + 18 - 8 = 35.

So 4035=540 - 35 = 5 learners study neither, and

P(neither)=540=18P(\text{neither}) = \frac{5}{40} = \frac{1}{8}

The number who study Mathematics only is 258=1725 - 8 = 17, so P(Mathematics only)=1740P(\text{Mathematics only}) = \dfrac{17}{40}.

Expected frequency

If the probability of an event is pp and the situation is repeated nn times, the expected number of times it happens is n×pn \times p. For example, if P(rain)=0.3P(\text{rain}) = 0.3 on any day, the expected number of rainy days in a 30-day month is 30×0.3=930 \times 0.3 = 9. This is an average, not a guarantee.

Common mistakes

Adding when you should multiply. “And” for independent events means multiply. Adding probabilities of separate stages can give an answer above 11, which is impossible.

Not changing the denominator without replacement. After one counter is removed, both the number of favourable outcomes and the total change. The second probability for 1010 counters becomes a fraction out of 99.

Forgetting the second path. “One of each colour” can happen in two orders. Add both paths.

Giving an answer above 1 or below 0. Always check that your probability lies between 00 and 11.

Practice questions

  1. A card is chosen at random from cards numbered 11 to 2020. Find the probability that it is a multiple of 55.
  2. A bag holds 3 red and 5 white counters. Two counters are taken with replacement. Find the probability that both are white.
  3. Using the same bag, two counters are taken without replacement. Find the probability that both are white.
  4. For independent events, P(A)=0.4P(A) = 0.4 and P(B)=0.5P(B) = 0.5. Find P(A and B)P(A \text{ and } B) and P(A or B)P(A \text{ or } B).
  5. Two fair dice are thrown. Find the probability that the sum is 88.
  6. Two fair dice are thrown. Find the probability that the sum is at least 1010.
  7. In a group of 30 learners, 18 like football, 12 like netball and 5 like both. Find the probability that a learner chosen at random likes neither.
  8. The probability that a learner passes a test is 0.70.7. Out of 200200 learners, how many are expected to pass?
Show answers
  1. The multiples of 55 are 5,10,15,205, 10, 15, 20, so P=420=15P = \dfrac{4}{20} = \dfrac{1}{5}
  2. 58×58=2564\dfrac{5}{8} \times \dfrac{5}{8} = \dfrac{25}{64}
  3. 58×47=2056=514\dfrac{5}{8} \times \dfrac{4}{7} = \dfrac{20}{56} = \dfrac{5}{14}
  4. P(A and B)=0.4×0.5=0.2P(A \text{ and } B) = 0.4 \times 0.5 = 0.2 and P(A or B)=0.4+0.50.2=0.7P(A \text{ or } B) = 0.4 + 0.5 - 0.2 = 0.7
  5. The outcomes are (2,6),(3,5),(4,4),(5,3),(6,2)(2,6), (3,5), (4,4), (5,3), (6,2), so P=536P = \dfrac{5}{36}
  6. A sum of 1010 has 33 outcomes, 1111 has 22 and 1212 has 11, so P=636=16P = \dfrac{6}{36} = \dfrac{1}{6}
  7. At least one: 18+125=2518 + 12 - 5 = 25. Neither: 3025=530 - 25 = 5, so P=530=16P = \dfrac{5}{30} = \dfrac{1}{6}
  8. 200×0.7=140200 \times 0.7 = 140 learners

Summary

  • P(E)=favourabletotalP(E) = \dfrac{\text{favourable}}{\text{total}}, and probabilities always lie between 00 and 11.
  • “Or” usually means add, and “and” usually means multiply.
  • On a tree diagram, multiply along branches and add the paths that fit the event.
  • Without replacement, the second-stage probabilities change because the total has changed.

Now practise this topic

Real questions show you what still needs work. Try a past paper under timed conditions, or take a short quiz.