PUZZLE IBM-003
Tennis balls in a bucket
IBM Research · Ponder This · July 1998
IBM Ponder This #003 · July 1998
After Wimbledon, the remaining tennis balls are to be placed in buckets. There are
Assign a different positive integer to every bucket so that the three bucket counts in every row have the same total. Among all such arrangements, make that common row total as small as possible.
For example, when
For an arbitrary number of rows
, construct an arrangement that always attains the minimum possible common row sum.
Solution
Best opened after a real attemptSolution
To be added.