Problem:
Call a set of integers spacy if it contains no more than one out of any three consecutive integers. How many subsets of {1,2,3,β¦,12}, including the empty set, are spacy?
Answer Choices:
A. 121
B. 123
C. 125
D. 127
E. 129
Solution:
For each positive integer n, let Snβ={k:1β€kβ€n}, and let cnβ be the number of spacy subsets of Snβ. Then c1β=2,c2β=3, and c3β=4. For nβ₯4, the spacy subsets of Snβ can be partitioned into two types: those that contain n and those that do not. Those that do not contain n are precisely the spacy subsets of Snβ1β. Those that contain n do not contain either nβ1 or nβ2 and are therefore in one-to-one correspondence with the spacy subsets of Snβ3β. It follows that cnβ=cnβ3β+cnβ1β. Thus the first twelve terms in the sequence (cnβ) are 2,3,4,6,9,13,19,28,41,60,88,129, and there are c12β=129β spacy subsets of S12β.
OR
Note that each spacy subset of S12β contains at most 4 elements. For each such subset a1β,a2β,β¦,akβ, let b1β=a1ββ1,bjβ=ajββajβ1ββ3 for 2β€jβ€k, and bk+1β=12βakβ. Then bjββ₯0 for 1β€jβ€k+1, and
b1β+b2β+β―+bk+1β=12β1β3(kβ1)=14β3k
The number of solutions for (b1β,b2β,β¦,bk+1β) is (k14β2kβ) for 0β€kβ€4, so the number of spacy subsets of S12β is
(014β)+(112β)+(210β)+(38β)+(46β)=1+12+45+56+15=129β
The problems on this page are the property of the MAA's American Mathematics Competitions