Let be 8 distinct points on a circle. Determine the number of possible configurations made by drawing a set of line segments connecting pairs of these 8 points, such that: (1) each is the endpoint of at most one segment and (2) two no segments intersect. (The configuration with no edges drawn is allowed.)
Solution
Let denote the number of valid configurations when there are points on the circle. Let be one of the points. If is not the end point of an edge, then there are ways to connect the remaining points. If belongs to an edge that separates the circle so that there are points on one side and points on the other side, then there are ways of finishing the configuration. Thus, satisfies the recurrence relation The initial conditions are . Using the recursion, we find that .
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.