Probability Foundations

Leaving Cert Higher Level Mathematics revision notes with diagrams, key terms and self-check questions.

6 min readHigher LevelBy Studytok
Practise this topic — free →

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 mm ways and a second action can happen in nn ways, both together can happen in m×nm \times n 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 nn distinct items in a line, the total number of arrangements is n!=n×(n1)××2×1n! = n \times (n-1) \times \dots \times 2 \times 1, with 0!0! defined as 11. If order matters, such as assigning places or creating access codes, you are dealing with a permutation, written as nPr=n!(nr)!^n P_r = \frac{n!}{(n-r)!}. When order does not matter, like picking a team or a committee, you use a combination, written as (nr)\binom{n}{r} or nCr=n!r!(nr)!^n C_r = \frac{n!}{r!(n-r)!}. A handy symmetry to remember is the Twin Rule, (nr)=(nnr)\binom{n}{r} = \binom{n}{n-r}.

Six ordered arrangements of A, B and C connect to one unordered group containing the same three items.
Six ordered arrangements of A, B and C connect to one unordered group containing the same three items.

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: (62)×(42)=15×6=90\binom{6}{2} \times \binom{4}{2} = 15 \times 6 = 90 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: 90(104)=90210=37\frac{90}{\binom{10}{4}} = \frac{90}{210} = \frac{3}{7}.

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 00 (an impossible event) and 11 (a certain event). When every single outcome is equally likely, the probability of an event EE is simply P(E)=#E#SP(E) = \frac{\#E}{\#S}, which is the count of favourable outcomes divided by the total number of outcomes in the sample space SS.

In probability, set notation provides precision: ABA \cup B means AA or BB (or both), ABA \cap B means AA and BB, and EE' means EE does not happen (the complement: P(E)=1P(E)P(E') = 1 - P(E)). 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 185=1318 - 5 = 13 play football only, 125=712 - 5 = 7 play hurling only, and 30(13+5+7)=530 - (13 + 5 + 7) = 5 play neither. From the diagram, P(at least one sport)=13+5+730=2530=56P(\text{at least one sport}) = \frac{13 + 5 + 7}{30} = \frac{25}{30} = \frac{5}{6}. For two-stage experiments such as rolling two dice, a two-way grid systematically lists all 6×6=366 \times 6 = 36 equally likely outcomes.

Within a sample space of 30 students, overlapping football and hurling circles contain 13 football only, 5 both, 7 hurling only and 5 neither.
Within a sample space of 30 students, overlapping football and hurling circles contain 13 football only, 5 both, 7 hurling only and 5 neither.

For any two events AA and BB, the general addition rule states that P(AB)=P(A)+P(B)P(AB)P(A \cup B) = P(A) + P(B) - P(A \cap B). We subtract the intersection P(AB)P(A \cap B) 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 AB=A \cap B = \varnothing and P(AB)=0P(A \cap B) = 0. In that case, the rule simplifies to P(AB)=P(A)+P(B)P(A \cup B) = P(A) + P(B).

Independence and Tree Diagrams

Two events AA and BB are independent when the occurrence of one has no influence on the chance of the other occurring. The formal test for independence is P(AB)=P(A)×P(B)P(A \cap B) = P(A) \times P(B). When an exam question asks you to investigate whether two events are independent, never just assume they are; compute the product P(A)×P(B)P(A) \times P(B), find P(AB)P(A \cap B) 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: P(red)=47P(\text{red}) = \frac{4}{7} and P(blue)=37P(\text{blue}) = \frac{3}{7}. Always check that the branches sprouting from any single node add up to 11.

A tree starts with five red and three blue objects. Second-draw probabilities depend on the first colour; the red-blue and blue-red paths are highlighted.
A tree starts with five red and three blue objects. Second-draw probabilities depend on the first colour; the red-blue and blue-red paths are highlighted.

Conditional Probability

We write P(AB)P(A|B) for the probability of AA when we know that BB has happened (or is true). BB does not have to happen first. For example, P(conditionpositive test)P(\text{condition} \mid \text{positive test}) evaluates the chance that a person has a medical condition given that their test result was positive. The standard definition is P(AB)=P(AB)P(B)P(A|B) = \frac{P(A \cap B)}{P(B)}, or in counting terms, #(AB)#B\frac{\#(A \cap B)}{\#B}.

The condition BB becomes your new, restricted sample space, which is why P(B)P(B) 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 P(FemaleGlasses)=#(FemaleGlasses)#Glasses=38P(\text{Female} \mid \text{Glasses}) = \frac{\#(\text{Female} \cap \text{Glasses})}{\#\text{Glasses}} = \frac{3}{8}.

A class contains 15 boys and 10 girls. Five boys and three girls wear glasses; an enlarged view of those eight students highlights the three girls.
A class contains 15 boys and 10 girls. Five boys and three girls wear glasses; an enlarged view of those eight students highlights the three girls.

Conditional statements do not commute: P(AB)P(BA)P(A|B) \neq P(B|A) 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 P(at least one)=1P(none)P(\text{at least one}) = 1 - P(\text{none}). If each trial fails with probability qq, then P(none in n trials)=qnP(\text{none in } n \text{ trials}) = q^n, so form the inequality 1qn>k1 - q^n > k. Rearrange to isolate the power (qn<1kq^n < 1 - k), take natural logarithms on both sides (nln(q)<ln(1k)n \ln(q) < \ln(1 - k)), and reverse the inequality sign when dividing by ln(q)\ln(q), since the logarithm of a probability between 00 and 11 is negative.

The expected value E(X)=xP(x)E(X) = \sum x \cdot P(x) tells you the long-run average outcome per play if an experiment were repeated many times. E(X)E(X) 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.

The supplied die game's possible payouts are €0, €3 and €12, with probabilities four-sixths, one-sixth and one-sixth. Its mean payout of €2.50 lies between possible payouts.
The supplied die game's possible payouts are €0, €3 and €12, with probabilities four-sixths, one-sixth and one-sixth. Its mean payout of €2.50 lies between possible payouts.

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

  1. 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.

  2. 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.

  3. 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.

You've read the theory
Now turn it into exam marks.

Practise probability foundations as questions and flashcards in Studytok, with explanations when you get stuck.

Continue for free →
  1. Read the notes
    5 sections
  2. 2
    Test yourself
    Questions marked instantly
  3. 3
    Keep revising
    Flashcards and exam-style practice