June 28th, 2012, 10:21 am
Here is a classic teaser, I just want to know how many different ways we have to solve it:Given a n*n chess board, you are in the square of the lower-left corner. For each step, you can either move to the square above or move to the square in the right. Question: how many different routes will lead to the square of the upper-right corner.Any solution is appreciated, however the answer should be explicit.