SuperExamsSuperExams
Search papers…
Menu
DashboardBrowse papersRevision notesBooksSavedRevision packsFlashcardsMy progressAchievementsAI TutorMy classMessages
Back to dashboard

Unlock worked solutions

Step-by-step answers by examiners. From €5/mo.

Try Premium free →
← Maths notes
Edexcel IGCSE·Maths·Edexcel IGCSE Maths

Probability

6 min read

Probability rules, tree diagrams with and without replacement, and Venn diagrams.

What probability measures

Probability is a number that tells you how likely an event is to happen. It runs on a scale from 000 (impossible) to 111 (certain), and every probability you ever calculate must land somewhere on that scale.

Key terms Event — an outcome or set of outcomes you are interested in (e.g. rolling an even number).

Outcome — a single possible result of a trial.

P(A)P(A)P(A) — the probability that event AAA happens. We write it as a fraction, decimal or percentage.

If all outcomes are equally likely, then

P(event)=number of favourable outcomestotal number of outcomesP(\text{event}) = \frac{\text{number of favourable outcomes}}{\text{total number of outcomes}}P(event)=total number of outcomesnumber of favourable outcomes​

For a fair six-sided die, P(prime)=36=12P(\text{prime}) = \frac{3}{6} = \frac{1}{2}P(prime)=63​=21​ because 2,3,52, 3, 52,3,5 are prime.

Exam tip Always leave answers as exact fractions unless the question asks for a decimal or percentage. A probability greater than 111 or less than 000 is always wrong, so sanity-check your final value.

Theoretical vs experimental probability

Theoretical probability is worked out by reasoning about equally likely outcomes. Experimental probability (also called relative frequency) is found by actually doing trials:

relative frequency=frequency of the outcometotal number of trials\text{relative frequency} = \frac{\text{frequency of the outcome}}{\text{total number of trials}}relative frequency=total number of trialsfrequency of the outcome​

The more trials you carry out, the closer the relative frequency tends to get to the true theoretical probability. This is why a biased coin can only be detected by experiment.

Real world Insurance companies set premiums using relative frequency from millions of past claims. They cannot compute theoretical probabilities for car accidents, so huge amounts of data stand in for them.

Expected frequency

If an event has probability ppp and you repeat the trial nnn times, the expected frequency is

expected frequency=n×p\text{expected frequency} = n \times pexpected frequency=n×p

If a spinner lands on red with probability 0.30.30.3 and you spin it 200200200 times, you expect red about 200×0.3=60200 \times 0.3 = 60200×0.3=60 times. This is an estimate, not a guarantee.

Sample space diagrams

A sample space diagram is a grid or list of every possible outcome. They are ideal for two combined actions such as rolling two dice.

+123456
1234567
2345678
3456789

There are 363636 equally likely outcomes. A total of 777 appears six times, so P(7)=636=16P(7) = \frac{6}{36} = \frac{1}{6}P(7)=366​=61​ — the most likely total.

Mutually exclusive events and the addition rule

Two events are mutually exclusive if they cannot both happen at the same time (e.g. a single card being both a King and a Queen). For mutually exclusive events:

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

Because one outcome must occur, the probabilities of all mutually exclusive outcomes that cover every possibility sum to 111:

P(not A)=1−P(A)P(\text{not } A) = 1 - P(A)P(not A)=1−P(A)

Worked example A bag has red, blue and green counters. P(red)=0.45P(\text{red}) = 0.45P(red)=0.45 and P(blue)=0.2P(\text{blue}) = 0.2P(blue)=0.2. Find P(green)P(\text{green})P(green).

The three colours are mutually exclusive and cover everything, so they total 111:

Independent events and the multiplication rule

Two events are independent if one happening does not change the probability of the other (e.g. two separate coin flips). For independent events:

P(A and B)=P(A)×P(B)P(A \text{ and } B) = P(A) \times P(B)P(A and B)=P(A)×P(B)

The probability of throwing two sixes with two dice is 16×16=136\frac{1}{6} \times \frac{1}{6} = \frac{1}{36}61​×61​=361​.

Watch out Do not mix the rules. "Or" with mutually exclusive events means add; "and" with independent events means multiply. Reading the question for these words is half the battle.

Tree diagrams for combined events

A tree diagram shows the outcomes of two or more stages. Rules:

    Probabilities on branches from the same point add to 111.
    To find the probability of a path, multiply along the branches.
    To combine several paths, add the path probabilities.
1st draw 2nd draw 4/7 3/7 Red Green 3/6 3/6 Red Green 4/6 2/6 Red Green
Tree diagram: two draws without replacement from a bag of 7 sweets

Notice the second-stage denominators are 666, not 777: once a sweet is taken and not replaced, only 666 remain.

Worked example A bag holds 444 red and 333 green sweets. Two are taken without replacement. Find P(one of each colour)P(\text{one of each colour})P(one of each colour).

"One of each" means Red-then-Green or Green-then-Red. Multiply along each path, then add:

P(R, G)=47×36=1242P(\text{R, G}) = \frac{4}{7} \times \frac{3}{6} = \frac{12}{42}P(R, G)=74​×63​=4212​

Watch out With replacement, the bag is restored so the second branch uses the same denominator 777 and the events are independent. Without replacement the totals shrink and the events become dependent. Always check which one the question describes.

Conditional probability

Conditional probability is the probability of an event given that another has already happened, written P(B∣A)P(B \mid A)P(B∣A). In the sweet example above, after a red is drawn, P(green second∣red first)=36P(\text{green second} \mid \text{red first}) = \frac{3}{6}P(green second∣red first)=63​. The second branches of a "without replacement" tree are exactly these conditional probabilities.

At IGCSE you handle conditional probability through tree diagrams and restricted totals rather than a separate formula: just count from the situation after the condition is known.

Venn diagrams and set notation

A Venn diagram sorts outcomes into overlapping sets. You should know this notation:

    A∪BA \cup BA∪B — union, "AAA or BBB (or both)".
    A∩BA \cap BA∩B — intersection, "AAA and BBB".
ξ (30 students) F S 11 7 8 4
Venn diagram of 30 students taking French (F) and Spanish (S)

In the diagram, 111111 take only French, 888 take only Spanish, 777 take both, and 444 take neither, totalling 303030.

Worked example A student is chosen at random from the 303030 above. Find P(F∩S)P(F \cap S)P(F∩S) and P(F∪S)′P(F \cup S)'P(F∪S)′.

F∩SF \cap SF∩S is the overlap: 777 students, so P(F∩S)=730P(F \cap S) = \frac{7}{30}P(F∩S)=307​.

Exam tip Fill a Venn diagram from the middle outwards: place the intersection first, then subtract it from each set total before filling the outer regions. This stops you double-counting the overlap.

Viewing only

This content is free to read on superexams.com and cannot be printed or downloaded.

Read the full note, free

Create a free account to read this note in full. Every free account gets 2 complete revision notes, no card needed.

Sign up free →Log in

More Maths notes

Numbers & the Number System

Ratio, Proportion & Percentages

Algebra: Expressions, Indices, Expanding & Factorising

Solving Equations & Inequalities

45678910
567891011
6789101112

P(green)=1−0.45−0.2=0.35P(\text{green}) = 1 - 0.45 - 0.2 = 0.35P(green)=1−0.45−0.2=0.35.

P(G, R)=37×46=1242P(\text{G, R}) = \frac{3}{7} \times \frac{4}{6} = \frac{12}{42}P(G, R)=73​×64​=4212​

P(one of each)=1242+1242=2442=47P(\text{one of each}) = \frac{12}{42} + \frac{12}{42} = \frac{24}{42} = \frac{4}{7}P(one of each)=4212​+4212​=4224​=74​.

A′A'A′ — complement, "not AAA".
ξ\xiξ — the universal set, everything being considered.

(F∪S)′(F \cup S)'(F∪S)′ means "neither subject": 444 students, so P(F∪S)′=430=215P(F \cup S)' = \frac{4}{30} = \frac{2}{15}P(F∪S)′=304​=152​.