2005 AIME I Problem 13

Below is the professionally curated solution for Problem 13 of the 2005 AIME I, from LIVE by Po-Shen Loh. You can also try the full timed exam, view all 2005 AIME I solutions, or check the answer key.

All of the real AMC 8, AMC 10, AMC 12, and AIME problems in our complete solution collection are used with official legal permission of the Mathematical Association of America (MAA).

Concepts:lattice pathsrecursive counting

Difficulty rating: 3060

13.

A particle moves in the Cartesian plane from one lattice point to another according to the following rules:

• From any lattice point (a,b),(a, b), the particle may move only to (a+1,b),(a+1, b), (a,b+1),(a, b+1), or (a+1,b+1).(a+1, b+1).

• There are no right angle turns in the particle's path. That is, the sequence of points visited contains neither a subsequence of the form (a,b),(a, b), (a+1,b),(a+1, b), (a+1,b+1)(a+1, b+1) nor a subsequence of the form (a,b),(a, b), (a,b+1),(a, b+1), (a+1,b+1).(a+1, b+1).

How many different paths can the particle take from (0,0)(0, 0) to (5,5)?(5, 5)?

Solution:

The forbidden right-angle turns say exactly that a rightward step may never immediately follow an upward step, and vice versa; a diagonal step may follow or precede anything. So at each lattice point (x,y)(x, y) track three counts D(x,y),D(x,y), R(x,y),R(x,y), U(x,y):U(x,y): the numbers of legal paths from (0,0)(0,0) arriving there by a diagonal, rightward, or upward step. The rules give D(x,y)=D+R+U at (x1,y1),R(x,y)=D(x1,y)+R(x1,y),U(x,y)=D(x,y1)+U(x,y1).D(x,y) = D + R + U \text{ at } (x-1, y-1), \quad R(x,y) = D(x-1,y) + R(x-1,y), \quad U(x,y) = D(x,y-1) + U(x,y-1).

Starting from the single empty path at (0,0)(0,0) (which may begin with any step), fill in the grid up to (5,5).(5,5). Along the axes only all-rightward or all-upward paths survive, and the interior builds up quickly; at (5,5)(5, 5) the three counts come out to 27,27, 28,28, and 28.28.

The total number of paths is 27+28+28=83.27 + 28 + 28 = 83.

← Problem 12Full ExamProblem 14

Problem 13 in Other Years