Consider all the integers from 1-13. Without reusing any integers, find a set of three integers for which all numbers 1-13 may be created using only addition and subtraction. Prove that for all such sets, it is not possible to create a sum of 14.
For this question, I've identified that 1,3,9 is a possible set of integers that fulfill the requirements as follows:
$1 = 1 \\ 2 = 3 - 1 \\ 3 = 3 \\ 4 = 1 + 3 \\ 5 = 9 - 1 - 3 \\ 6 = 9 - 3 \\ 7 = 9 + 1 - 3 \\ 10 = 9 + 1 \\ 11 = 9 + 3 - 1 \\ 12 = 9 + 3 \\ 13 = 1 + 3 + 9$
The obvious reason that this set of integers will not add up to 14 is that their sum is 13, smaller than 14. Hence, we cannot get a sum of 14. But I'm not sure if this is the only set of integers that fulfill the requirements and therefore cannot prove that all of these sets of integers will not create a sum of 14. Is there a rule or property I may be overlooking?
Any assistance on this would be much appreciated!
Let $a,b,c$ the set of integers. The goal is to find $14$ ways to respectively get $1,2,\ldots,14$. Each of $a,b,c$ can be with sign $+$, $-$, or $0$ (latter meaning that it doesn't occur). This makes $3^3$ ways to get numbers this way.
Note that every combination has an opposite: for example $a+b-c$ is the opposite of $c-a-b$. At least one of then is $0$ or negative, so at least one of them is not valid, so we get at most $\lfloor27/2\rfloor=13$ different results. So it is impossible to get the integer numbers from $1$ to $14$.