Maths Olympiad Prep

Library / /873 of 1394

, 2018

Combinatorics Difficulty 5.4 AIME, harder Prove it United States

Problem:

How many ways are there for Nick to travel from (0,0)(0,0) to (16,16)(16,16) in the coordinate plane by moving one unit in the positive xx or yy direction at a time, such that Nick changes direction an odd number of times?

Solution

Solution:

This condition is equivalent to the first and last step being in different directions, as if you switch directions an odd number of times, you must end in a different direction than you started. If the first step is in the xx direction and the last step is in the yy direction, it suffices to count the number of paths from (1,0)(1,0) to (16,15)(16,15), of which there are (3015)\binom{30}{15}. Similarly, in the other case, it suffices to count the number of paths from (0,1)(0,1) to (15,16)(15,16), of which there are also (3015)\binom{30}{15}. Therefore the total number of paths is 2(3015)2 \cdot \binom{30}{15}.

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.