Suppose that we have a integer m, and we need to choose n ≤ m...
woowheedr
Answered
2022-07-01
Suppose that we have a integer , and we need to choose and such that and is maximized, where and all 's are integers. In particular, is the maximum product polynomial in ?
Answer & Explanation
Karissa Macdonald
Expert
2022-07-02Added 12 answers
Nope, since it is not even bounded by a polynomial : if is even, for example, you may take the decomposition and to obtain a product wich exceeds polynomial growth (and I'm not claiming this is the maximum, but it is a lower bound).
Crystal Wheeler
Expert
2022-07-03Added 4 answers
I think you'll find the product is maximized by using as many threes as possible, topping up with a two or two.
EDIT: An explanation, as requested.
First show that if there's an i such that then you can increase the product by replacing by two numbers that add up to . Also, replacing 4 by two 2s doesn't change sum or product, so we may assume all are 2 or 3. Now note that if you have three 2s you can do better with two 3s.