Toolkit 76

3 Ideas in Paths

Idea 1. Placing Numbers

1) Origin =1=1.

2) Number at each position == the sum of the numbers at exactly the previous positions.

At each step, we can jump 1 or 2 units to the right or one unit upward.

# ways from AA to BB

Grid from A to B with numbers placed at each intersection, illustrating the placing-numbers approach

Idea 2. Permutation

At each step, we can jump 1 unit to the right or one unit upward.

# ways from AA to BB

Grid from A to B with a sample lattice path highlighted

Each path corresponds to a permutation of 5 RR's and 3 UU's.

RRRRRUUURRRRRUUU
8!5!3!=8763!=56\frac{8!}{5!\,3!}=\frac{8\cdot 7\cdot 6}{3!}=56

Idea 3. Levels

At each step, we can jump 1 unit to the right, one unit upward, or 1 unit to the left.

We can't pass through a point more than once.

# ways from AA to BB

Grid from A to B split into 4 horizontal levels with arrows indicating transitions

There are 4 levels (horizontal lines). If we only determine the places where we go to the next level, then the path will be determined.

6Level 1 to 2×6Level 2 to 3×6Level 3 to 4=63=216\underbrace{6}_{\text{Level 1 to 2}}\times\underbrace{6}_{\text{Level 2 to 3}}\times\underbrace{6}_{\text{Level 3 to 4}}=6^3=216