A subset of is called delicious if it does not contain elements and satisfying . A delicious subset is called super delicious if it is delicious and no delicious set has more elements than it has. Determine the number of super delicious subsets.
, 2012
Solution
Partition the set into 20 subsets as follows:
A subset of is delicious if and only if it does not contain two consecutive elements from any one of the 20 sets listed above. Thus, a delicious set contains at most 2 elements from each of the sets in the first two rows, and at most 1 element from each of the sets in the last two rows. It is possible for a delicious set to have exactly 2 elements from each of the sets in the first two rows, and exactly 1 element from each of the sets in the last two rows; therefore, a super delicious set must have this property. So there are
super delicious sets, because there are 3 ways to choose 2 non-consecutive elements from , and 1 way to choose 2 non-consecutive elements from , and so on.
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.