Problem:
Ten points are equally spaced on a circle. A graph is a set of segments (possibly empty) drawn between pairs of points, so that every two points are joined by either zero or one segments. Two graphs are considered the same if we can obtain one from the other by rearranging the points.
Let denote the number of graphs with the property that for any two points, there exists a path from one to the other among the segments of the graph. Estimate the value of . If your answer is a positive integer , your score on this problem will be the larger of 0 and . Otherwise, your score will be zero.
, 2014
Solution
Solution:
Answer: 11716571 The question asks for the number of isomorphism classes of connected graphs on 10 vertices. This is enumerated in http://oeis.org/A001349, the answer is 11716571.
In fact, of the graphs on 10 labelled vertices, virtually all (about ) are connected. You might guess this by noticing that an "average" graph has 22.5 edges, which is fairly dense (and virtually all graphs with many edges are connected). Moreover, a "typical" isomorphism class contains elements, one for each permutation of the vertices. So estimating the quotient gives a very close estimate.
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.