A man wants to go from his home to the movies on the given grid. He can only walk north or east, neither south nor west. Into how many ways he can do that?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
For a simple grid, we can solve the problem by counting the actual number ways as follows.
Following the process we find that n ( 4 , 3 ) = 3 5 . By observation, it is found that n ( x , y ) = ( y x + y ) = ( x x + y )