CombinatoricsDifficulty 4.6AIMEFind the answerUnited States
Problem: A counter begins at 0. Then, every second, the counter either increases by 1 or resets back to 0 with equal probability. The expected value of the counter after ten seconds can be written as nm, where m,n are positive integers and gcd(m,n)=1. Find 100m+n.
A number or a short expression. Fractions can be typed as 3/2, and spacing doesn't matter.
Solution
Solution: The probability that the counter is equal to k corresponds to the last k seconds all being increases by 1 and the second before that being a reset to 0, which happens with probability 2−k−1. The only contradiction to this is when k=10 and the counter gets there by only counting 1's. Therefore, the expected value is simply the sum of probabilities times the counter, which is 21010+k=1∑92k+1k=(2101+k=1∑92k+11)+(2101+k=2∑92k+11)+…+2101=21+41+…+2101=10241023
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.