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

Home > Numbers
Squares in a 4x4 Grid (Posted on 2023-07-21) Difficulty: 3 of 5
Leilani placed a digit in each of these 16 squares:
+------+------+------+------+
|      |      |      |      |      
+---- -+------+------+------+
|      |      |      |      |     
+------+------+------+------+
|      |      |      |      |     
+------+------+------+------+
|      |      |      |      |      
+------+------+------+------+

When she had finished, the grid had the following properties:

• No digit occured more than once in any row.
• The sum of the four digits in each row was the same.
• The sum of the four digits in each column was the same.
• Each row formed a different four-digit perfect square.

Complete the 4x4 square grid given above.

Note: Adapted from Enigma #1553 which appeared in 'New Scientist' in 2009.

See The Solution Submitted by K Sengupta    
Rating: 5.0000 (1 votes)

Comments: ( Back to comment list | You must be logged in to post comments.)
re(3): Solution | Comment 5 of 6 |
(In reply to re(2): Solution by Charlie)

Kenny M, I rechecked my algorithm and it does not check to see if all digits in a column are distinct (in fact they are not all distinct).

The only time the program selects for "no repeat digits" is in the list comprehension definition of the list squares.  Squares is used in choosing numbers for the rows.
The only constraint on columns is that the sums of digits are the same.
I have made a correction to my post.

Charlie nailed it; I simply described condition 3 incorrectly.

  Posted by Larry on 2023-07-21 11:09:43
Please log in:
Login:
Password:
Remember me:
Sign up! | Forgot password


Search:
Search body:
Forums (5)
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