Express the number 1988 as the sum of some positive integers in such a way that the product of these positive integers is maximal.
Problem 1166
Official solution
To express the number 1988 as the sum of some positive integers such that the product of these integers is maximal, we can follow these steps:
1. Identify the optimal integers to use:
- If is a part of the sum and , we can replace with and . This is because for . This replacement increases the product while keeping the sum constant.
- Therefore, we should use only 2's and 3's in our sum.
2. Determine the optimal combination of 2's and 3's:
- Since and , it is more beneficial to use as many 3's as possible because .
- We need to express 1988 as a sum of 2's and 3's such that the number of 3's is maximized.
3. Calculate the number of 3's and 2's:
- We need to find the remainder when 1988 is divided by 3. This will help us determine how many 3's we can use.
- with a remainder of 2. This means we can use 662 threes and one two.
4. Form the sum and calculate the product:
- The sum is .
- The product is .
Thus, the maximal product is achieved by using 662 threes and one two.
The final answer is .