- 4,533
- 13
Consider a 4x6 grid. You begin in the bottom left corner and want to navigate to the top right corner. You can only move right or up, and you can move just one space per move. How many ways are there to get to the end point?
There are at least two ways of solving this. One uses a method of counting arrangements of a set and the other involves looking at each point as a sub-destination that can be reached in a finite number of ways as well.
--------------------

There are at least two ways of solving this. One uses a method of counting arrangements of a set and the other involves looking at each point as a sub-destination that can be reached in a finite number of ways as well.
--------------------