Let Q be the product of the sizes of all the non-empty subsets of {1,2,…,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(23,⌊3(U−L)23⌋)$. Otherwise, your score will be 0 .
A number or a short expression. Fractions can be typed as 3/2, and spacing doesn't matter.
Solution
In this solution, all logarithms will be taken in base 2. It is clear that log(Q)=∑k=12012(k2012)log (k).Byparingkwith2012-k,weget∑k=120110.5∗log(k(2012−k))(k2012)+log (2012),whichisbetween0.5 * log (2012) ∑k=02012(k2012)andlog(2012)∑k=02012(k2012); i.e., the answer is between log (2012) 22011andlog(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 reproduced verbatim; metadata (topic, difficulty) added by this project.