How many ways are there to go around from one corner of the chess board to another ?
Note:- You can only go up, right.
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.
Formula for such problems is (m+n)C(m or n)
So here 8C8= 16!/8!*8!=12870