Distributing numbers

Given the distribution of numbers shown above, it is requested:

  • Distribute the numbers in two groups A and B of 8 numbers each.
  • The sum of all the numbers in group A must equal the sum of all the numbers in group B.
  • The sum of all the squares of the numbers in group A must be equal to the sum of all the squares in group B.

Is it possible to satisfy the requested conditions for the distribution of numbers?

No, it is not possible Yes, it is possible

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.

2 solutions

M Ivker
Dec 21, 2017

In fact, there is even a solution in which the sums of the cubes are equal as well.

Yes, { 1 , 4 , 6 , 7 , 10 , 11 , 13 , 16 } . \{1,4,6,7,10,11,13,16\}. Pretty amazing.

I guess the natural question is: for any positive integer k , k, is there a number N N such that { 1 , , N } \{1,\ldots,N\} is the union of two disjoint subsets such that, for all nonnegative integers d k , d \le k, the sum of the d d th powers of the elements of each subset is the same? Your observation shows that if k = 3 k=3 then N = 16 N=16 works.

Patrick Corn - 3 years, 5 months ago

Log in to reply

If k=4, then N=32 works and if k=5, then N=64 works.

M Ivker - 3 years, 5 months ago

Log in to reply

So...given a positive integer k , k, can we always split { 1 , 2 , , 2 k + 1 } \{1,2,\ldots,2^{k+1}\} into two subsets S 1 S_1 and S 2 S_2 such that, for every integer d d such that 0 d k , 0 \le d \le k, x S 1 x d = y S 2 y d ? \sum_{x \in S_1} x^d = \sum_{y \in S_2} y^d?

Patrick Corn - 3 years, 5 months ago
Patrick Corn
Dec 20, 2017

It turns out there are seven ways to do this. Here are all seven possibilities for the set that contains 1 1 (found by a computer search): { 1 , 2 , 7 , 8 , 11 , 12 , 13 , 14 } { 1 , 4 , 6 , 7 , 9 , 12 , 14 , 15 } { 1 , 4 , 6 , 7 , 10 , 11 , 13 , 16 } { 1 , 4 , 5 , 8 , 10 , 11 , 14 , 15 } { 1 , 3 , 6 , 8 , 10 , 12 , 13 , 15 } { 1 , 3 , 6 , 9 , 10 , 11 , 12 , 16 } { 1 , 5 , 6 , 7 , 8 , 11 , 14 , 16 } \{ 1, 2, 7, 8, 11, 12, 13, 14 \} \\ \{ 1, 4, 6, 7, 9, 12, 14, 15 \}\\ \{ 1, 4, 6, 7, 10, 11, 13, 16 \}\\ \{ 1, 4, 5, 8, 10, 11, 14, 15 \}\\ \{ 1, 3, 6, 8, 10, 12, 13, 15 \}\\ \{ 1, 3, 6, 9, 10, 11, 12, 16 \}\\ \{ 1, 5, 6, 7, 8, 11, 14, 16 \}\\

0 pending reports

×

Problem Loading...

Note Loading...

Set Loading...