S
Silly Sausage
Given a chessboard (8 x 8 square grid) and a piece which is only allowed to move one square upwards or rightwards (it cannot move diagonally, downwards or left).
The piece starts in the bottom left corner of the board and you have to move it to the top right corner. There are clearly lots of ways to do this, and they all require 14 moves.
The question is: Exactly how many different paths may be taken by this piece to get from the bottom left corner of the board to the top right?
No googling!
The piece starts in the bottom left corner of the board and you have to move it to the top right corner. There are clearly lots of ways to do this, and they all require 14 moves.
The question is: Exactly how many different paths may be taken by this piece to get from the bottom left corner of the board to the top right?
No googling!