9sums - a logical deduction puzzle
up vote
6
down vote
favorite
Each set of minuses contains an integer in the range [1,5]. The given numbers are the sum of the surrounding 4 numbers.
--- --- --- ---
13 14 11
--- --- --- ---
11 10 13
--- --- --- ---
11 9 14
--- --- --- ---
Can you solve the grid?
mathematics logical-deduction calculation-puzzle
add a comment |
up vote
6
down vote
favorite
Each set of minuses contains an integer in the range [1,5]. The given numbers are the sum of the surrounding 4 numbers.
--- --- --- ---
13 14 11
--- --- --- ---
11 10 13
--- --- --- ---
11 9 14
--- --- --- ---
Can you solve the grid?
mathematics logical-deduction calculation-puzzle
Are there any rules on number of uses of each integer or using the same integer per row/column?
– AHKieran
17 hours ago
@AHKieran; not yet!
– JonMark Perry
16 hours ago
add a comment |
up vote
6
down vote
favorite
up vote
6
down vote
favorite
Each set of minuses contains an integer in the range [1,5]. The given numbers are the sum of the surrounding 4 numbers.
--- --- --- ---
13 14 11
--- --- --- ---
11 10 13
--- --- --- ---
11 9 14
--- --- --- ---
Can you solve the grid?
mathematics logical-deduction calculation-puzzle
Each set of minuses contains an integer in the range [1,5]. The given numbers are the sum of the surrounding 4 numbers.
--- --- --- ---
13 14 11
--- --- --- ---
11 10 13
--- --- --- ---
11 9 14
--- --- --- ---
Can you solve the grid?
mathematics logical-deduction calculation-puzzle
mathematics logical-deduction calculation-puzzle
asked 17 hours ago
JonMark Perry
16.9k63281
16.9k63281
Are there any rules on number of uses of each integer or using the same integer per row/column?
– AHKieran
17 hours ago
@AHKieran; not yet!
– JonMark Perry
16 hours ago
add a comment |
Are there any rules on number of uses of each integer or using the same integer per row/column?
– AHKieran
17 hours ago
@AHKieran; not yet!
– JonMark Perry
16 hours ago
Are there any rules on number of uses of each integer or using the same integer per row/column?
– AHKieran
17 hours ago
Are there any rules on number of uses of each integer or using the same integer per row/column?
– AHKieran
17 hours ago
@AHKieran; not yet!
– JonMark Perry
16 hours ago
@AHKieran; not yet!
– JonMark Perry
16 hours ago
add a comment |
6 Answers
6
active
oldest
votes
up vote
7
down vote
accepted
2 5 3 1
13 14 11
3 3 3 4
11 10 13
4 1 3 3
11 9 14
5 1 4 4
1
Well done! I edited the answer to make it a little more readable.
– Christoph
16 hours ago
add a comment |
up vote
3
down vote
My answer:
Not sure how to format this, but from left to right, then top to bottom, the numbers would be:
2, 5, 5, 1
5, 1, 3, 2
2, 3, 3, 5
5, 1, 2, 4
from the looks of it there are multiple solutions, for some reason the other answer didn't appear until after I posted mine...
– AHKieran
16 hours ago
add a comment |
up vote
3
down vote
Its has many solutons, just need to start somewhere
3 3 3 1
13 14 11
2 5 3 4
11 10 13
2 1 1 5
11 9 14
5 3 4 4
add a comment |
up vote
2
down vote
Also this grid is a solution :
2 4 5 2
3 4 1 3
3 1 4 5
4 3 1 4
New contributor
Welcome to Puzzling.SE. Take the tour. I have edited your answer to include it with a spoiler markup>!
.
– u_ndefined
15 hours ago
add a comment |
up vote
1
down vote
This was fun!
For my solution, I started in the four corners and worked my way inwards, ignoring the 1-5 constraint. When I had completed the grid without constraints, I again started in the corners to adjust numbers to fit the constraints until all constraints were satisfied.
-3- -4- -4- -1-
13 14 11
-1- -5- -1- -5-
11 10 13
-3- -2- -2- -5-
11 9 14
-5- -1- -4- -3-
New contributor
add a comment |
up vote
-1
down vote
Here is my solution in excel:
!
! If you want to solve it by yourself, here is file 9sum.xlsx.
New contributor
Welcome to PuzzlingSE! Please include your answer in your post, and don't just link to it. This keeps it available, should you ever decide to delete the file and it does not force other people to download a file from an unknown person/source. As it stands this answer will most likely be deleted soon.
– Christoph
14 hours ago
2
What you could do is take a screenshot of your excel and upload it as an answer
– AHKieran
14 hours ago
While this link may answer the question, it is better to include the essential parts of the answer here and provide the link for reference. Link-only answers can become invalid if the linked page changes. - From Review
– gabbo1092
12 hours ago
add a comment |
6 Answers
6
active
oldest
votes
6 Answers
6
active
oldest
votes
active
oldest
votes
active
oldest
votes
up vote
7
down vote
accepted
2 5 3 1
13 14 11
3 3 3 4
11 10 13
4 1 3 3
11 9 14
5 1 4 4
1
Well done! I edited the answer to make it a little more readable.
– Christoph
16 hours ago
add a comment |
up vote
7
down vote
accepted
2 5 3 1
13 14 11
3 3 3 4
11 10 13
4 1 3 3
11 9 14
5 1 4 4
1
Well done! I edited the answer to make it a little more readable.
– Christoph
16 hours ago
add a comment |
up vote
7
down vote
accepted
up vote
7
down vote
accepted
2 5 3 1
13 14 11
3 3 3 4
11 10 13
4 1 3 3
11 9 14
5 1 4 4
2 5 3 1
13 14 11
3 3 3 4
11 10 13
4 1 3 3
11 9 14
5 1 4 4
edited 16 hours ago
Christoph
3,3261426
3,3261426
answered 16 hours ago
Alex
963
963
1
Well done! I edited the answer to make it a little more readable.
– Christoph
16 hours ago
add a comment |
1
Well done! I edited the answer to make it a little more readable.
– Christoph
16 hours ago
1
1
Well done! I edited the answer to make it a little more readable.
– Christoph
16 hours ago
Well done! I edited the answer to make it a little more readable.
– Christoph
16 hours ago
add a comment |
up vote
3
down vote
My answer:
Not sure how to format this, but from left to right, then top to bottom, the numbers would be:
2, 5, 5, 1
5, 1, 3, 2
2, 3, 3, 5
5, 1, 2, 4
from the looks of it there are multiple solutions, for some reason the other answer didn't appear until after I posted mine...
– AHKieran
16 hours ago
add a comment |
up vote
3
down vote
My answer:
Not sure how to format this, but from left to right, then top to bottom, the numbers would be:
2, 5, 5, 1
5, 1, 3, 2
2, 3, 3, 5
5, 1, 2, 4
from the looks of it there are multiple solutions, for some reason the other answer didn't appear until after I posted mine...
– AHKieran
16 hours ago
add a comment |
up vote
3
down vote
up vote
3
down vote
My answer:
Not sure how to format this, but from left to right, then top to bottom, the numbers would be:
2, 5, 5, 1
5, 1, 3, 2
2, 3, 3, 5
5, 1, 2, 4
My answer:
Not sure how to format this, but from left to right, then top to bottom, the numbers would be:
2, 5, 5, 1
5, 1, 3, 2
2, 3, 3, 5
5, 1, 2, 4
answered 16 hours ago
AHKieran
4,121636
4,121636
from the looks of it there are multiple solutions, for some reason the other answer didn't appear until after I posted mine...
– AHKieran
16 hours ago
add a comment |
from the looks of it there are multiple solutions, for some reason the other answer didn't appear until after I posted mine...
– AHKieran
16 hours ago
from the looks of it there are multiple solutions, for some reason the other answer didn't appear until after I posted mine...
– AHKieran
16 hours ago
from the looks of it there are multiple solutions, for some reason the other answer didn't appear until after I posted mine...
– AHKieran
16 hours ago
add a comment |
up vote
3
down vote
Its has many solutons, just need to start somewhere
3 3 3 1
13 14 11
2 5 3 4
11 10 13
2 1 1 5
11 9 14
5 3 4 4
add a comment |
up vote
3
down vote
Its has many solutons, just need to start somewhere
3 3 3 1
13 14 11
2 5 3 4
11 10 13
2 1 1 5
11 9 14
5 3 4 4
add a comment |
up vote
3
down vote
up vote
3
down vote
Its has many solutons, just need to start somewhere
3 3 3 1
13 14 11
2 5 3 4
11 10 13
2 1 1 5
11 9 14
5 3 4 4
Its has many solutons, just need to start somewhere
3 3 3 1
13 14 11
2 5 3 4
11 10 13
2 1 1 5
11 9 14
5 3 4 4
answered 16 hours ago
Naeem Shaikh
829410
829410
add a comment |
add a comment |
up vote
2
down vote
Also this grid is a solution :
2 4 5 2
3 4 1 3
3 1 4 5
4 3 1 4
New contributor
Welcome to Puzzling.SE. Take the tour. I have edited your answer to include it with a spoiler markup>!
.
– u_ndefined
15 hours ago
add a comment |
up vote
2
down vote
Also this grid is a solution :
2 4 5 2
3 4 1 3
3 1 4 5
4 3 1 4
New contributor
Welcome to Puzzling.SE. Take the tour. I have edited your answer to include it with a spoiler markup>!
.
– u_ndefined
15 hours ago
add a comment |
up vote
2
down vote
up vote
2
down vote
Also this grid is a solution :
2 4 5 2
3 4 1 3
3 1 4 5
4 3 1 4
New contributor
Also this grid is a solution :
2 4 5 2
3 4 1 3
3 1 4 5
4 3 1 4
New contributor
edited 15 hours ago
u_ndefined
2,628436
2,628436
New contributor
answered 16 hours ago
richard
211
211
New contributor
New contributor
Welcome to Puzzling.SE. Take the tour. I have edited your answer to include it with a spoiler markup>!
.
– u_ndefined
15 hours ago
add a comment |
Welcome to Puzzling.SE. Take the tour. I have edited your answer to include it with a spoiler markup>!
.
– u_ndefined
15 hours ago
Welcome to Puzzling.SE. Take the tour. I have edited your answer to include it with a spoiler markup
>!
.– u_ndefined
15 hours ago
Welcome to Puzzling.SE. Take the tour. I have edited your answer to include it with a spoiler markup
>!
.– u_ndefined
15 hours ago
add a comment |
up vote
1
down vote
This was fun!
For my solution, I started in the four corners and worked my way inwards, ignoring the 1-5 constraint. When I had completed the grid without constraints, I again started in the corners to adjust numbers to fit the constraints until all constraints were satisfied.
-3- -4- -4- -1-
13 14 11
-1- -5- -1- -5-
11 10 13
-3- -2- -2- -5-
11 9 14
-5- -1- -4- -3-
New contributor
add a comment |
up vote
1
down vote
This was fun!
For my solution, I started in the four corners and worked my way inwards, ignoring the 1-5 constraint. When I had completed the grid without constraints, I again started in the corners to adjust numbers to fit the constraints until all constraints were satisfied.
-3- -4- -4- -1-
13 14 11
-1- -5- -1- -5-
11 10 13
-3- -2- -2- -5-
11 9 14
-5- -1- -4- -3-
New contributor
add a comment |
up vote
1
down vote
up vote
1
down vote
This was fun!
For my solution, I started in the four corners and worked my way inwards, ignoring the 1-5 constraint. When I had completed the grid without constraints, I again started in the corners to adjust numbers to fit the constraints until all constraints were satisfied.
-3- -4- -4- -1-
13 14 11
-1- -5- -1- -5-
11 10 13
-3- -2- -2- -5-
11 9 14
-5- -1- -4- -3-
New contributor
This was fun!
For my solution, I started in the four corners and worked my way inwards, ignoring the 1-5 constraint. When I had completed the grid without constraints, I again started in the corners to adjust numbers to fit the constraints until all constraints were satisfied.
-3- -4- -4- -1-
13 14 11
-1- -5- -1- -5-
11 10 13
-3- -2- -2- -5-
11 9 14
-5- -1- -4- -3-
New contributor
New contributor
answered 13 hours ago
Marv
1134
1134
New contributor
New contributor
add a comment |
add a comment |
up vote
-1
down vote
Here is my solution in excel:
!
! If you want to solve it by yourself, here is file 9sum.xlsx.
New contributor
Welcome to PuzzlingSE! Please include your answer in your post, and don't just link to it. This keeps it available, should you ever decide to delete the file and it does not force other people to download a file from an unknown person/source. As it stands this answer will most likely be deleted soon.
– Christoph
14 hours ago
2
What you could do is take a screenshot of your excel and upload it as an answer
– AHKieran
14 hours ago
While this link may answer the question, it is better to include the essential parts of the answer here and provide the link for reference. Link-only answers can become invalid if the linked page changes. - From Review
– gabbo1092
12 hours ago
add a comment |
up vote
-1
down vote
Here is my solution in excel:
!
! If you want to solve it by yourself, here is file 9sum.xlsx.
New contributor
Welcome to PuzzlingSE! Please include your answer in your post, and don't just link to it. This keeps it available, should you ever decide to delete the file and it does not force other people to download a file from an unknown person/source. As it stands this answer will most likely be deleted soon.
– Christoph
14 hours ago
2
What you could do is take a screenshot of your excel and upload it as an answer
– AHKieran
14 hours ago
While this link may answer the question, it is better to include the essential parts of the answer here and provide the link for reference. Link-only answers can become invalid if the linked page changes. - From Review
– gabbo1092
12 hours ago
add a comment |
up vote
-1
down vote
up vote
-1
down vote
Here is my solution in excel:
!
! If you want to solve it by yourself, here is file 9sum.xlsx.
New contributor
Here is my solution in excel:
!
! If you want to solve it by yourself, here is file 9sum.xlsx.
New contributor
edited 10 hours ago
Marv
1134
1134
New contributor
answered 15 hours ago
cluster_master
112
112
New contributor
New contributor
Welcome to PuzzlingSE! Please include your answer in your post, and don't just link to it. This keeps it available, should you ever decide to delete the file and it does not force other people to download a file from an unknown person/source. As it stands this answer will most likely be deleted soon.
– Christoph
14 hours ago
2
What you could do is take a screenshot of your excel and upload it as an answer
– AHKieran
14 hours ago
While this link may answer the question, it is better to include the essential parts of the answer here and provide the link for reference. Link-only answers can become invalid if the linked page changes. - From Review
– gabbo1092
12 hours ago
add a comment |
Welcome to PuzzlingSE! Please include your answer in your post, and don't just link to it. This keeps it available, should you ever decide to delete the file and it does not force other people to download a file from an unknown person/source. As it stands this answer will most likely be deleted soon.
– Christoph
14 hours ago
2
What you could do is take a screenshot of your excel and upload it as an answer
– AHKieran
14 hours ago
While this link may answer the question, it is better to include the essential parts of the answer here and provide the link for reference. Link-only answers can become invalid if the linked page changes. - From Review
– gabbo1092
12 hours ago
Welcome to PuzzlingSE! Please include your answer in your post, and don't just link to it. This keeps it available, should you ever decide to delete the file and it does not force other people to download a file from an unknown person/source. As it stands this answer will most likely be deleted soon.
– Christoph
14 hours ago
Welcome to PuzzlingSE! Please include your answer in your post, and don't just link to it. This keeps it available, should you ever decide to delete the file and it does not force other people to download a file from an unknown person/source. As it stands this answer will most likely be deleted soon.
– Christoph
14 hours ago
2
2
What you could do is take a screenshot of your excel and upload it as an answer
– AHKieran
14 hours ago
What you could do is take a screenshot of your excel and upload it as an answer
– AHKieran
14 hours ago
While this link may answer the question, it is better to include the essential parts of the answer here and provide the link for reference. Link-only answers can become invalid if the linked page changes. - From Review
– gabbo1092
12 hours ago
While this link may answer the question, it is better to include the essential parts of the answer here and provide the link for reference. Link-only answers can become invalid if the linked page changes. - From Review
– gabbo1092
12 hours ago
add a comment |
Thanks for contributing an answer to Puzzling Stack Exchange!
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
Use MathJax to format equations. MathJax reference.
To learn more, see our tips on writing great answers.
Some of your past answers have not been well-received, and you're in danger of being blocked from answering.
Please pay close attention to the following guidance:
- Please be sure to answer the question. Provide details and share your research!
But avoid …
- Asking for help, clarification, or responding to other answers.
- Making statements based on opinion; back them up with references or personal experience.
To learn more, see our tips on writing great answers.
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
StackExchange.ready(
function () {
StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fpuzzling.stackexchange.com%2fquestions%2f76314%2f9sums-a-logical-deduction-puzzle%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Sign up or log in
StackExchange.ready(function () {
StackExchange.helpers.onClickDraftSave('#login-link');
});
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Sign up using Google
Sign up using Facebook
Sign up using Email and Password
Post as a guest
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Required, but never shown
Are there any rules on number of uses of each integer or using the same integer per row/column?
– AHKieran
17 hours ago
@AHKieran; not yet!
– JonMark Perry
16 hours ago