We are given a positive integer rr and a rectangular board ABCDABCD with dimensions AB=20|AB| = 20, BC=12|BC| = 12. The rectangle is divided into a grid of 20×1220 \times 12 unit squares. The following moves are permitted on the board: one can move from one square to another only if the distance between the centers of the two squares is r\sqrt{r}. The task is to find a sequence of moves leading from the square with AA as a vertex to the square with BB as a vertex.

(a) Show that the task cannot be done if rr is divisible by 2 or 3.

(b) Prove that the task is possible when r=73r = 73.

(c) Can the task be done when r=97r = 97?