Is it possible to fill a 3 × 3 grid with integers 1 , 2 , 3 , . . . , 9 such that the sum of the integers is unique in every row, column and diagonal ?
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.
@Munem Sahariar How many configuarations are there?
Log in to reply
I found 3 1 2 0 different configurations ( 2 4 9 6 0 if we count reflections and rotations as different configurations.)
Log in to reply
How did you arrive at this conclusion?
Log in to reply
@Sumukh Bansal – Brute force : I just listed all permutations of 1 2 3 4 5 6 7 8 9 and kept only those for which all rows, columns and diagonals are different. I did not figure out a clever way to count but if so I might post a problem on it.
Log in to reply
@Romain Bouchard – Please elaborate!
Log in to reply
@Sumukh Bansal – I think he wrote a code, that checks if a certain configuration meet the requirements of the problem.
How did you find such a configuration? How many other configurations are there?
Log in to reply
By error and trial :) After a little research, I found 3 1 2 0 different configurations ( 2 4 9 6 0 if we count reflections and rotations as different configurations.)
Problem Loading...
Note Loading...
Set Loading...