Olympiad Maths Prep

Track / Stage 7 / 87 of 300 #1487 of 2000

Problem 1487

National olympiad second round; IMO P1/P4
Combinatorics Difficulty 7.2 Prove it

In Oddland there are stamps with values of 11 cent, 33 cents, 55 cents, etc., each for odd number there is exactly one stamp type. Oddland Post dictates: For two different values on a letter must be the number of stamps of the lower one value must be at least as large as the number of tokens of the higher value.
In Squareland, on the other hand, there are stamps with values of 11 cent, 44 cents, 99 cents, etc. there is exactly one stamp type for each square number. Brands can be found in Squareland can be combined as required without further regulations.
Prove for every positive integer nn: there are the same number in the two countries possibilities to send a letter with stamps worth a total of nn cents. It makes no difference if you have the same stamps on arrange a letter differently.

(Stephan Wagner)

This one wants a proof. Work it on paper, read the official solution, then mark yourself honestly — the ladder only means something if the record is true.

Official solution

To prove that for every positive integer n n , there are the same number of ways to send a letter with stamps worth a total of n n cents in Oddland and Squareland, we need to show that the number of ways to represent n n as a sum of odd numbers (with the restriction given) is the same as the number of ways to represent n n as a sum of square numbers.

1. Oddland Representation:
- In Oddland, the stamps have values 1,3,5,7, 1, 3, 5, 7, \ldots , which are all odd numbers.
- The restriction is that for two different values on a letter, the number of stamps of the lower value must be at least as large as the number of stamps of the higher value.
- This restriction implies that the representation of n n as a sum of odd numbers must be in non-increasing order.

2. Squareland Representation:
- In Squareland, the stamps have values 1,4,9,16, 1, 4, 9, 16, \ldots , which are all perfect squares.
- There are no restrictions on how the stamps can be combined.

3. Generating Functions:
- We can use generating functions to count the number of ways to represent n n in both cases.
- The generating function for the number of ways to represent n n as a sum of odd numbers (with the restriction) is:
k=011x2k+1 \prod_{k=0}^{\infty} \frac{1}{1 - x^{2k+1}}
- The generating function for the number of ways to represent n n as a sum of square numbers is:
k=111xk2 \prod_{k=1}^{\infty} \frac{1}{1 - x^{k^2}}

4. Partition Theory:
- The problem can be translated into a problem in partition theory.
- The number of partitions of n n into distinct parts (Oddland) is equal to the number of partitions of n n into parts that are squares (Squareland).

5. Bijective Proof:
- We can construct a bijection between the partitions of n n into odd parts and the partitions of n n into square parts.
- Consider the partition of n n into odd parts. Each odd part can be written as 2k+1 2k+1 for some integer k k .
- The sum of the first k k odd numbers is k2 k^2 , which is a perfect square.
- Therefore, each partition of n n into odd parts corresponds to a partition of n n into square parts.

6. Conclusion:
- Since we have shown that there is a bijection between the partitions of n n into odd parts and the partitions of n n into square parts, we have proved that the number of ways to send a letter with stamps worth a total of n n cents is the same in both Oddland and Squareland.

True \boxed{\text{True}}

Source: NuminaMath-1.5, licensed Apache-2.0. Statement and solution reproduced as published; topic, difficulty and ordering added by this site.