🦘 Math Kangaroo Grade All Felix 1-2 Ecolier 3-4 Benjamin 5-6 Kadett 7-8 Junior 9-10 Student 11-12 ⇄ switch contest
2012 Math Kangaroo

Problem 7

Problem 7 · 2012 Math Kangaroo Easy
Logic & Word Problems path-tracing

Each of the nine paths in a park is 100 m long. Anna wants to walk from A to B without using the same path twice. How long is the longest path she can choose?

Figure for Math Kangaroo 2012 Problem 7
Show answer
Answer: C — 700 m
Show hints
Hint 1 of 3
Try to walk along as many paths as you can without repeating one.
Still stuck? Show hint 2 →
Hint 2 of 3
Count how many paths meet at each junction — a route can pass straight through a junction only if an even number of paths meet there.
Still stuck? Show hint 3 →
Hint 3 of 3
Anna's start A and finish B are different corners, so she can't end where she began — check whether using all paths is even possible.
Show solution
Approach: count odd junctions (Euler trail)
  1. Each junction needs paths to enter and leave in pairs; only the start and the finish are allowed to have an odd number of paths meeting them.
  2. In this triforce network every one of the six junctions has an even number of paths (the three corners have 2 each, the three midpoints have 4 each), so a single route cannot start at corner A and end at the different corner B while using all 9 paths.
  3. Leaving out the side that joins A to B (its two 100 m pieces) makes A and B the only odd junctions, and then all 7 remaining paths can be walked in one go.
  4. That gives 7 × 100 = 700 m, answer C.
Mark: · log in to save