How many non-empty subsets of have exactly elements and do not contain the element for some .
Solution
Probably the easiest way to do this problem is to count how many non-empty subsets of have elements and do contain the element for some . The element must have other elements with it to be in a subset of elements, so there are such subsets. Now , so that is how many non-empty sets contain some and have elements. The set has subsets (each element either is or is not in a particular subset), one of which is the empty set, so the number of non-empty subsets of have exactly elements and do not contain the element for some is . In the case , this yields .
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.