2007 AIME I Problems/Problem 6
From AoPSWiki
Problem
A frog is placed at the origin on the number line, and moves according to the following rule: in a given move, the frog advances to either the closest point with a greater integer coordinate that is a multiple of 3, or to the closest point with a greater integer coordinate that is a multiple of 13. A move sequence is a sequence of coordinates which correspond to valid moves, beginning with 0, and ending with 39. For example,
is a move sequence. How many move sequences are possible for the frog?
Contents |
Solution
Solution 1
Let us keep a careful tree of the possible number of paths around every multiple of
.
From
, we can end at either
(mult. of 3) or
(mult. of 13).
In summary, we can draw the following tree, where in
,
represents the current position on the number line, and
represents the number of paths to get there:
Solution 2
We divide it into 3 stages. The first occurs before the frog moves past 13. The second occurs before it moves past 26, and the last is everything else.
For the first stage the possible paths are
,
,
,
,
, and
. That is a total of 6.
For the second stage the possible paths are
,
,
,
,
, and
. That is a total of 6.
For the second stage the possible paths are
,
,
,
, and
. That is a total of 5.
However, we cannot jump from
(this eliminates 5 paths) or
(this eliminates 6 paths), so we must subtract
.
See also
| 2007 AIME I (Problems • Resources) | ||
| Preceded by Problem 5 | Followed by Problem 7 | |
| 1 • 2 • 3 • 4 • 5 • 6 • 7 • 8 • 9 • 10 • 11 • 12 • 13 • 14 • 15 | ||































