Problem of the Month
Problem 8: May 2024
This month’s problem is an extension of Question
4 from the 2024 Galois contest. It is not necessary to try the
problem before attempting the questions below.
In an rectangular
grid, we say that two cells are neighbours if they share an
edge. The neighbourhood of a cell is the cell itself along with
its neighbours.
An grid is called a
Griffin Grid if each of its cells contains either a or a and the integer in every cell is equal
to the product of the other integers in its neighbourhood.
For example, the grid
below is a Griffin Grid. The three shaded regions are the neighbourhoods of the cells in Row 1 and Column 1, Row 1 and Column 8, and Row 4 and Column 4.
The Galois problem restricted this definition to . Here we want to explore what happens
more generally. If a question is marked with an asterisk , it means I was unable to solve it.
Solutions will not be provided for these problems, but I would love to
hear if you solve one!
Show that an grid
with or in every cell is a Griffin Grid if and
only if the cells in every neighbourhood have a product of .
For every , determine the
number of , , and Griffin Grids. Determining the
number of Griffin Grids
in general is essentially what is required to answer part (c) of the
Galois question.
Show that the number of Griffin Grids is of the form for some integer with .
For general , determine
for which there exists with the property that the number of
Griffin Grids is exactly
.
Show that for all there
exist infinitely many for which
there is exactly one
Griffin Grid.
Show that for all there
exist infinitely many for which
there are distinct Griffin Grids.
* Find a simple general way to calculate the number of Griffin Grids.