All about flooble | fun stuff | Get a free chatterbox | Free JavaScript | Avatars    
perplexus dot info

Home > Numbers
A quite even partition (Posted on 2005-08-28) Difficulty: 3 of 5
Can you partition the numbers 1, 2, 3, ... nē in n separate subsets, each with n numbers, all subsets having the same sum?

See The Solution Submitted by Federico Kereki    
Rating: 4.3333 (3 votes)

Comments: ( Back to comment list | You must be logged in to post comments.)
Another (similar) way (To Mc) | Comment 7 of 18 |

In the array below, each column represents one set :

       1                2                3           .....       n       

     2n             n + 1          n + 2        .....    2n - 1 

   3n - 1            3n           2n + 1         .....   3n - 2 

...........        ...........       ..........         .....    ..........

...........        ...........       ..........         ......   ..........

 (n-1)n + 2   (n-1)n + 3   (n-1)n + 4  ..... (n-1)n + 1 

The columns of the above array constitute the desired grouping.

To prove this, we write another array that is derived from the previous one in the following way : Subtract 0 from each element in the first row, subtract n from each element in the second row, subtract 2n from each element in the third row, ..., subtract (n-1)n from each element in the last (nth) row.

This gives :

     1           2           3          .....      n    

     n           1           2          .....      n-1 

    n-1         n           1          .....      n-2 

..........    .........   .........       ......  ............

..........    .........   .........       ......   ............

     2           3           4          ......        1    

Note that each column in the derived array is a permutation of the numbers 1, 2, ..., n. Hence the sum of the elements in each column of the original array is :

S = (1 + 2 + 3 + ... + n) + (0 + n + 2n + ... + (n-1)n) =  n(n + 1)/2  + n * n(n - 1)/2 = n(n^2 + 1)/2.

 


  Posted by pcbouhid on 2005-08-29 03:06:53
Please log in:
Login:
Password:
Remember me:
Sign up! | Forgot password


Search:
Search body:
Forums (1)
Newest Problems
Random Problem
FAQ | About This Site
Site Statistics
New Comments (10)
Unsolved Problems
Top Rated Problems
This month's top
Most Commented On

Chatterbox:
Copyright © 2002 - 2024 by Animus Pactum Consulting. All rights reserved. Privacy Information