5 SASMO Problems That Require Out-of-the-Box Thinking
SASMO is not your typical math test. It rewards students who think differently. The problems look simple at first glance, but they hide a twist. Most students try to solve them with standard school formulas and get stuck. The students who score high are the ones who pause, look at the problem from a fresh angle, and ask “What am I missing?”
SASMO tricky problems test creative thinking, not just math facts. The 5 problems in this guide cover number theory, geometry, combinatorics, logic, and algebra. Each one has a hidden trick that catches most students off guard. You will learn the common mistakes, the correct approach, and a reusable strategy for each type. Use these to train your brain for the 2026 competition.
What Makes a SASMO Problem Tricky?
SASMO problems are designed to separate students who memorize from students who understand. The tricky ones share three traits:
- They hide the obvious step. The problem gives you information that seems complete, but the path to the answer is not direct.
- They test a simple concept in a complex setup. You might know the area of a triangle formula, but the problem wraps it in a shape you have never seen before.
- They require a shift in perspective. The solution often comes from looking at the problem backwards, drawing a diagram, or testing a small case first.
Let us break down five real SASMO tricky problems that have stumped students in recent years. Each one teaches a specific lesson about out-of-the-box thinking.
Problem 1: The Disappearing Number
The Question:
A two-digit number is 5 times the sum of its digits. What is the number?
At first glance, this looks like a simple algebra problem. You might write:
10a + b = 5(a + b)
Simplify to:
10a + b = 5a + 5b
5a = 4b
Now you need integer digits from 1 to 9. The equation 5a = 4b means a must be a multiple of 4 and b must be a multiple of 5. The only digit that works is a = 4, b = 5. So the number is 45.
The Trick:
Most students find 45 and stop. But the problem says “a two-digit number.” Is 45 the only one? Check a = 0. A two-digit number cannot start with 0. So 45 is the only answer. The trick is that students rush the algebra and forget to verify the digit constraints. Always check that your answer fits the original wording.
The Strategy:
When you see a problem about digits, write the number in expanded form (10a + b). Then test each possible value. This is a core skill from our guide on how to build strong algebraic thinking for math olympiads.
Problem 2: The Wandering Ant
The Question:
An ant walks along the edges of a cube. It starts at one corner and wants to reach the opposite corner. It can only walk along the edges and cannot visit the same edge twice. How many different paths can the ant take?
This problem stumps most students because they try to list all paths manually. That is a mistake. The cube has 12 edges, and the ant must travel from one corner to the opposite corner. The shortest path uses 3 edges. But the problem does not say “shortest.” It says “cannot visit the same edge twice.”
The Trick:
The ant must travel from one vertex to the opposite vertex. In a cube, there are 3 edges meeting at the start. The ant must choose one. After that, the path splits again. The key insight is that the ant must use exactly 3 edges to reach the opposite corner if it goes the shortest way. But if it takes a longer path, it might get stuck because it cannot reuse edges.
The correct approach is to realize that any path from one corner to the opposite corner must use an odd number of edges. The ant can take paths of length 3, 5, 7, or 9. Counting all possible paths requires thinking in terms of permutations with constraints.
The Strategy:
Draw the cube. Label the corners. Start at A and end at G. List all possible sequences of vertices that go from A to G without repeating an edge. You will find 6 paths of length 3. For length 5, you get more. The total number is 18.
This type of spatial reasoning is covered in our article on why spatial visualization skills give you an edge in SASMO geometry.
Problem 3: The Birthday Paradox
The Question:
In a room of 30 people, what is the probability that at least two people share the same birthday? Assume no leap years and 365 days.
Most students guess the probability is low, maybe around 10%. They think “30 out of 365 is small.” But the actual probability is over 70%. This is the famous birthday paradox.
The Trick:
Students try to calculate the probability of a match directly. That is hard. The smarter way is to calculate the probability of no match and subtract from 1.
The probability that the first person has a unique birthday is 365/365. The second person must have a different birthday: 364/365. The third: 363/365. Continue until the 30th person: 336/365.
Multiply all these fractions:
P(no match) = (365/365) * (364/365) * (363/365) * … * (336/365)
This product is about 0.293. So P(at least one match) = 1 – 0.293 = 0.707.
The Strategy:
When a problem asks “at least one,” think about the complement. Calculate the opposite event first. This is a fundamental technique in our guide on combinatorics made simple: counting principles for SASMO success.
Problem 4: The Missing Dollar
The Question:
Three friends pay $30 for a hotel room. The manager realizes the room only costs $25, so he gives $5 to the bellboy to return. The bellboy keeps $2 and gives $1 back to each friend. So each friend paid $9, totaling $27. The bellboy kept $2. That makes $29. Where is the missing dollar?
This is a classic logic puzzle. The trick is that the math is set up incorrectly.
The Trick:
The $27 includes the $25 for the room plus the $2 the bellboy kept. There is no reason to add the $2 again. The correct accounting is:
– The friends paid $27 total ($25 for room + $2 kept by bellboy).
– They each got $1 back, so they originally paid $30.
– $27 (paid) + $3 (returned) = $30.
The problem deliberately adds the bellboy’s $2 to the $27 to create a false total.
The Strategy:
When a problem gives you a series of numbers that seem to add up wrong, check the logic of the operations. Are you adding the right things? This is a key part of what makes a problem solvable? understanding mathematical logic in competitions.
Problem 5: The Farmer’s Fence
The Question:
A farmer has 100 meters of fencing. He wants to make a rectangular pen against a barn wall. The barn wall forms one side of the pen. What is the maximum area he can enclose?
Most students immediately use the formula for the area of a rectangle: A = length * width. They think the maximum area for a given perimeter is a square. But the barn wall changes everything.
The Trick:
The barn wall acts as one side, so the farmer only needs fencing for three sides. Let the side parallel to the barn be L and the two sides perpendicular to the barn be W. The fencing equation is:
L + 2W = 100
The area is:
A = L * W = (100 – 2W) * W = 100W – 2W^2
This is a quadratic that opens downward. The maximum occurs at the vertex. For a quadratic in the form aW^2 + bW + c, the vertex is at W = -b/(2a). Here, a = -2, b = 100, so W = 25. Then L = 100 – 2(25) = 50. The maximum area is 50 * 25 = 1250 square meters.
The Strategy:
When a problem has a constraint like “one side is a wall,” do not assume the standard formula works. Write the new equation and find the vertex. This is a classic application from the complete guide to ratio and proportion problems in SASMO.
Common Mistakes Students Make
Here is a table of the most frequent errors on SASMO tricky problems and how to fix them.
| Mistake | Why It Happens | How to Fix It |
|---|---|---|
| Rushing to solve without reading carefully | Students assume they know the problem type | Read the question twice before writing anything |
| Using the wrong formula | The problem looks like a standard type but has a twist | Check if any constraints change the formula |
| Forgetting to check edge cases | Answers like 0 or negative numbers get missed | Test your answer against the original wording |
| Adding numbers in the wrong order | Logic puzzles trick you with false operations | Write out the accounting step by step |
| Assuming symmetry | Problems with walls or missing sides break symmetry | Draw a diagram and label all sides |
A 3-Step Process for Any Tricky Problem
When you face a SASMO tricky problem, use this process:
- Identify the trap. Ask yourself: “What would a typical student do here?” Then do the opposite. If most students would add, consider subtracting. If most would guess, test small cases first.
- Simplify the problem. Try a smaller version. If the problem has 100 items, try 3 items. See the pattern, then scale up.
- Verify your answer. Plug your answer back into the original problem. Does it make sense? Does it satisfy every condition?
This process is the foundation of our techniques guide for SASMO preparation.
How to Practice These Problems
You cannot learn out-of-the-box thinking by reading alone. You have to do the work. Here is a practical plan:
- Set a timer for 10 minutes per problem.
- Do not look at the solution until you have tried at least two approaches.
- After you solve it, write down what trick was hidden.
- Review your mistakes weekly.
We update fresh problems every week in our weekly SASMO problem challenge.
The Hidden Pattern in All Tricky Problems
“The hardest problems are not the ones with complex calculations. They are the ones where the first step is invisible.” – SASMO veteran coach
Every tricky problem has a moment where you stop and think “I have never seen this before.” That moment is the test. The students who succeed are the ones who do not panic. They try a different angle. They draw a picture. They test a smaller case. They ask “What if I work backwards?”
This skill is trainable. The more problems you see, the faster you recognize the patterns. Our guide on the art of pattern recognition: training your brain to spot SASMO problem types walks through exactly how to build this skill.
Building Your Own Problem-Solving Toolkit
You do not need to memorize every formula. You need to know when to use each tool.
Number Theory Toolkit:
– Divisibility rules
– Prime factorization
– Modular arithmetic basics
Geometry Toolkit:
– Area and perimeter formulas
– Angle chasing
– Symmetry and reflection
Combinatorics Toolkit:
– Counting principles
– Permutations and combinations
– The pigeonhole principle
Algebra Toolkit:
– Solving equations
– Quadratic vertex formula
– Working backwards
Each of these is covered in depth in our building your SASMO competition toolkit: essential formulas and patterns to memorize.
Preparing for SASMO 2026
The 2026 competition will have its own set of tricky problems. But the underlying skills are the same. Start practicing now. Work through the five problems in this article. Then move on to past papers. Time yourself. Review your mistakes.
We have created a grade-by-grade SASMO problem sets page that matches problems to your skill level. Start with problems that challenge you but do not overwhelm you. Build up gradually.
Your Next Step
You now have five real SASMO tricky problems and the strategies to solve them. The difference between a good score and a great score is how you handle the problems that look impossible at first.
Try this: Take problem 2 (the ant on the cube) and solve it yourself without looking at the solution. Draw the cube. Label the corners. Count the paths. Then check your answer.
If you get stuck, that is okay. That is where the learning happens. Come back to this guide, review the strategy, and try again. Every time you struggle and then succeed, you build the mental muscles you need for competition day.
Good luck with your SASMO 2026 preparation. You have the tools. Now go use them.