Explore how repeated independent events create a full outcome space.
Check for valid H/T sequences of length three.
This question explores a core idea in Higher GCSE probability: analysing all possible outcomes when several independent events occur in sequence. A coin has two possible results, Heads (H) or Tails (T). When flipping a fair coin three times, each flip is independent of the others, meaning the result of one flip does not affect the next. Because of this independence, the total number of possible outcomes can be calculated using exponentiation: two outcomes per flip, three flips, giving a total of 2³ = 8 different sequences.
Each outcome is written as an ordered sequence, for example (Heads, Tails, Heads). The order matters because (H, T, H) is different from (T, H, H). Higher GCSE probability places strong emphasis on recognising that sequential events create ordered outcomes. This specific question focuses not on calculating probabilities but on identifying which listed options represent valid sequences from the outcome space.
(H, H, H), (H, H, T), (H, T, H), (H, T, T), (T, H, H), (T, H, T), (T, T, H), (T, T, T).
Any sequence made up only of H and T in a three-entry order is a possible outcome. All sequences in the question fit this rule.
The favourable sequences are (H, H, T), (H, T, H), and (T, H, H). There are 3 such outcomes out of 8. Probability = 3/8.
Only one outcome has no tails: (H, H, H). The remaining 7 include at least one T. So the probability is 7/8.
Only one sequence — (H, H, H) — satisfies this. Therefore, the probability is 1/8.
Even though coin flips seem simple, the requirement to analyse ordered sets and recognise the structure of exponential outcome spaces builds skills that students later use for binomial probability, conditional probability, and probability trees. Higher-level reasoning involves understanding independence, sequential outcomes, and how sequences form a complete sample space.
Sequential probability appears frequently: genetic patterns (dominant/recessive traits), computer algorithms, encryption, random number generation, and decision modelling. Understanding how repeated independent events combine is essential in data science, modelling, simulations, and statistics.
Q: Do the flips influence each other?
A: No, coin flips are independent.
Q: Could a sequence like (Heads, Tails, Coin Stands on Edge) appear?
A: No. Only H and T are valid outcomes unless the question explicitly allows otherwise.
Q: Do we care about the order?
A: Yes. Each ordered sequence is a separate outcome in the sample space.
Whenever dealing with repeated independent events, write the sample space using a tree diagram or a sequence list. This helps avoid mistakes and strengthens your understanding of how probabilities combine.
Enjoyed this question?