What is the minimum value of q such that there are always three elements x m , x n , x p of the set A = { x 1 , x 2 , ⋯ , x q − 1 , x q } ∈ { 1 ; 2 ; ⋯ ; 1 2 3 3 ; 1 2 3 4 } such that x n 2 − 2 x p x m < x p 2 + x m 2 < x n 2 + 2 x p x m (with every possible combination of the set A )?
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.
Great solution (although I have read it). When this problem was written on the chalkboard, no one in the class solved it. It was the last problem from a math competition occurred in my hometown last year, and unsurprisingly, no one was able to solve it. It was a challenge!
Problem Loading...
Note Loading...
Set Loading...
The given condition on x n , x p , x m is that x n 2 < ( x p + x m ) 2 and ( x p − x m ) 2 < x n 2 , so that x n < x p + x m and ∣ x p − x m ∣ < x n , so that x n < x p + x m , x p < x n + x m and x m < x p + x n . Thus we want to find subsets of { 1 , 2 , 3 , . . . , 1 2 3 4 } such that no triplet of elements of the subset forms the side lengths of a proper triangle. Three numbers a < b < c form the sides of a proper triangle precisely when c < a + b .
Thus a collection of { x 1 , x 2 , . . . , x q } of numbers, with x 1 < x 2 < . . . < x q , will be such that no triplet of its elements forms the side lengths of a proper triangle provided that x k ≥ x i + x j whenever i < j < k . This requires precisely that x k ≥ x k − 1 + x k − 2 for all 3 ≤ k ≤ q .
We need to find how many positive integers x 1 < x 2 < . . . < x q can be chosen so that x k ≥ x k − 1 + x k − 2 for all 3 ≤ k ≤ q . Note that x 1 ≥ 1 = F 2 and x 2 ≥ 2 = F 3 , where F n is the n th Fibonacci number (so F 0 = 0 , F 1 = 1 , F 2 = 1 , and so on). If it is true that x k ≥ F k + 1 for 1 ≤ k ≤ u , then x u + 1 ≥ x u + x u − 1 ≥ F u + 1 + F u = F u + 2 . Thus we deduce that x u ≥ F u + 1 for all 1 ≤ u ≤ q , and so F q + 1 ≤ x q ≤ 1 2 3 4 Since F 1 6 = 9 8 7 and F 1 7 = 1 5 9 7 , we deduce that q + 1 ≤ 1 6 , and hence q ≤ 1 5 .
Thus, if a subset of { 1 , 2 , 3 , . . . , 1 2 3 4 } of size q contains no triplet that forms the sides of a proper triangle, then q ≤ 1 5 . We can find a set of size 1 5 with this property, namely { F n : 2 ≤ n ≤ 1 6 } = { 1 , 2 , 3 , 5 , 8 , 1 3 , 2 1 , 3 4 , 5 5 , 8 9 , 1 4 4 , 2 3 3 , 3 7 7 , 6 1 0 , 9 8 7 } Any set with 1 6 or more elements must contain a triplet that forms the sides of a proper triangle.