Pathway Math Problem (MPfG 2019 #10)
Math Prize for Girls 2019 #10
Problem: A 1*5 rectangle is split into five unit squares (cells) numbered 1 through 5 from left to right. A frog starts at cell 1. Every second it jumps from its current cell to one of the adjacent cells. The frog makes exactly 15 jumps. How many paths can the frog take to finish at cell 5?
Solution: When we see such a problem, we automatically think of using some counting of permutations to help solve this, but actually, all we need is addition.
On the first step, there is one part to go to the cell 2, and on each later step, we sum the two previous values from the two adjacent cells. This covers all the paths as each step can either to go: the cell to the left, or the cell to the right.
Interesting enough, the middle column (cell 3) has powers of 3 every 2 steps.
When testing a different amount of cells, we see that only in this case are there powers of any kind.
Comments
Post a Comment