Starting in the top left corner of a grid made out of single squares, and only being able to move to the right and down, there are exactly 6 routes to the bottom right corner.
How many such routes are there in a grid?
You may use a calculator for the final step of your calculation.
Hint : Pascal's triangle .
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.
This is a direct application of the rectangular grid walk . There is a total of ( 2 0 2 0 + 2 0 ) = ( 2 0 4 0 ) = 1 3 7 8 4 6 5 2 8 8 2 0 paths from the top-left corner to the bottom-right corner.