The assumption method begins with a move that sounds dangerous:
Assume something you know is not literally true.
Then use the error created by that assumption to discover the truth.
This is not careless guessing. It is a controlled mathematical comparison.
You deliberately build a simple baseline world, calculate what that world would produce, compare it with the actual total, and ask how many fixed adjustments are needed to bridge the difference.
That is the mechanism behind the assumption method in Primary and PSLE Mathematics.
The method in one sentence
Assume every item is the simpler type, find the mismatch, divide that mismatch by the change caused by replacing one assumed item with the other type, then reconstruct and check.
There are four pieces:
- a fixed number of items;
- two item types;
- a known contribution from each type;
- a known total contribution.
The method works especially cleanly when changing one item from Type A to Type B always changes the total by the same fixed amount.
Singapore’s Primary Mathematics syllabus places mathematical problem solving at the centre of learning and includes reasoning, communication, connections, applications, modelling, thinking skills and heuristics among the processes that support it. “Assumption method” is best understood as a classroom problem-solving heuristic rather than a separate official syllabus chapter. See the MOE Primary Mathematics Syllabus, updated December 2024.
A classic worked example: bicycles and cars
There are 34 vehicles in a parking area. Every vehicle is either a bicycle or a car. Altogether, the vehicles have 116 wheels. How many bicycles and how many cars are there?
A bicycle has 2 wheels. A car has 4 wheels.
We know the total number of vehicles and the total number of wheels, but we do not yet know how many vehicles belong to each type.
Step 1: create a simple baseline
Assume all 34 vehicles are bicycles.
Then the assumed number of wheels would be:
34 × 2 = 68 wheels.
But the actual total is 116 wheels.
Step 2: measure the mismatch
The assumed world is short by:
116 − 68 = 48 wheels.
Step 3: ask what one replacement changes
Replacing one assumed bicycle with one car changes the wheel count from 2 to 4.
Each replacement adds:
4 − 2 = 2 wheels.
Step 4: find how many replacements are needed
To add the missing 48 wheels:
48 ÷ 2 = 24 replacements.
So 24 of the 34 vehicles must be cars.
The remaining vehicles are bicycles:
34 − 24 = 10 bicycles.
Step 5: verify the reconstructed world
24 cars have:
24 × 4 = 96 wheels.
10 bicycles have:
10 × 2 = 20 wheels.
Total:
96 + 20 = 116 wheels.
And 24 + 10 = 34 vehicles.
The solution satisfies both constraints.
Why this is not really guessing
A guess is usually a candidate answer whose correctness is unknown.
The assumption method does something different.
We deliberately choose a baseline because it is easy to calculate.
We already know the baseline is probably false.
Its job is not to be correct.
Its job is to make the error structured.
If every bicycle-to-car replacement adds exactly 2 wheels, then a 48-wheel deficit tells us exactly how many replacements are required.
The assumption creates a controlled error. The size of that error reveals the hidden composition.
The algebra underneath the assumption method
Let c be the number of cars and b the number of bicycles.
The two conditions are:
c + b = 34
4c + 2b = 116.
If every vehicle were a bicycle, the first equation multiplied by 2 would give:
2c + 2b = 68.
Subtract this baseline equation from the actual wheel equation:
(4c + 2b) − (2c + 2b) = 116 − 68.
2c = 48.
c = 24.
This is exactly what the Primary-school assumption method did verbally.
The shortcut is a form of equation elimination carried out through a meaningful baseline.
A second example: adult and child tickets
A theatre sold 30 tickets. Adult tickets cost $8 each and child tickets cost $5 each. The total amount collected was $204. How many adult tickets and child tickets were sold?
Assume all 30 tickets were child tickets.
Assumed revenue:
30 × $5 = $150.
Actual revenue is $204, so the baseline is short by:
$204 − $150 = $54.
Replacing one assumed child ticket with one adult ticket adds:
$8 − $5 = $3.
Number of adult tickets:
$54 ÷ $3 = 18.
Number of child tickets:
30 − 18 = 12.
Check:
18 × $8 + 12 × $5 = $144 + $60 = $204.
The surface changed from wheels to money. The mechanism did not.
How to choose the baseline assumption
You can often assume all items are either type.
For the vehicle problem, we could assume all 34 vehicles are cars.
That would give:
34 × 4 = 136 wheels.
This baseline has 20 wheels too many.
Replacing one assumed car with one bicycle removes 2 wheels.
20 ÷ 2 = 10 bicycles.
Then 34 − 10 = 24 cars.
Same answer.
The better baseline is usually the one that makes the arithmetic and explanation simpler.
The units tell you whether the reasoning is coherent
In the vehicle problem:
- the mismatch is 48 wheels;
- one replacement changes the total by 2 wheels per replacement;
- 48 wheels ÷ 2 wheels per replacement = 24 replacements.
This is a powerful checking habit.
If a learner divides 48 wheels by 4 wheels per car, the calculation may look plausible, but it ignores the fact that the baseline already counted 2 wheels for that vehicle.
The correction is not 4 wheels.
It is the difference between the two types: 2 wheels.
Common misconception: divide by the larger contribution
This is one of the most common errors.
A learner sees 48 extra wheels and divides by 4 because a car has 4 wheels.
But the baseline already gave every vehicle 2 wheels.
Changing one vehicle from bicycle to car does not add 4 new wheels to the baseline.
It adds only:
4 − 2 = 2.
In an assumption method, divide by the correction per replacement, not by the full value of the replacement type.
Common misconception: the assumption has to be realistic
It does not.
“Assume all 34 vehicles are bicycles” is not a statement about the actual parking area.
It is a temporary mathematical model.
The baseline is useful because it preserves the known total number of vehicles while making the wheel count easy to calculate.
This distinction matters beyond school mathematics. Mathematical modelling frequently uses deliberately simplified counterfactuals or reference cases to isolate the effect of one variable.
Assumption method versus guess-and-check
The two strategies can both solve some of the same problems, but they are not identical.
| Assumption method | Guess-and-check |
|---|---|
| Builds one deliberate baseline | Tests one or more candidate values |
| Measures a total mismatch | Observes whether a trial is too high, too low or correct |
| Uses a fixed correction per replacement | Adjusts the next trial according to evidence |
| Often reaches the answer directly | May require several iterations |
| Depends on a uniform two-type contribution structure | Can be used more broadly when the search is controlled |
A learner should not treat “assumption method” as a fancy name for random trial.
The power of the method comes from the predictable effect of each replacement.
When the assumption method works especially well
Look for problems with:
- a fixed total number of objects or cases;
- exactly two types;
- a known contribution for each type;
- a known combined contribution;
- a constant difference between the contributions of the two types.
Common surfaces include:
- animals with different numbers of legs;
- vehicles with different numbers of wheels;
- tickets with different prices;
- coins or notes with different values;
- questions carrying different marks;
- packages with different capacities.
The object is not important.
The two-contribution structure is.
When it becomes a poor choice
The method becomes less direct when:
- there are three or more types;
- the contribution of an item changes from case to case;
- the total number of items is unknown;
- replacement effects are not uniform;
- additional constraints interact in non-linear ways.
In those situations, a table, systematic listing, bar model, equation or simultaneous-equation approach may be clearer.
A strategy is useful because it fits a structure, not because it has a memorable name.
A diagnostic routine before calculation
Ask the learner:
- What is the fixed total count?
- What are the two possible types?
- What does each type contribute?
- Which type will you use for the baseline?
- What would the baseline total be?
- Is the baseline too high or too low?
- How much does one replacement change the total?
If the learner can answer all seven, the method is probably understood.
If the learner immediately writes numbers without being able to name the baseline or replacement effect, a correct answer may be procedural imitation rather than transferable understanding.
A useful visual representation
A table can make the assumption method transparent:
| State | Number of vehicles | Wheels per vehicle | Total wheels |
|---|---|---|---|
| Assume all bicycles | 34 | 2 | 68 |
| Actual | 34 | mixed 2 or 4 | 116 |
Mismatch: 48 wheels.
Correction per bicycle→car replacement: +2 wheels.
Required replacements: 48 ÷ 2 = 24.
The table separates count, contribution and total. That helps prevent unit confusion.
How this connects to PSLE Mathematics
The 2026 PSLE Mathematics syllabus distinguishes routine recall and procedures from interpretation, application in varied contexts, mathematical reasoning, inference and strategy selection. These are reflected in AO1, AO2 and AO3. See the SEAB 2026 PSLE Mathematics syllabus.
An assumption-method problem may use only multiplication, subtraction and division. Yet the learner still has to decide that a hypothetical baseline will expose the unknown composition.
The difficult step is often not computation.
It is choosing a representation that turns hidden composition into a measurable difference.
How to practise without becoming template-dependent
Vary the surface aggressively.
- bicycles and cars;
- adult and child tickets;
- 2-mark and 5-mark questions;
- $2 and $5 vouchers;
- small and large boxes.
Then vary the direction of the assumption:
- assume all lower-contribution items and correct upward;
- assume all higher-contribution items and correct downward.
Finally include non-examples where there are three types or where contributions vary. Ask the learner to explain why the assumption method is no longer the cleanest route.
That final step matters. A learner has not mastered a strategy until the learner knows when not to use it.
For parents and teachers: listen for the correction logic
A weak explanation sounds like:
“I assumed all bicycles because that is the assumption method.”
A stronger explanation sounds like:
“If all 34 vehicles were bicycles there would be 68 wheels, which is 48 fewer than the actual 116. Every time I replace one assumed bicycle with a car, I add 2 wheels. So 48 divided by 2 tells me that 24 replacements are needed.”
The second explanation shows that the learner understands the mechanism.
Where the idea transfers later
The assumption method is an early form of baseline modelling and elimination.
- In algebra, it becomes simultaneous equations and elimination.
- In weighted-average problems, a reference value can expose how far a mixture lies from a baseline.
- In finance and economics, analysts compare actual outcomes with reference scenarios to isolate contributions.
- In science and engineering, simplified baseline models can reveal the effect of changing one component while holding others fixed.
The Primary Mathematics version may use wheels and tickets.
The deeper habit is more general:
Build a simple reference case, measure how reality differs, and use the size of one correction to reconstruct the hidden composition.
Related eduKateSG Mathematics routes
- Excess-and-Shortage Problems: Finding the Hidden Group Size
- The Unitary Method: Finding One Unit Before Finding the Whole
- Structured PSLE Problems: Building a Complete Reasoning Chain
- The Model Method: When a Bar Model Reveals the Hidden Relationship
- eduKate Mathematics Learning Hub
Official references
- Ministry of Education Singapore — Primary Mathematics Syllabus, updated December 2024
- Singapore Examinations and Assessment Board — 2026 PSLE Mathematics syllabus
The assumption method is not about pretending a false world is true.
It is about choosing a simple false world whose distance from reality can be measured exactly.