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 half solution | Comment 17 of 18 |

For even n, arrange the numbers 1 to n^2 in an array as follows.  Go from left to right the first row, right to left the second row, left to right the third row, etc.

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

Column sums are all the same because numbers go up in odd rows and down in even rows by the same amount in a given column.

Of course, this method solves partitioning 1 to nk in k seperate subsets, each with n numbers, all subsets having the same sum when n is even.


  Posted by McWorter on 2005-08-31 18:27:44
Please log in:
Login:
Password:
Remember me:
Sign up! | Forgot password


Search:
Search body:
Forums (0)
Newest Problems
Random Problem
FAQ | About This Site
Site Statistics
New Comments (16)
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