Puzzles/Statistical puzzles/A Bug Running/Solution: Difference between revisions

From testwiki
Jump to navigation Jump to search
imported>Pi zero
{{BookCat}}
 
(No difference)

Latest revision as of 00:34, 21 December 2017

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