Calculate the number of shortest pathways from A to B.
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.
The shortest path involves 6 steps to the right (we label this as R) and 4 steps downwards ( we label this as D), and we can take the downwards and right steps in any order. Hence, it requires us to arrange the 6 R's and 4D's, so the answer is 10! / (6! x 4!)=210