Skip to main content

2022 AMC 12B Problem 22

Problem 22 of 25HarderCounting & Probability

Ant Amelia starts on the number line at 00 and crawls in the following manner. For n=1,n = 1, 2,2, 3,3, Amelia chooses a time duration tnt_n and an increment xnx_n independently and uniformly at random from the interval (0,1).(0, 1). During the nnth step of the process, Amelia moves xnx_n units in the positive direction, using up tnt_n minutes. If the total elapsed time has exceeded 11 minute during the nnth step, she stops at the end of that step; otherwise, she continues with the next step, taking at most 33 steps in all. What is the probability that Amelia’s position when she stops will be greater than 1?1?

Answer choices

Show solution

Solution

Because each tn<1,t_n \lt 1, Amelia always completes at least two steps. She stops after exactly two steps when t1+t2>1,t_1 + t_2 \gt 1, which happens with probability 12;\tfrac12; otherwise she takes all three steps. The increments are independent of the times. If she takes two steps, her position is x1+x2,x_1 + x_2, and P(x1+x2>1)=12.P(x_1 + x_2 \gt 1) = \tfrac12. If she takes three, her position is x1+x2+x3,x_1 + x_2 + x_3, and P(x1+x2+x3>1)P(x_1 + x_2 + x_3 \gt 1) =116=56.= 1 - \tfrac16 = \tfrac56. The answer is 1212+1256=14+512=23.\tfrac12 \cdot \tfrac12 + \tfrac12 \cdot \tfrac56 = \tfrac14 + \tfrac{5}{12} = \tfrac23. Thus, the correct answer is C.

More practice

Concepts: geometric probability · independent events

Problem text and solution from the LIVE past-contest archive. See also the AoPS wiki page for community solutions.