CombinatoricsDifficulty 5.5AIME, harderProve itUnited States
Problem:
"Very Frustrating Game" has six levels. When a level is attempted, the player goes to the next level if they succeed, but back to the previous level if they fail (or if they are on level 1 they restart).
a) Aerith has a 21 success rate on all levels. How many level attempts on average would it take her to complete the game?
b) Bob has a 31 success rate on all levels. How many level attempts on average would it take him to complete the game?
Solution
Solution:
a. Let A(x)=42−(x+x2). One can check that A(x)=1+21A(x+1)+21A(x−1), that A(0)=A(−1), and that A(6)=0. The answer when starting on level n+1 is therefore A(n). Plugging in n=0 gives 42.
b. Let B(x)=360−3(2(2x−1)−x). One can check that B(x)=1+31B(x+1)+32B(x−1), that B(0)=B(−1), and that B(6)=0. The answer when starting on level n+1 is therefore B(n). Plugging in n=0 gives 360.
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.