Maths Olympiad Prep

Library / /441 of 740

Combinatorics Difficulty 5.0 AIME, harder Find the answer United States

Problem:

Rebecca has twenty-four resistors, each with resistance 11 ohm. Every minute, she chooses any two resistors with resistance of aa and bb ohms respectively, and combine them into one by one of the following methods:
- Connect them in series, which produces a resistor with resistance of a+ba+b ohms;
- Connect them in parallel, which produces a resistor with resistance of aba+b\frac{a b}{a+b} ohms;
- Short-circuit one of the two resistors, which produces a resistor with resistance of either aa or bb ohms.

Suppose that after twenty-three minutes, Rebecca has a single resistor with resistance RR ohms. How many possible values are there for RR?

If the correct answer is CC and your answer is AA, you get max(30(1loglog2CAC),0)\max \left(\left\lfloor 30\left(1-\left|\log _{\log _{2} C} \frac{A}{C}\right|\right)\right\rfloor, 0\right) points.

Solution

Solution:

This is the same problem as in OEIS A153588. It is helpful to see (or guess) that neither the numerator or the denominator of the final resistance exceed the (n+1)(n+1)-th Fibonacci number, which in this case is F25=75025F_{25}=75025, using concepts on the line of continued fractions. So 7502525.6×10975025^{2} \approx 5.6 \times 10^{9} is an upper bound for the total number, which is already close to the final answer. Multiplying by some constant factor to remove non-reduced fractions (such as 34\frac{3}{4} to deal with parity) will improve this result.

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.