Maths Olympiad Prep

Library / /731 of 740

, 2019

Combinatorics Difficulty 5.9 AIME, harder Prove it United States

Problem:

Let pp be a real number between 00 and 11. Jocelin has a coin that lands heads with probability pp and tails with probability 1p1-p; she also has a number written on a blackboard. Each minute, she flips the coin, and if it lands heads, she replaces the number xx on the blackboard with 3x+13x+1; if it lands tails she replaces it with x/2x/2. Given that there are constants a,ba, b such that the expected value of the value written on the blackboard after tt minutes can be written as at+bat+b for all positive integers tt, compute pp.

Solution

Solution:

If the blackboard has the value xx written on it, then the expected value of the value after one flip is
f(x)=p(3x+1)+(1p)x2 f(x) = p(3x + 1) + (1-p) \frac{x}{2}
Because this expression is linear, we can say the same even if we only know the blackboard's initial expected value is xx. Therefore, if the blackboard value is x0x_0 at time 00, then after tt minutes, the expected blackboard value is ft(x0)f^{t}(x_0). We are given that x0,f(x0),f2(x0),x_0, f(x_0), f^{2}(x_0), \ldots is an arithmetic sequence, so for there to be a constant difference, we must have f(x)=x+cf(x) = x + c for some cc.
This only occurs when 3p+(1p)/2=13p + (1-p)/2 = 1, so p=1/5p = 1/5.

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.