There are two airlines A and B and finitely many airports. For each pair of airports, there is exactly one airline among A and B whose flights operates in both directions. Each airline plans to develop world travel packages which pass each airport exactly once using only its flights. Let $a$ and $b$ be the number of possible packages which belongs to A and B respectively. Prove that $a-b$ is a multiple of $4$. The official statement of the problem has been changed. The above is the form which appeared during the contest. Now the condition 'the number of airports is no less than 4'is attached. Cite the following link. https://artofproblemsolving.com/community/c6h2923697p26140823
Problem
Source: Korean junior mathematical olympiad 2019 December
Tags: combinatorics, graph theory, Hamiltonian path, KJMO
17.11.2019 11:40
There's some issue for this problem. Let $n$ be the number of airports. We may need the restriction $n \ge 4$.
20.11.2019 02:37
This result appears to be false. Example 1. Let R,S,T,U be airports with Airline A operating in both directions between R&S, S&U and U&T, and Airline B operating in both directions between the other three pairs of airports. In addition, let Airline A operate flights from U to R and S to T. Then Airline B has $0$ possible world travel packages. (Assuming it requires a closed path visiting each airport precisely once.) Airline A has $1$ possible world travel package U-R-S-T-U. (If you count this as 4 packages then see Example 2.) Example 2. Let R,S,T,U,V be airports with Airline A operating in both directions between R&S and V&R and Airline B operating in both directions between all the other pairs of airports. In addition, let Airline A operate flights from s to T,T to U and U to V. Then Airline B has $0$ possible world travel packages. (Assuming it requires a closed path visiting each airport precisely once.) Airline A has $1$ possible world travel package R-S-T-U-V-R. You may wish to count this as 5 packages. (If $a$ and $b$ count Hamiltonian paths not cycles then see Example 3.) Example 3. Let R,S,T,U be airports with Airline A operating in both directions between all pairs of airports and Airline B only operating flights from R to S and S to T and T to U. Then $a=4!$ and $b=1$.
21.11.2019 11:15
Letteer wrote: ... $a,b$ is the number of Hamiltonian paths, not cycles.
21.11.2019 18:15
MNJ2357 wrote: Letteer wrote: ... $a,b$ is the number of Hamiltonian paths, not cycles. I have added a counterexample for the case of Hamiltonian paths.
21.11.2019 18:28
Oh now I see that the problem is a little confusing. The problem is about a complete graph with each edge colored with either red or blue.
23.11.2019 03:08
The rules of the problem are this. For some $n$, the edges of the undirected complete graph, $K_n$, are each colored red (for airport $A$) or blue (for airport $B$). Letting a be the number of Hamiltonian paths of the red graph, and b be the number of Hamiltonian paths of the blue graph, prove $a-b\equiv 0\pmod 4$. In your example $3$, you have unidirectional edges (not allowed), and the edge {$R,S$} is shared by both airports (exactly one airport owns each edge).
15.11.2024 08:53
Like senior's problem #8 in 2019 Korean math olympiad, this is well known result about hamiltonian cycle, originally proved by T. Szele. See《Combinatorial Problems and Exercises》, Chapter 5, Problem 19 for the Szele's solution.