filling a 3xn table with numbers 1 to 3n, sum of rows and columns related
Source: Austria Beginners' Competition 2018 p3
February 24, 2020
combinatoricsSum
Problem Statement
For a given integer we examine whether there exists a table with three rows and columns which can be filled by the numbers such that
each row totals to the same sum and
each column totals to the same sum .
Prove:
(a) If is even, such a table does not exist.
(b) If , such a table does exist.(Gerhard J. Woeginger)