Problem:
A set of positive numbers has the triangle property if it has three distinct elements that are the lengths of the sides of a triangle whose area is positive. Consider sets {4,5,6,β¦nn} of consecutive positive integers, all of whose ten-element subsets have the triangle property. What is the largest possible value of n?
Solution:
The set {4,5,9,14,23,37,60,97,157,254} is a ten-element subset of {4,5,6,β¦,254} that does not have the triangle property. Let N be the smallest integer for which {4,5,6,β¦,N} has a ten-element subset that lacks the triangle property. Let {a1β,a2β,a3β,β¦,a10β} be such a subset, with a1β<a2β<a3β<β―<a10β. Because none of its three-element subsets define triangles, the following must be true:
Nββ₯a10ββ₯a9β+a8ββ₯(a8β+a7β)+a8β=2a8β+a7ββ₯2(a7β+a6β)+a7β=3a7β+2a6ββ₯3(a6β+a5β)+2a6β=5a6β+3a5ββ₯8a5β+5a4ββ₯13a4β+8a3ββ₯21a3β+13a2ββ₯34a2β+21a1ββ₯34β
5+21β
4=254β
Thus the largest possible value of n is Nβ1=253β.
The problems on this page are the property of the MAA's American Mathematics Competitions