Puzzles/Statistical puzzles/A Bug Running/Solution

From testwiki
Revision as of 00:34, 21 December 2017 by imported>Pi zero ({{BookCat}})
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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