Systematic Listing Strategies
Updated August 2025
Systematic listing is a fundamental counting technique used to determine the total number of possible outcomes in a scenario. By applying the multiplication principle, where ways of doing one task combined with ways of doing another results in total outcomes, students can efficiently solve complex TMUA combinatorial problems.
If there are ways of performing one task and, for each of these, there are ways of performing a second task, then the total number of ways the two tasks can be completed in sequence is .
The Fundamental Multiplication Principle
When we need to find the total number of combinations for a series of tasks, we use the multiplication principle. This states that if task A can be done in ways and task B can be done in ways, the number of ways to perform A then B is simply . This logic extends to any number of tasks. For example, if you have ways to do a third task, the total combinations are .
Systematic Listing for Codes
Consider a code consisting of 4 digits, where each digit is an integer between 0 and 9 inclusive. We can determine various counts based on specific constraints:
-
Total possible codes: Since there are 10 choices (0 to 9) for each of the four positions, the total is . This matches the number of integers between 0000 and 9999.
-
Codes with unique digits: For the first digit, there are 10 choices. For the second, only 9 remain (as it must differ from the first). For the third, 8 choices remain, and for the fourth, 7 choices. The total is .
-
Codes with exactly two adjacent identical digits and two unique digits: There are three possible positions for the repeated pair: positions 1 and 2, positions 2 and 3, or positions 3 and 4. We choose the digit to be repeated (10 choices) and then the two unique digits for the remaining slots ( choices). Since there are three possible configurations, the total is .
-
Codes with at least two identical digits: It is often easier to use subtraction from the total. The number of codes with at least one repetition is the total number of codes minus the number of codes where every digit is unique: .
Example: Combinations of Outfits
Martha has 4 jumpers, 5 pairs of trousers, and 3 pairs of trainers. To find the total number of unique outfit combinations, we multiply the number of choices for each category: different outfits.
Licence Plate Systems
Listing strategies are frequently applied to registration or licence plate problems. Suppose a system uses two letters followed by up to 4 digits (0 to 9).
Scenario A: Exactly 4 digits There are 26 possibilities for each of the two letters and 10 for each of the four digits: .
Scenario B: Exactly 4 digits, but letters must be different The first letter has 26 choices, while the second has only 25: .
Scenario C: Exactly 4 digits, letters different, and no digits repeated We combine the letter constraint with the unique digit constraint (): .
Scenario D: Two letters and up to 4 digits (at least 1 digit) In this case, we must sum the possibilities for plates having 1, 2, 3, and 4 digits separately:
- One digit:
- Two digits:
- Three digits:
- Four digits: Total: .
Key takeaways
- The total number of ways to perform multiple tasks in sequence is found by multiplying the number of options for each individual task.
- When a problem asks for 'at least one' or 'at least two' of something, it is often simpler to subtract the 'none' or 'unique' cases from the total.
- For 'up to' problems, calculate the totals for each possible count separately and sum them together.
- Always identify whether items can be repeated (sampling with replacement) or must be unique (sampling without replacement).
Draw 'slots' for each choice you need to make. Fill each slot with the number of options available for that specific position, then multiply across the slots. This helps prevent confusion in multi-step problems.
Be careful with 'up to' constraints. Students often calculate only the maximum possible number (e.g. only 4 digits) rather than summing all cases from the minimum to the maximum (e.g. 1, 2, 3, and 4 digits).
The multiplication principle is the foundation of the 'Rule of Product' in combinatorics. It assumes that the choices are independent: the number of ways to do the second task does not change based on which option was picked for the first task.
Worked Examples
Practice Questions
Frequently asked questions
What is the difference between and in digit problems?
The expression is used when digits can be repeated (e.g. the code 1111 is allowed). The expression is used when each digit must be unique (e.g. 1234 is allowed but 1123 is not).
How do I handle 'at least' questions in listing?
Calculate the total number of possible outcomes without constraints and subtract the cases that do not meet the criteria. For example, 'at least two digits the same' is calculated as 'Total codes' minus 'Codes where all digits are different'.
Does the order of tasks matter when multiplying?
Mathematically, the product is the same as . However, when listing systematically, it is helpful to follow the chronological or physical order of the tasks to ensure no combinations are missed.