Wait, What? Some Problems Are Solved by Organising Possibilities
Not every Primary 6 problem has a single obvious formula. Some questions ask how many ways something can happen, which combinations are possible, whether all cases have been found, or what pattern appears across several possibilities. In these problems, the difficulty is not calculation alone. It is organisation.
This guide develops systematic listing and case organisation. The aim is to replace random trial with a controlled search that covers the space without missing cases or counting the same case twice.
A list becomes mathematical when its order guarantees that every relevant case is considered once and only once.
Quick Answer
A reliable routine is:
DEFINE THE CASES → CHOOSE AN ORDER → HOLD ONE FEATURE FIXED → VARY ANOTHER → RECORD → CHECK FOR DUPLICATES → CHECK FOR MISSING CASES → INTERPRET.
1. Why Random Listing Fails
A learner may find several correct possibilities and still not know whether the list is complete. Random order makes it difficult to detect omissions or duplicates. A systematic order creates a proof of coverage.
The important question is not only “Did I find some answers?” but “Why am I confident there are no others?”
2. Fix One Feature, Vary Another
Suppose two-digit numbers are formed using digits 1, 2 and 3 without repetition. A systematic list can fix the tens digit:
- Starting with 1: 12, 13
- Starting with 2: 21, 23
- Starting with 3: 31, 32
The structure shows all six cases and prevents accidental repeats.
3. Tables Can Organise Two Variables
If a problem depends on two changing quantities, a table can make the case space visible. Rows can represent one variable and columns another. Each cell then represents one combination.
This is useful when students otherwise repeat combinations or skip awkward middle cases.
4. Order the Cases by Size
When quantities are numerical, arranging possibilities from smallest to largest often exposes gaps. If combinations produce totals of 12, 15, 18, 21 and 24, a missing middle value becomes easier to notice than in a scrambled list.
Order can be alphabetical, numerical, by number of items, by first choice or by another feature. The best order is the one that makes completeness visible.
5. Distinguish Ordered and Unordered Cases
Sometimes AB and BA represent different outcomes; sometimes they represent the same pair. The problem context decides.
If choosing a captain and vice-captain, order matters because the roles differ. If choosing two students for one identical task, the pair {A,B} is the same as {B,A}. Recognising this distinction prevents double counting.
6. Worked Example: Coin Combinations
How can $1 be formed using only 20-cent and 50-cent coins?
Organise by number of 50-cent coins:
- 0 fifty-cent coins: five 20-cent coins.
- 1 fifty-cent coin: remaining 50 cents cannot be made entirely from 20-cent coins.
- 2 fifty-cent coins: exactly $1, no 20-cent coins.
There are two valid combinations. The systematic structure proves that the middle possibility was checked rather than forgotten.
7. Case Organisation in Integer Problems
If two positive whole numbers add to 10, list them systematically by increasing the first number:
- 1 + 9
- 2 + 8
- 3 + 7
- 4 + 6
- 5 + 5
If order does not matter, the later reversed pairs need not be listed. If order matters, continue through 9 + 1.
8. Systematic Listing and Factors
Factor pairs are naturally systematic. To find the factor pairs of 36, test divisors in increasing order until pairs begin to repeat: 1×36, 2×18, 3×12, 4×9, 6×6.
The ordering prevents missed factors and explains when to stop.
9. Systematic Search in Ratio and Money Problems
Some problems involve whole-number constraints. If a quantity must satisfy both a ratio condition and a total limit, a systematic table can test possible unit values rather than guessing randomly.
The table should record the assumed unit value and the resulting quantities so that invalid cases can be eliminated with reasons.
10. Use Constraints to Shrink the Case Space
Do not list possibilities that already violate the problem. If a total must be less than 50, stop when the systematic sequence exceeds 50. If a number must be even, skip odd cases from the start.
Constraints make systematic search efficient.
11. A Table Is Better Than a List When Several Quantities Must Be Tracked
Suppose each trial needs a number of adults, number of children, total people and total cost. A table keeps the relationships aligned:
| Adults | Children | Total people | Total cost |
|---|---|---|---|
| … | … | … | … |
The exact values depend on the question, but the structure reduces mental juggling.
12. Look for a Pattern Across the Cases
A systematic list often reveals a regular change. One quantity may rise by 1 while another falls by 2. The total cost may change by a fixed amount each row. Once that pattern is visible, the search can become faster.
Systematic listing therefore connects naturally to pattern recognition and generalisation.
13. Special Cases Can Reveal Structure
Sometimes testing the smallest possible case, the largest possible case or a symmetrical case reveals useful boundaries. A special case is not a proof of every case, but it can help the learner understand the problem space.
The current Primary Mathematics process framework explicitly includes considering special cases among useful heuristics.
14. Avoid Double Counting
Double counting occurs when the same outcome is recorded in two forms. For unordered pairs, A with B and B with A are one pair. For ordered arrangements, they may be different.
Write the rule for uniqueness before counting final cases.
15. Prove Completeness
A complete solution should make clear why there are no additional valid cases. The proof may be the ordered structure itself: every possible first digit has been fixed in turn, every possible number of large coins has been considered, or every factor up to the square-root region has been tested.
Completeness is the difference between a lucky list and a systematic search.
16. Common Error Families
| Error | What it looks like | Repair |
|---|---|---|
| Random listing | Finds several cases with no proof of completeness | Choose an ordering rule first |
| Duplicate cases | Counts AB and BA twice when order does not matter | Define whether order matters |
| Missing boundary case | Skips zero, maximum or equal cases | Test endpoints explicitly |
| Unconstrained search | Lists many impossible cases | Use problem constraints early |
| Table drift | Rows no longer preserve the same relationships | Use fixed column headings and update every quantity |
| No completeness check | Stops after finding one valid answer when all are required | Explain why the case space is exhausted |
17. A First-Weak-Link Diagnostic
- Case definition: Can the learner state what counts as a distinct case?
- Ordering: Can the learner choose a consistent sequence?
- Constraints: Can impossible cases be removed early?
- Recording: Can the learner use a list or table without drifting?
- Uniqueness: Can duplicates be identified?
- Completeness: Can the learner explain why all cases were considered?
- Pattern: Can regular change across cases be noticed?
- Transfer: Can the same organisation strategy work in a new context?
18. Worked Example: Two Types of Tickets
A group buys 8 tickets. Adult tickets cost $10 and child tickets cost $6. The total cost is $64. How many of each ticket were bought?
Systematically vary the number of adult tickets while keeping total tickets at 8:
| Adult | Child | Total cost |
|---|---|---|
| 0 | 8 | $48 |
| 1 | 7 | $52 |
| 2 | 6 | $56 |
| 3 | 5 | $60 |
| 4 | 4 | $64 |
The valid case is 4 adult and 4 child tickets. The table also reveals that replacing one child ticket with one adult ticket increases total cost by $4.
19. Examination Control
- Define what makes two cases different.
- Choose an order before listing.
- Use a table when more than two quantities must stay aligned.
- Apply constraints to shorten the search.
- Mark duplicates explicitly.
- Check endpoint and equal cases.
- Finish by explaining why no other cases are possible.
20. What Parents Can Ask
- “What order are you using?”
- “How do you know you did not miss a case?”
- “Does order matter here?”
- “Can any cases be ruled out immediately?”
- “Would a table make this easier to track?”
- “Have you counted the same outcome twice?”
21. What Tutors Should Protect
- System before search. Do not reward random guessing that happens to succeed.
- Case identity. Clarify whether order matters.
- Constraint use. Teach students to shrink the search space.
- Completeness. Require an explanation that all cases were covered.
- Pattern detection. Let systematic tables reveal regular change.
- Prompt reduction. Let learners design the listing order.
- Transfer. Move from digits to money to integer constraints.
22. Official Process Connection
The Primary Mathematics process framework includes tabulating, simplifying problems and considering special cases among heuristics for non-routine problem solving. Systematic listing is an eduKate expansion of those organisational ideas.
Official reference: MOE Mathematics Syllabus — Primary One to Six.
Continue the Primary 6 Mathematics Series
- Primary 6 Mathematics Learning Hub
- Working Backwards and Before–After Reasoning
- Guess, Check, Improve and Assumption Testing
- Patterns, Rules, Generalisation and Invariant Thinking
The Quiet Return
Systematic listing becomes powerful when the learner can turn an open-looking set of possibilities into an ordered space that can be searched, checked and exhausted.
The mature Primary 6 question is not “Can I think of another case?” but “What organising rule guarantees that I have found every relevant case exactly once?”