2024 AIME I Problems/Problem 6
Problem
An grid is shown. Find the number of paths from the lower-left hand corner to the upper-right hand corner that consist of
grid movements and exactly four “turns.” [REWORD PLZ]
Solution
We divide the path into eight “” movements and eight “
” movements. Five sections of alternative
or
are necessary in order to make four “turns.” We use the first case and multiply by
.
For , we have seven ordered pairs of positive integers
such that
.
For , we subtract
from each section (as the minimum is
) and we use Stars and Bars to get
.
Thus our answer is .