Puzzles/Statistical puzzles/A Bug Running/Solution

From testwiki
Jump to navigation Jump to search

Puzzles | Statistical puzzles | A Bug Running | Solution


The bug must move seven times to the right and seven times up. Any such sequence, e.g. RRUUURURRUURUR is a valid path. Therefore the solution is (147)=3432. In the case of an n x n board the answer is (2n2n1).

Template:BookCat