Problem:
Every city in a certain state is directly connected by air with at most three other cities in the state, but one can get from any city to any other city with at most one change of plane. What is the maximum possible number of cities?
Solution
Solution:
Answer: 10.
Take a particular city . At most cities are directly connected to . Each of those is directly connected to at most other cities (apart from ). So is connected with at most one change to at most other cities. Thus the maximum number is at most .
We can achieve as follows. Label the cities . Make direct connections as follows: : ; : ; : ; : ; : ; : ; : ; : ; : ; : .
Want a route through all this instead of an archive? The track
puts 2,000 problems in a working order, from AMC 10 level to the IMO shortlist.