For each positive integer , the Bank of Cape Town issues coins of denomination . Given a finite collection of such coins (of not necessarily different denominations) with total value at most , prove that it is possible to split this collection into 100 or fewer groups, such that each group has total value at most 1.
Easy Math Editor
This discussion board is a place to discuss our Daily Challenges and the math and science related to those challenges. Explanations are more than just a solution — they should explain the steps and thinking strategies that you used to obtain the solution. Comments should further the discussion of math and science.
When posting on Brilliant:
*italics*
or_italics_
**bold**
or__bold__
paragraph 1
paragraph 2
[example link](https://brilliant.org)
> This is a quote
\(
...\)
or\[
...\]
to ensure proper formatting.2 \times 3
2^{34}
a_{i-1}
\frac{2}{3}
\sqrt{2}
\sum_{i=1}^3
\sin \theta
\boxed{123}
Comments
Outline; will complete this later.
The idea is to induct. Replace the 100 by n. The sum doesn't exceed k−21 and we need to show that they can be split in to n groups such that the sum of no groups exceeds 1. The base case is trivial; suppose the assertion is true for some 1,2,⋯,k−1. Let j be the largest odd factor of k, and divide the numbers less than k in to k+1 groups based on their largest odd divisors (all numbers with their largest odd divisors x go in group x). It is easy to show that the sum of no group exceeds 1. It it also easy to prove that all the coins which are smaller than 2k1 fit in to these groups without the sum exceeding 1, so the induction step is complete.