Problems(2)
Grain of wheat in a 2*2 table
Source: 2019-20 International Dürer Competition ,Category E, P2
8/19/2020
Initially we have a table with at least one grain of wheat on each cell. In each step we may perform one of the following two kinds of moves:
If there is at least one grain on every cell of a row, we can take away one grain from each cell in that row.
We can double the number of grains on each cell of an arbitrary column.
a) Show that it is possible to reach the empty table using the above moves, starting from the position down below.
b) Show that it is possible to reach the empty table from any starting position.
c) Prove that the same is true for the tables as well.
combinatoricsTables
filling a nxn table
Source: 2019-20 International Dürer Competition, Category E+, P2
8/19/2020
How many ways can you fill a table of size with integers such that each cell contains the total number of even numbers in its row and column other than itself?
Two tables are different if they differ in at least one cell.
combinatoricstablecells