Skip to main content
OlympiadHQ

Browse · MATH

Print

jmc

counting and probability senior

Problem

How many non- empty subsets of have the following two properties? No two consecutive integers belong to . If contains elements, then contains no number less than .
Solution
This question can be solved fairly directly by casework and pattern-finding. We give a somewhat more general attack, based on the solution to the following problem: How many ways are there to choose elements from an ordered element set without choosing two consecutive members? You want to choose numbers out of with no consecutive numbers. For each configuration, we can subtract from the -th element in your subset. This converts your configuration into a configuration with elements where the largest possible element is , with no restriction on consecutive numbers. Since this process is easily reversible, we have a bijection. Without consideration of the second condition, we have: Now we examine the second condition. It simply states that no element in our original configuration (and hence also the modified configuration, since we don't move the smallest element) can be less than , which translates to subtracting from the "top" of each binomial coefficient. Now we have, after we cancel all the terms where ,
Final answer
405