Skip to main content

2003 AMC 12A Problem 22

Problem 22 of 25HarderCounting & Probability

Objects AA and BB move simultaneously in the coordinate plane via a sequence of steps, each of length one. Object AA starts at (0,0)(0, 0) and each of its steps is either right or up, both equally likely. Object BB starts at (5,7)(5, 7) and each of its steps is either left or down, both equally likely. Which of the following is closest to the probability that the objects meet?

Answer choices

Show solution

Solution

The objects are 1212 steps apart, so they can only meet after each takes 66 steps, on the anti-diagonal x+y=6.x+y=6. Pairing AA’s six-step path with BB’s reversed six-step path matches meeting pairs one-to-one with the (125)\binom{12}{5} monotone walks from (0,0)(0,0) to (5,7).(5,7). The probability is (125)212=79240960.19,\dfrac{\binom{12}{5}}{2^{12}}=\dfrac{792}{4096}\approx0.19, which is closest to 0.20.0.20. Thus, the correct answer is C.

More practice

Concepts: lattice paths · random walk · bijection

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