{ x 1 , x 2 , … x 6 0 } is a set of 6 0 positive integers that satisfy the equation
x 1 + x 2 + … + x 6 0 = x 1 × x 2 × … × x 6 0 .
Over all solution sets, what is the maximum value of x 1 ?
This section requires Javascript.
You are seeing this because something didn't load right. We suggest you, (a) try
refreshing the page, (b) enabling javascript if it is disabled on your browser and,
finally, (c)
loading the
non-javascript version of this page
. We're sorry about the hassle.
This is by no means a proper proof, a lot of it are based on intuition. It is widely know that a × b > a + b for positive a and b most of the time, with the exception when a = b = 2 (equality) or at least one of a or b equals to 1 (reverse inequality). So clearly x 2 , x 3 , … , x 7 5 cannot be all equal to 1. Intuitively, to make x 1 biggest, x 2 , x 3 , … , x 7 5 should be smallest. And yet they can't be 1. So we let x 3 , x 4 , … , x 7 5 be 1 and x 2 be something bigger. Similarly, for x 1 to be big x 2 should be small. We let x 2 = 2 and find that x 1 = 7 5 works.
Problem Loading...
Note Loading...
Set Loading...
Solution 1: Without loss of generality, we may assume that x i are arranged in decreasing order. We have
1 = i = 1 ∑ 6 0 ∏ j = 1 6 0 x j x i = i = 1 ∑ 6 0 ∏ j = i x j 1 ≤ x 2 1 + x 1 1 + x 1 x 2 5 8 since x i ≥ 1
Thus ( x 1 − 1 ) ( x 2 − 1 ) ≤ 5 9 . If x 2 = 1 , then by assumption x i = 1 for i = 1 , and the equation x 1 + 5 9 = x 1 has no solution.
Thus x 2 ≥ 2 , and so x 1 − 1 ≤ 5 9 ⇒ x 1 ≤ 6 0 . It is clear that x 1 = 6 0 , x 2 = 2 and x i = 1 for i ≥ 3 satisfies the equation.
Therefore the maximum value of x 1 is 6 0 .
Solution 2: (By William Gan) We will first use induction to show that for positive integers n ≥ 2 , i = 1 ∑ n x i − i = 1 ∏ n x i ≤ n − 1 .
Base case: For n = 2 , x 1 + x 2 − x 1 x 2 = 1 − ( x 1 − 1 ) ( x 2 − 1 ) ≤ 1 as x 1 , x 2 are positive integers.
Induction step: Assume it is true for n = k for some positive integer k > 1 . We aim to show that it is true for n = k + 1 . i = 1 ∑ k + 1 x i − i = 1 ∏ k + 1 x i = x k + 1 + i = 1 ∑ k x i − x k + 1 i = 1 ∏ k x i ≤ x k + 1 + i = 1 ∏ k x i + ( k − 1 ) − x k + 1 i = 1 ∏ k x i = ( k + 1 ) − 1 − ( x k + 1 − 1 ) ( i = 1 ∏ k x i − 1 ) ≤ ( k + 1 ) − 1 where the last inequality is done in a similar manner as n = 2 . Thus, this proves the induction step.
Therefore, by mathematical induction the statement is true for all positive integers n ≥ 2 .
Now, let i = 2 ∏ 7 5 x i = p and i = 2 ∑ 7 5 x i = s . If p = 1 , then all the integers x i , i ≥ 2 must be equal to 1. We can check that this has no integer solution for x 1 , hence p ≥ 2 .
This substitution gives x 1 p = x 1 + s ⇒ x 1 = p − 1 s ≤ p − 1 p + ( 7 4 − 1 ) by the above lemma. We continue to simplify this to obtain x 1 ≤ p − 1 p + 7 3 = 1 + p − 1 7 4 ≤ 1 + 2 − 1 7 4 = 7 5 .
One possible solution is x 1 = 7 5 , x 2 = 2 , x 3 = x 4 = . . . = x 7 5 = 1 . Hence, the maximum value of x 1 is indeed 60.