How do I solve this
Find the number of paths from A to I, if each step must be in a right-ward direction. (For example, one possible path is A C D E F G H I)
I believe around 81 because there are 9 spots and 9 numbers so 9*9 is 81.