Problem 3 · 2021 Math Kangaroo
Easy
Spatial & Visual Reasoning
path-tracing
In the square you can see the digits from 1 to 9. A number is created by starting at the star, following the line and writing down the digits along the line while passing. For example, the line shown represents the number 42685. Which of the following lines represents the largest number?

Show answer
Answer: E
Show hints
Hint 1 of 2
Read off the digit string each path makes, then compare them as numbers.
Still stuck? Show hint 2 →
Hint 2 of 2
The biggest number starts with the largest leading digit; break ties by the next digit.
Show solution
Approach: trace each path into a number and compare
- Each option traces a path from the star across cells of the 1-9 grid, writing the digit of every cell it passes.
- Convert each path to its number and compare digit by digit from the left.
- Path E produces the largest such number.
Mark:
· log in to save