Maths Olympiad Prep

Library / /1101 of 1394

, 2023

Algebra Difficulty 5.6 AIME, harder Find the answer United States

Problem:

The Fibonacci numbers are defined recursively by F0=0F_{0}=0, F1=1F_{1}=1, and Fi=Fi1+Fi2F_{i}=F_{i-1}+F_{i-2} for i2i \geq 2. Given 30 wooden blocks of weights F23,F33,,F313\sqrt[3]{F_{2}}, \sqrt[3]{F_{3}}, \ldots, \sqrt[3]{F_{31}}, estimate the number of ways to paint each block either red or blue such that the total weight of the red blocks and the total weight of the blue blocks differ by at most 1.

Submit a positive integer EE. If the correct answer is AA, you will receive 25min((E/A)8,(A/E)8)\left\lfloor 25 \min \left((E / A)^{8},(A / E)^{8}\right)\right\rfloor points. (If you do not submit a positive integer, you will receive zero points for this question.)

A number or a short expression. Fractions can be typed as 3/2, and spacing doesn't matter.

Solution

Solution:

To get within an order of magnitude, one approach is to let XnX_{n} be a random variable which takes the value ±Fn3\pm \sqrt[3]{F_{n}}, with the sign chosen uniformly at random. We want the probability that S=i=231XiS=\sum_{i=2}^{31} X_{i} is in [1,1][-1,1]. We can attempt to approximate the distribution of SS as normal (this is loosely justified because it is the sum of many independent random variables). Using the approximation Fn15φnF_{n} \approx \frac{1}{\sqrt{5}} \varphi^{n} for φ=1+52\varphi=\frac{1+\sqrt{5}}{2}, the variance of SS is:
Var(S)=i=231Var(Xi)=i=231Fi2/3i=23151/3φ2i/351/3(φ62/31φ2/3) \begin{aligned} \operatorname{Var}(S) & =\sum_{i=2}^{31} \operatorname{Var}\left(X_{i}\right) \\ & =\sum_{i=2}^{31} F_{i}^{2 / 3} \\ & \approx \sum_{i=2}^{31} 5^{-1 / 3} \varphi^{2 i / 3} \\ & \approx 5^{-1 / 3} \cdot\left(\frac{\varphi^{62 / 3}}{1-\varphi^{-2 / 3}}\right) \end{aligned}
Now, we use the fact that if 1Var(S)S\frac{1}{\sqrt{\operatorname{Var}(S)}} S is standard normal, then the probability that S[1,1]S \in[-1,1] is approximately
12π2Var(S)251/3π1φ2/3φ31/3 \frac{1}{\sqrt{2 \pi}} \cdot \frac{2}{\sqrt{\operatorname{Var}(S)}} \approx \sqrt{\frac{2 \cdot 5^{1 / 3}}{\pi}} \cdot \frac{\sqrt{1-\varphi^{-2 / 3}}}{\varphi^{31 / 3}}
When we multiply this by 2302^{30}, we get an approximation of E4064598E \approx 4064598, which achieves A/E0.96A / E \approx 0.96 and would score 17 out of 25 points.

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: MathNet, licensed CC-BY-4.0. Statement reproduced verbatim; metadata (topic, difficulty) added by this project.