What is the maximum number of numbers can you choose from the first 20 positive integers such that none of the chosen numbers is the sum of exactly 2 other chosen numbers?
Example - You can choose 1,2 and 4 but you can’t choose 1,2 and 3 (since 1+2=3)
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.
10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20 = 1 1 numbers. Any two of these numbers add to more than 20. As a side note, one can also choose all the odd numbers but that only gives 10 numbers. If one begins at 1 and moves upwards, one can choose 1, 2, 4, 7, 10, 13, 16, 19 (every 3rd number after 4, because of the 1, 2) but that only gives 8 numbers.