Probability at Higher Level rests on two connected skills: knowing how to count outcomes systematically and knowing how to apply the laws of probability. Once you master permutations, combinations, the addition rule, conditional probability, and expected value, you will meet questions on counting arrangements and selections, using the probability rules and tree diagrams, conditional probability in context, 'at least one' problems and expected value decisions. Success comes from setting out your logic stage by stage, naming your events, and writing the relevant formula before plugging in any figures.
Counting Principles
The Fundamental Principle of Counting tells us that if one action can happen in ways and a second action can happen in ways, both together can happen in ways. When you face an arrangement problem with conditions, draw out empty boxes for each spot and fill in the restricted spots first.
When ordering distinct items in a line, the total number of arrangements is , with defined as . If order matters, such as assigning places or creating access codes, you are dealing with a permutation, written as . When order does not matter, like picking a team or a committee, you use a combination, written as or . A handy symmetry to remember is the Twin Rule, .
For example, to choose a committee of 4 from 6 girls and 4 boys with exactly 2 girls and 2 boys, by the Fundamental Principle of Counting, each choice of 2 girls can go with each choice of 2 boys: ways. To find the probability that a randomly chosen 4-person committee has exactly 2 girls and 2 boys, divide this count by the total possible committees: .
If people or objects must sit or stand together, glue them together into a single unit, count the arrangements of the new units, and then multiply by the internal arrangements within the grouped unit.
Basic Probability Rules and Venn Diagrams
Every probability sits between (an impossible event) and (a certain event). When every single outcome is equally likely, the probability of an event is simply , which is the count of favourable outcomes divided by the total number of outcomes in the sample space .
In probability, set notation provides precision: means or (or both), means and , and means does not happen (the complement: ). Venn diagrams display overlapping events clearly. For example, in a group of 30 students, 18 play football, 12 play hurling, and 5 play both. Always fill in the intersection first: 5 play both, so play football only, play hurling only, and play neither. From the diagram, . For two-stage experiments such as rolling two dice, a two-way grid systematically lists all equally likely outcomes.
For any two events and , the general addition rule states that . We subtract the intersection so that outcomes belonging to both sets are not counted twice. If two events are mutually exclusive, they cannot happen at the same time, meaning and . In that case, the rule simplifies to .
Independence and Tree Diagrams
Two events and are independent when the occurrence of one has no influence on the chance of the other occurring. The formal test for independence is . When an exam question asks you to investigate whether two events are independent, never just assume they are; compute the product , find separately, and state clearly whether they match.
Tree diagrams give you a reliable visual map for multistage experiments. You multiply probabilities along consecutive branches to find the probability of a path, and you add the probabilities of separate valid paths. With sampling without replacement, the total on the second branch drops by 1. The count for a type drops by 1 only if that type was taken on the first pick. For example, after a red is removed from 5 red and 3 blue: and . Always check that the branches sprouting from any single node add up to .
Conditional Probability
We write for the probability of when we know that has happened (or is true). does not have to happen first. For example, evaluates the chance that a person has a medical condition given that their test result was positive. The standard definition is , or in counting terms, .
The condition becomes your new, restricted sample space, which is why sits in the denominator. For example, in a class of 15 boys (5 wearing glasses) and 10 girls (3 wearing glasses), there are 8 students wearing glasses in total. If a student who wears glasses is selected, the probability they are female is .
Conditional statements do not commute: in general. For medical screening questions and other reverse-probability problems, sketch a tree diagram or a contingency grid. First work out the overall probability of the observed outcome by adding the relevant branch paths, then divide the target branch by that total.
At Least One and Expected Value
Phrases like 'at least once' are an immediate signal to consider the complement rule. Instead of adding up cases for one, two, three, or more successes, use . If each trial fails with probability , then , so form the inequality . Rearrange to isolate the power (), take natural logarithms on both sides (), and reverse the inequality sign when dividing by , since the logarithm of a probability between and is negative.
The expected value tells you the long-run average outcome per play if an experiment were repeated many times. is a long-run average, so it need not be one of the possible outcomes. In a fair game, the expected net gain is zero, meaning the expected payout matches the cost to enter. For practical decision-making problems, calculate the expected cost or return for each option and select the one that makes the best financial sense.
Key terms
- Sample space
- The complete set of all possible outcomes of a probability experiment, denoted by S.
- n!
- The factorial of n, giving the number of ways to arrange n distinct items in order: n × (n - 1) × ... × 1.
- Combination
- A selection of items from a larger collection where the order of choosing does not matter, calculated as nCr.
- Permutation
- An arrangement of r items chosen from n distinct items where the order of selection matters, calculated as nPr.
- Independent
- Two events are independent if the occurrence of one does not alter the probability of the other, satisfying P(A ∩ B) = P(A) × P(B).
- Mutually exclusive
- Events that cannot happen simultaneously, meaning their intersection is empty and P(A ∩ B) = 0.
- Conditional probability
- The probability of an event A occurring given that event B has occurred or is true, calculated as P(A|B) = P(A ∩ B) / P(B).
- Expected value
- The weighted average of all possible numerical outcomes of a random variable, given by E(X) = Σ x · P(x).
- Fair game
- A game in which the expected winnings equal the entry fee, so the expected net return is zero.
Check yourself
How many different arrangements can be made using all five letters of the word MATHS?
All 5 letters are distinct, so the number of arrangements is 5! = 5 × 4 × 3 × 2 × 1 = 120.
If P(A) = 0.4, P(B) = 0.5, and P(A ∪ B) = 0.7, are events A and B independent?
From the addition rule, P(A ∩ B) = P(A) + P(B) - P(A ∪ B) = 0.4 + 0.5 - 0.7 = 0.2. Checking independence: P(A) × P(B) = 0.4 × 0.5 = 0.2. Since P(A ∩ B) = P(A) × P(B), the events are independent.
A bag contains 5 red and 3 blue counters. Two counters are drawn at random without replacement. What is the probability that both counters are red?
On the first draw, P(Red 1) = 5/8. On the second draw, 4 red counters remain out of 7 total counters, so P(Red 2 | Red 1) = 4/7. P(both red) = (5/8) × (4/7) = 20/56 = 5/14.
