2009 OIM Problems/Problem 1
Problem
Let be a natural number greater than 2. Suppose that
islands are located in a circle and that between each two neighboring islands there are two bridges, with the islands
in order of the clock hands. Starting on island
, in how many ways can the
bridges be crossed by passing over each bridge exactly once?
~translated into English by Tomas Diaz. ~orders@tomasdiaz.com
Solution
WLOG first travel from to
. If we reverse back to
immediately, then we must continue in that direction until
(since otherwise there is no way to return to those bridges). This pattern continues for all
.
Notice that at every pair of bridges, we can always choose to take one or the other, and the remaining bridge will be forced upon us; thus there are ways to choose between each pair of bridges. Next, we can reverse at any
for
, and if we continue all the way to
clockwise, we can either continue forwards or reverse. Thus there are
cases if we initially head clockwise. This number is doubled since we can initially travel from
to
instead, so in total we have
choices.