返回题库

AIME 2018 II · 第 8 题

AIME 2018 II — Problem 8

专题
Contest Math
难度
L4
来源
AIME

题目详情

Problem

A frog is positioned at the origin of the coordinate plane. From the point (x,y)(x, y), the frog can jump to any of the points (x+1,y)(x + 1, y), (x+2,y)(x + 2, y), (x,y+1)(x, y + 1), or (x,y+2)(x, y + 2). Find the number of distinct sequences of jumps in which the frog begins at (0,0)(0, 0) and ends at (4,4)(4, 4).

解析

Solution 1

We solve this problem by working backwards. Notice, the only points the frog can be on to jump to (4,4)(4,4) in one move are (2,4),(3,4),(4,2),(2,4),(3,4),(4,2), and (4,3)(4,3). This applies to any other point, thus we can work our way from (0,0)(0,0) to (4,4)(4,4), recording down the number of ways to get to each point recursively.

(0,0):1(0,0): 1 (1,0)=(0,1)=1(1,0)=(0,1)=1 (2,0)=(0,2)=2(2,0)=(0, 2)=2 (3,0)=(0,3)=3(3,0)=(0, 3)=3 (4,0)=(0,4)=5(4,0)=(0, 4)=5

(1,1)=2(1,1)=2, (1,2)=(2,1)=5(1,2)=(2,1)=5, (1,3)=(3,1)=10(1,3)=(3,1)=10, (1,4)=(4,1)=20(1,4)=(4,1)= 20

(2,2)=14,(2,3)=(3,2)=32,(2,4)=(4,2)=71(2,2)=14, (2,3)=(3,2)=32, (2,4)=(4,2)=71 (3,3)=84,(3,4)=(4,3)=207(3,3)=84, (3,4)=(4,3)=207 (4,4)=2((4,2)+(4,3))=2(207+71)=2278=556(4,4)=2\cdot \left( (4,2)+(4,3)\right) = 2\cdot \left( 207+71\right)=2\cdot 278=\boxed{556}

A diagram of the numbers:

AIME diagram

~First

Solution 2

We'll refer to the moves (x+1,y)(x + 1, y), (x+2,y)(x + 2, y), (x,y+1)(x, y + 1), and (x,y+2)(x, y + 2) as R1R_1, R2R_2, U1U_1, and U2U_2, respectively. Then the possible sequences of moves that will take the frog from (0,0)(0,0) to (4,4)(4,4) are all the permutations of U1U1U1U1R1R1R1R1U_1U_1U_1U_1R_1R_1R_1R_1, U2U1U1R1R1R1R1U_2U_1U_1R_1R_1R_1R_1, U1U1U1U1R2R1R1U_1U_1U_1U_1R_2R_1R_1, U2U1U1R2R1R1U_2U_1U_1R_2R_1R_1, U2U2R1R1R1R1U_2U_2R_1R_1R_1R_1, U1U1U1U1R2R2U_1U_1U_1U_1R_2R_2, U2U2R2R1R1U_2U_2R_2R_1R_1, U2U1U1R2R2U_2U_1U_1R_2R_2, and U2U2R2R2U_2U_2R_2R_2. We can reduce the number of cases using symmetry.

Case 1: U1U1U1U1R1R1R1R1U_1U_1U_1U_1R_1R_1R_1R_1

There are 8!4!4!=70\frac{8!}{4!4!} = 70 possibilities for this case.

Case 2: U2U1U1R1R1R1R1U_2U_1U_1R_1R_1R_1R_1 or U1U1U1U1R2R1R1U_1U_1U_1U_1R_2R_1R_1

There are 27!4!2!=2102 \cdot \frac{7!}{4!2!} = 210 possibilities for this case.

Case 3: U2U1U1R2R1R1U_2U_1U_1R_2R_1R_1

There are 6!2!2!=180\frac{6!}{2!2!} = 180 possibilities for this case.

Case 4: U2U2R1R1R1R1U_2U_2R_1R_1R_1R_1 or U1U1U1U1R2R2U_1U_1U_1U_1R_2R_2

There are 26!2!4!=302 \cdot \frac{6!}{2!4!} = 30 possibilities for this case.

Case 5: U2U2R2R1R1U_2U_2R_2R_1R_1 or U2U1U1R2R2U_2U_1U_1R_2R_2

There are 25!2!2!=602 \cdot \frac{5!}{2!2!} = 60 possibilities for this case.

Case 6: U2U2R2R2U_2U_2R_2R_2

There are 4!2!2!=6\frac{4!}{2!2!} = 6 possibilities for this case.

Adding up all these cases gives us 70+210+180+30+60+6=55670+210+180+30+60+6=\boxed{556} ways.

Solution 3 (General Case)

Mark the total number of distinct sequences of jumps for the frog to reach the point (x,y)(x,y) as φ(x,y)\varphi (x,y). Consider for each point (x,y)(x,y) in the first quadrant, there are only 44 possible points in the first quadrant for frog to reach point (x,y)(x,y), and these 44 points are

(x1,y);(x2,y);(x,y1);(x,y2)(x-1,y); (x-2,y); (x,y-1); (x,y-2) . As a result, the way to count φ(x,y)\varphi (x,y) is

φ(x,y)=φ(x1,y)+φ(x2,y)+φ(x,y1)+φ(x,y2)\varphi (x,y)=\varphi (x-1,y)+\varphi (x-2,y)+\varphi (x,y-1)+\varphi (x,y-2) Also, for special cases,

φ(0,y)=φ(0,y1)+φ(0,y2)\varphi (0,y)=\varphi (0,y-1)+\varphi (0,y-2) φ(x,0)=φ(x1,0)+φ(x2,0)\varphi (x,0)=\varphi (x-1,0)+\varphi (x-2,0) φ(x,1)=φ(x1,1)+φ(x2,1)+φ(x,0)\varphi (x,1)=\varphi (x-1,1)+\varphi (x-2,1)+\varphi (x,0) φ(1,y)=φ(1,y1)+φ(1,y2)+φ(0,y)\varphi (1,y)=\varphi (1,y-1)+\varphi (1,y-2)+\varphi (0,y) φ(1,1)=φ(1,0)+φ(0,1)\varphi (1,1)=\varphi (1,0)+\varphi (0,1) Start with φ(0,0)=1\varphi (0,0)=1, use this method and draw the figure below, we can finally get

φ(4,4)=556\varphi (4,4)=556 (In order to make the LaTeX thing more beautiful to look at, I put 00 to make every number 33 digits)

005020071207556005-020-071-207-\boxed{556} 003010032084207003-010-032-084-207 002005014032071002-005-014-032-071 001002005010020001-002-005-010-020 001001002003005001-001-002-003-005 So the total number of distinct sequences of jumps for the frog to reach (4,4)(4,4) is 556\boxed {556}.

~Solution by BladeRunnerAUGBladeRunnerAUG (Frank FYC)

Solution 4 (Casework)

Casework Solution: x-distribution: 1-1-1-1 (1 way to order) y-distribution: 1-1-1-1 (1 way to order) (84)=70\dbinom{8}{4} = 70 ways total

x-distribution: 1-1-1-1 (1 way to order) y-distribution: 1-1-2 (3 ways to order) (73)×3=105\dbinom{7}{3} \times 3= 105 ways total

x-distribution: 1-1-1-1 (1 way to order) y-distribution: 2-2 (1 way to order) (64)=15\dbinom{6}{4} = 15 ways total

x-distribution: 1-1-2 (3 ways to order) y-distribution: 1-1-1-1 (1 way to order) (73)×3=105\dbinom{7}{3} \times 3= 105 ways total

x-distribution: 1-1-2 (3 ways to order) y-distribution: 1-1-2 (3 ways to order) (63)×9=180\dbinom{6}{3} \times 9= 180 ways total

x-distribution: 1-1-2 (3 ways to order) y-distribution: 2-2 (1 way to order) (53)×3=30\dbinom{5}{3} \times 3 = 30 ways total

x-distribution: 2-2 (1 way to order) y-distribution: 1-1-1-1 (1 way to order) (64)=15\dbinom{6}{4} = 15 ways total

x-distribution: 2-2 (1 way to order) y-distribution: 1-1-2 (3 ways to order) (53)×3=30\dbinom{5}{3} \times 3 = 30 ways total

x-distribution: 2-2 (1 way to order) y-distribution: 2-2 (1 way to order) (42)=6\dbinom{4}{2} = 6 ways total

6+30+15+105+180+70+30+15+105=5566+30+15+105+180+70+30+15+105=\boxed{556} -fidgetboss_4000

Video Solution

On The Spot STEM : https://www.youtube.com/watch?v=v2fo3CaAhmM