Systematic Listing
Systematic listing is a method for identifying and organizing all possible outcomes of a probability experiment in a structured way. This technique uses tools like tables, tree diagrams, or ordered lists to ensure no outcomes are overlooked when determining sample spaces. The method appears prominently in CCSS 7.SP as students explore compound events and calculate probabilities from complete outcome sets.
Why it matters
Systematic listing forms the foundation for calculating accurate probabilities in real-world scenarios. Weather forecasters use systematic methods to list all possible storm paths when predicting hurricane trajectories with 95% confidence intervals. Game designers systematically catalog all 36 outcomes when rolling two dice to balance board game mechanics. Quality control engineers list all 64 possible defect combinations when testing products with 6 different components. Sports analysts systematically enumerate all 16 possible playoff bracket outcomes to calculate championship probabilities. The technique becomes essential in advanced mathematics, particularly in combinatorics where students calculate arrangements of 10 objects (3,628,800 possibilities) and in statistics courses involving complex probability distributions with hundreds of potential outcomes.
How to solve systematic listing
Systematic Listing
- List all possible outcomes in an organised way.
- Use a table, tree diagram, or ordered list.
- Count the total number of outcomes.
- Use the list to find probabilities.
Example: Two dice: list all 36 pairs from (1,1) to (6,6).
Worked examples
List all outcomes of flipping a coin.
Answer: H, T
- Identify possible outcomes → Heads (H), Tails (T) — A coin has two sides.
- Write the sample space → S = {H, T} — 2 possible outcomes.
List all outcomes of rolling a 8-sided die.
Answer: 1, 2, 3, 4, 5, 6, 7, 8
- List each face → 1, 2, 3, 4, 5, 6, 7, 8 — A 8-sided die has faces numbered 1 to 8.
- Count → 8 outcomes — There are 8 possible outcomes.
List all outcomes of flipping a coin and rolling a 6-sided die.
Answer: H1, H2, H3, H4, H5, H6, T1, T2, T3, T4, T5, T6
- Systematically list: coin × die face → H1, H2, H3, H4, H5, H6, T1, T2, T3, T4, T5, T6 — For each outcome of the first event, list all outcomes of the second (and third, if any).
- Count → 12 outcomes (2 × 6 = 12) — The total is the product of individual outcome counts.
Common mistakes
- Listing outcomes randomly produces incomplete sample spaces, such as recording only 8 outcomes for two coin flips instead of the complete set of 4: HH, HT, TH, TT.
- Double-counting symmetric outcomes leads to incorrect totals, like counting both (2,5) and (5,2) as the same outcome when rolling two dice, reducing the sample space from 36 to 21.
- Missing the multiplication principle results in undercounting compound events, such as listing 8 outcomes for a coin flip plus 6-sided die roll instead of the correct 12 outcomes.