Let Q be the product of the sizes of all the non-empty subsets of \{1,2, \ldots, 2012\},andletM=log2(log2(Q)). Give lower and upper bounds L and U for M. If 0<L≤M≤U, then your score will be \min \left(23,\left\lfloor\frac{23}{3(U-L)}\right\rfloor\right)$. Otherwise, your score will be 0 .
A number or a short expression. Spacing and $ signs are ignored.
Solution
In this solution, all logarithms will be taken in base 2. It is clear that \log (Q)=\sum_{k=1}^{2012}\binom{2012}{k} \log (k).Byparingkwith2012-k,weget∑k=120110.5∗log(k(2012−k))(k2012)+ \log (2012),whichisbetween0.5 * \log (2012) \sum_{k=0}^{2012}\binom{2012}{k}andlog(2012)∑k=02012(k2012); i.e., the answer is between \log (2012) 2^{2011}andlog(2012)22012. Thus \log (\log (Q))isbetween2011+\log (\log (2012))and2012+\log (\log (2012)).Also3<\log (\log (2012))<4.Soweget2014<M<2016$.
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.
Source: Omni-MATH,
licensed Apache-2.0.
Statement and solution reproduced as published; topic and difficulty added by this site.