2010 AMC 12A Problems/Problem 18
Problem 18
A 16-step path is to go from to with each step increasing either the -coordinate or the -coordinate by 1. How many such paths stay outside or on the boundary of the square , at each step?
Brute Force Solution
The number of ways to reach any point on the grid is equal to the number of ways to reach plus the number of ways to reach . Using this recursion, we can draw the diagram and label each point with the number of ways to reach it and go up until we reach the end. Luckily, the figure is not so big that this is too time-consuming or difficult to do.
For example:
etc.
We soon reach