Skip to main content
OlympiadHQ

Browse · harp

Print

smc

counting and probability senior

Problem

Call a set of integers spacy if it contains no more than one out of any three consecutive integers. How many subsets of including the empty set, are spacy?
(A)
(B)
(C)
(D)
(E)
Solution
Since each of the elements of the subsets must be spaced at least two apart, a divider counting argument can be used. From the set we choose at most four numbers. Let those numbers be represented by balls. Between each of the balls there are at least two dividers. So for example, o | | o | | o | | o | | represents . For subsets of size there must be dividers between the balls, leaving dividers to be be placed in spots between the balls. The number of way this can be done is . Therefore, the number of spacy subsets is .
Final answer
E