Maths Olympiad Prep

Library / /29 of 377

Combinatorics Difficulty 4.3 AIME Find the answer United States

Problem:
Determine the number of ways of walking from (0,0)(0,0) to (5,5)(5,5) using only up and right unit steps such that the path does not pass through any of the following points: (1,1)(1,1), (1,4)(1,4), (4,1)(4,1), (4,4)(4,4).

Figure 1

A number or a short expression. Fractions can be typed as 3/2, and spacing doesn't matter.

Solution

Solution:
In the following figure, each lattice point (with the bottom-left-most point (0,0)(0,0)) is labeled with the number of ways of reaching there from (0,0)(0,0). With the exception of the forbidden points, the labels satisfy the recursion formula f(x,y)=f(x1,y)+f(x,y1)f(x, y) = f(x-1, y) + f(x, y-1). We see from the diagram that there are 34 ways to reach (5,5)(5,5).

115171734
10412017
12481217
112445
101201
111111

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.