The Garden Problem

Probability Level pending

Each cell of an m m by n n board is filled with some non-negative integer. Two numbers in the filling are said to be adjacent if their cells share a common side. Note that two numbers in cells that share only a corner are not adjacent. The filling is called a garden if it satisfies the following two conditions:

(i) The difference between any two adjacent numbers is either 0 or 1.

(ii) If a number is less than or equal to all of its adjacent numbers, then it is equal to 0.

Determine the number of distinct gardens in terms of m m and n n .

2 m n 1 2^{mn} -1 2 m 1 2^{m} -1 2 n 1 2^{n} -1

This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try refreshing the page, (b) enabling javascript if it is disabled on your browser and, finally, (c) loading the non-javascript version of this page . We're sorry about the hassle.

1 solution

Meilong Zhang
Feb 15, 2016

We claim that any configuration of 0's produces a distinct garden. To verify this claim, we show that, for any cell that is nonzero, the value of that cell is its distance away from the nearest zero, where distance means the shortest chain of adjacent cells connecting two cells. Now, since we know that any cell with a nonzero value must have a cell adjacent to it that is less than its value, there is a path that goes from this cell to the 0 that is decreasing, which means that the value of the cell must be its distance from the 0 --> as the path must end. From this, we realize that, for any configuration of 0's, the value of each of the cells is simply its distance from the nearest 0, and therefore one garden is produced for every configuration of 0's.

However, we also note that there must be at least one 0 in the garden, as otherwise the smallest number in the garden, which is less than or equal to all of its neighbors, is >0, which violates condition (ii). There are 2^{mn} possible configurations of 0 and not 0 in the garden, one of which has no 0's, so our total amount of configurations is 2^(mn) - 1

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...