Show that any given set of sixteen consecutive integers {$x+1,x+2,\ldots,x+16$} can be divided into two eight element subsets with the properties that they have the same sum, the sums of the squares of the elements are the same, and the sums of the cubes of the elements are the same. I know that each eight element subset has to have a sum of $$\frac{\text{total sum of sixteen integers}}{2} = 8x + 68.$$
I also assumed that $x = 0,$ and this simplified things so greatly that I actually found the answer, but by equating $x$ to $0$ you are assuming that you can do this with any sixteen consecutive integers, which is what you're trying to prove. And in a proof, you cannot use the information that you are trying to prove, so this is not a valid approach.
There must be a clever and simple solution to this problem other than brute forcing a general case, especially since computations would get exceedingly complicated with the expansion of quadratic and cubic polynomials.
I appreciate any and all help.
Thanks,
A
One has to use two theorems from equal sums of like powers. Assume the notation,
$$[a_1,a_2,\dots,a_m]^k = a_1^k + a_2^k +\dots +a_m^k$$
(Escott, Quarterly Journal of Mathematics, 1910, pp. 141-167; Tarry, L’Intermediaire des Mathematiciens, vol. 19, 1912, pp. 219-221.)
If,
$$[a_1,a_2,\dots,a_m]^k = [b_1,b_2,\dots,b_m]^k,\;\; \text{for}\, k = 1,2,3,\dots,n$$
then for any constant $c$,
$$[a_1,\dots,a_m,\,c+b_1,\dots, c+b_m]^k = [b_1,\dots,b_m,\,c+a_1,\dots, c+a_m]^k\\ \text{for}\, k=1,2,3,\dots, n+1$$
This doubles the number of terms, but you can climb the ladder of powers as high as you like. For example, starting with,
$$[1,4]^k = [2,3]^k,\;\; \text{for}\, k = 1$$
using the theorem with $c = 4$, we get,
$$[1,\,4,\,6,\,7]^k = [2,\,3,\,5,\,8]^k,\;\; \text{for}\, k = 1,2$$
Using the theorem again with $c = 8$, we have,
$$[1,\,4,\,6,\,7,\,10,\,11,\,13,\,16]^k = [2,\,3,\,5,\,8,\,9,\,12,\,14,\,15]^k,\;\; \text{for}\, k = 1,2,3\tag1$$
and so on.
(M. Frolov, Bulletin de la Societe Math de France, vol. 17, 1888, pp 69-83; vol. 20, 1892, pp.69-84.)
If,
$$[a_1,a_2,\dots,a_m]^k = [b_1,b_2,\dots,b_m]^k,\;\; \text{for}\, k = 1,2,3,\dots,n$$
then for any constant $c$,
$$[c+a_1,\,c+a_2,\dots,c+a_m]^k = [c+b_1,\,c+b_2,\dots,c+b_m]^k \\ \text{for}\, k=1,2,3,\dots,n$$
Hence, using $(1)$,
$$[c+1,\,c+4,\,c+6,\,c+7,\,c+10,\,c+11,\,c+13,\,c+16]^k = [c+2,\,c+3,\,c+5,\,c+8,\,c+9,\,c+12,\,c+14,\,c+15]^k,\\ \text{for}\, k = 1,2,3$$
for any $c$. If we use integer $c$, then the terms will be $16$ consecutive integers.