MathDB
no of longest path in a rectangle with vertices (0, 0), (0, 2), (n,0), (n, 2)

Source: KJMO 2010 p8

May 3, 2019
combinatoricscombinatorial geometrylattice pathslattice points

Problem Statement

In a rectangle with vertices (0,0),(0,2),(n,0),(n,2)(0, 0), (0, 2), (n,0),(n, 2), (nn is a positive integer) find the number of longest paths starting from (0,0)(0, 0) and arriving at (n,2)(n, 2) which satis fy the following: \bullet At each movement, you can move right, up, left, down by 11. \bullet You cannot visit a point you visited before. \bullet You cannot move outside the rectangle.