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

Problem 5

Problem 5 · 2017 Math Kangaroo Easy
Logic & Word Problems path-tracing

Ten islands are joined by 12 bridges (see the map). Every bridge is open. What is the least number of bridges that must be closed so that it is impossible to travel from island A to island B?

Figure for Math Kangaroo 2017 Problem 5
Show answer
Answer: B — 2
Show hints
Hint 1 of 2
You want to cut the fewest bridges so no path of open bridges remains from A to B.
Still stuck? Show hint 2 →
Hint 2 of 2
Look for a bottleneck: the smallest set of bridges whose removal disconnects A from B.
Show solution
Approach: find the minimum cut between A and B
  1. Closing bridges blocks A from B only when every route between them is broken.
  2. Search the map for the narrowest bottleneck — the fewest bridges lying on all A–B routes.
  3. Removing those two bridges cuts every path between A and B, and one bridge is never enough.
  4. So the minimum is 2 (B).
Mark: · log in to save