Scheduling based problemDeducing Two Numbers based on their Difference and RatioThe 2 million, er, 20 dollar...
Why do games have consumables?
Why is the underscore command _ useful?
What does a straight horizontal line above a few notes, after a changed tempo mean?
What is the best way to deal with NPC-NPC combat?
What is this word supposed to be?
Combinatorics problem, right solution?
What is purpose of DB Browser(dbbrowser.aspx) under admin tool?
What was Apollo 13's "Little Jolt" after MECO?
What makes accurate emulation of old systems a difficult task?
Why do real positive eigenvalues result in an unstable system? What about eigenvalues between 0 and 1? or 1?
"The cow" OR "a cow" OR "cows" in this context
How do I check if a string is entirely made of the same substring?
I preordered a game on my Xbox while on the home screen of my friend's account. Which of us owns the game?
Does a large simulator bay have standard public address announcements?
Prove that the countable union of countable sets is also countable
How important is it that $TERM is correct?
Creating a chemical industry from a medieval tech level without petroleum
Can a stored procedure reference the database in which it is stored?
What *exactly* is electrical current, voltage, and resistance?
Why didn't the Space Shuttle bounce back into space as many times as possible so as to lose a lot of kinetic energy up there?
Is Electric Central Heating worth it if using Solar Panels?
Does the damage from the Absorb Elements spell apply to your next attack, or to your first attack on your next turn?
Is there any pythonic way to find average of specific tuple elements in array?
How to have a sharp product image?
Scheduling based problem
Deducing Two Numbers based on their Difference and RatioThe 2 million, er, 20 dollar problemAdd a number to each vertex of a triangle such that each edge adds to a perfect squareHexagonal sum fillingEight distinct numbers in the tableIncreasing rows and columnsA simple grid puzzle123456789=1 problemFilling a chessboard with -1, 0 and 1Input/Output Problem #7
$begingroup$
Can you place these numbers into 5 rows of 4 such that each row totals 20?
1, 2, 3, 4, 4, 4, 4, 5, 5, 5, 5, 5, 5, 5, 6, 6, 7, 8, 8, 8
mathematics packing
$endgroup$
add a comment |
$begingroup$
Can you place these numbers into 5 rows of 4 such that each row totals 20?
1, 2, 3, 4, 4, 4, 4, 5, 5, 5, 5, 5, 5, 5, 6, 6, 7, 8, 8, 8
mathematics packing
$endgroup$
add a comment |
$begingroup$
Can you place these numbers into 5 rows of 4 such that each row totals 20?
1, 2, 3, 4, 4, 4, 4, 5, 5, 5, 5, 5, 5, 5, 6, 6, 7, 8, 8, 8
mathematics packing
$endgroup$
Can you place these numbers into 5 rows of 4 such that each row totals 20?
1, 2, 3, 4, 4, 4, 4, 5, 5, 5, 5, 5, 5, 5, 6, 6, 7, 8, 8, 8
mathematics packing
mathematics packing
asked 17 hours ago
JonMark PerryJonMark Perry
20.9k64199
20.9k64199
add a comment |
add a comment |
3 Answers
3
active
oldest
votes
$begingroup$
Sure.
1,5,6,8
2,4,6,8
3,4,5,8
4,4,5,7
5,5,5,5
Method:
Started from the bigger numbers, and partitioned into 5 parts of 20: {8,8,4}, {8,7,5} and so on.
Then swapped a big number with two smaller ones (with the same sum) on another row until I had 4 numbers on each row.
With some fiddling, it's also possible to get all the columns to add up to 25:
1,8,6,5
5,4,7,4
5,5,5,5
6,4,2,8
8,4,5,3
And here's a magic square (with duplicates, unavoidably) followed by a row of fives:
1,6,8,5
5,7,4,4
8,5,4,3
6,2,4,8
5,5,5,5
And finally:
4 4 8 4
8 5 4 3
1 5 6 8
7 6 2 5
5 5 5 5
This has
* 20 on all 5 rows
* 20 on all 4 long diagonals
* 25 in all 4 columns
* a magic square on the first 4 rows
$endgroup$
$begingroup$
I'm late ! But I have differents rows :D
$endgroup$
– Narlore
17 hours ago
$begingroup$
I like the way you went on to challenge yourself by finding solutions to your own proposed questions.
$endgroup$
– 5202456
16 hours ago
$begingroup$
@5202456 Thanks! The original solution seemed to leave an awful lot of "wiggle room" in the pattern, so I wanted to see what I could do with it. I added one more "extra magical" solution after your comment; hopefully I didn't make any mistakes, as the numbers are starting to bounce around in my eyes :-)
$endgroup$
– Bass
14 hours ago
add a comment |
$begingroup$
A bit late to the party and cannot beat the excellent answer from @Bass.
I worked out the number of distinct solutions bearing in mind they can be further permuted by ordering each row and the row sequence. I found
16 distinct solutions
I did this by first finding all the sets of four digits which sum to 20.
There are 17 sets of digits
1 3 8 8
1 4 7 8
1 5 6 8
1 6 6 7
2 3 7 8
2 4 6 8
2 5 5 8
2 5 6 7
3 4 5 8
3 4 6 7
3 5 5 7
3 5 6 6
4 4 4 8
4 4 5 7
4 4 6 6
4 5 5 6
5 5 5 5
I then permuted them for each row so that each digit is used the right number of times.
These are the 16 solutions
1 3 8 8 1 3 8 8 1 3 8 8 1 3 8 8
2 4 6 8 2 5 5 8 2 5 5 8 2 5 6 7
4 4 5 7 4 4 5 7 4 4 5 7 4 4 4 8
4 5 5 6 4 4 6 6 4 5 5 6 4 5 5 6
5 5 5 5 5 5 5 5 4 5 5 6 5 5 5 5
1 4 7 8 1 4 7 8 1 4 7 8 1 4 7 8
2 4 6 8 2 5 5 8 2 5 5 8 2 5 5 8
3 4 5 8 3 4 5 8 3 4 5 8 3 5 6 6
4 5 5 6 4 4 6 6 4 5 5 6 4 4 4 8
5 5 5 5 5 5 5 5 4 5 5 6 5 5 5 5
1 5 6 8 1 5 6 8 1 5 6 8 1 5 6 8
2 3 7 8 2 4 6 8 2 4 6 8 2 5 5 8
4 4 4 8 3 4 5 8 3 5 5 7 3 4 5 8
4 5 5 6 4 4 5 7 4 4 4 8 4 4 5 7
5 5 5 5 5 5 5 5 5 5 5 5 4 5 5 6
1 5 6 8 1 5 6 8 1 5 6 8 1 6 6 7
2 5 5 8 2 5 5 8 2 5 6 7 2 5 5 8
3 4 6 7 3 5 5 7 3 4 5 8 3 4 5 8
4 4 4 8 4 4 4 8 4 4 4 8 4 4 4 8
5 5 5 5 4 5 5 6 5 5 5 5 5 5 5 5
Method:
A computer program written in C.
$endgroup$
$begingroup$
Nice! FYI I generated the puzzle from row 2 column 4.
$endgroup$
– JonMark Perry
14 hours ago
add a comment |
$begingroup$
This one works
7 3 5 5
8 2 5 5
6 4 5 5
8 6 1 5
8 4 4 4
Method :
Write randomly the numbers on a piece of paper during 5 min until the solution appears magically.
$endgroup$
add a comment |
Your Answer
StackExchange.ready(function() {
var channelOptions = {
tags: "".split(" "),
id: "559"
};
initTagRenderer("".split(" "), "".split(" "), channelOptions);
StackExchange.using("externalEditor", function() {
// Have to fire editor after snippets, if snippets enabled
if (StackExchange.settings.snippets.snippetsEnabled) {
StackExchange.using("snippets", function() {
createEditor();
});
}
else {
createEditor();
}
});
function createEditor() {
StackExchange.prepareEditor({
heartbeatType: 'answer',
autoActivateHeartbeat: false,
convertImagesToLinks: false,
noModals: true,
showLowRepImageUploadWarning: true,
reputationToPostImages: null,
bindNavPrevention: true,
postfix: "",
imageUploader: {
brandingHtml: "Powered by u003ca class="icon-imgur-white" href="https://imgur.com/"u003eu003c/au003e",
contentPolicyHtml: "User contributions licensed under u003ca href="https://creativecommons.org/licenses/by-sa/3.0/"u003ecc by-sa 3.0 with attribution requiredu003c/au003e u003ca href="https://stackoverflow.com/legal/content-policy"u003e(content policy)u003c/au003e",
allowUrls: true
},
noCode: true, onDemand: true,
discardSelector: ".discard-answer"
,immediatelyShowMarkdownHelp:true
});
}
});
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%2f83173%2fscheduling-based-problem%23new-answer', 'question_page');
}
);
Post as a guest
Required, but never shown
3 Answers
3
active
oldest
votes
3 Answers
3
active
oldest
votes
active
oldest
votes
active
oldest
votes
$begingroup$
Sure.
1,5,6,8
2,4,6,8
3,4,5,8
4,4,5,7
5,5,5,5
Method:
Started from the bigger numbers, and partitioned into 5 parts of 20: {8,8,4}, {8,7,5} and so on.
Then swapped a big number with two smaller ones (with the same sum) on another row until I had 4 numbers on each row.
With some fiddling, it's also possible to get all the columns to add up to 25:
1,8,6,5
5,4,7,4
5,5,5,5
6,4,2,8
8,4,5,3
And here's a magic square (with duplicates, unavoidably) followed by a row of fives:
1,6,8,5
5,7,4,4
8,5,4,3
6,2,4,8
5,5,5,5
And finally:
4 4 8 4
8 5 4 3
1 5 6 8
7 6 2 5
5 5 5 5
This has
* 20 on all 5 rows
* 20 on all 4 long diagonals
* 25 in all 4 columns
* a magic square on the first 4 rows
$endgroup$
$begingroup$
I'm late ! But I have differents rows :D
$endgroup$
– Narlore
17 hours ago
$begingroup$
I like the way you went on to challenge yourself by finding solutions to your own proposed questions.
$endgroup$
– 5202456
16 hours ago
$begingroup$
@5202456 Thanks! The original solution seemed to leave an awful lot of "wiggle room" in the pattern, so I wanted to see what I could do with it. I added one more "extra magical" solution after your comment; hopefully I didn't make any mistakes, as the numbers are starting to bounce around in my eyes :-)
$endgroup$
– Bass
14 hours ago
add a comment |
$begingroup$
Sure.
1,5,6,8
2,4,6,8
3,4,5,8
4,4,5,7
5,5,5,5
Method:
Started from the bigger numbers, and partitioned into 5 parts of 20: {8,8,4}, {8,7,5} and so on.
Then swapped a big number with two smaller ones (with the same sum) on another row until I had 4 numbers on each row.
With some fiddling, it's also possible to get all the columns to add up to 25:
1,8,6,5
5,4,7,4
5,5,5,5
6,4,2,8
8,4,5,3
And here's a magic square (with duplicates, unavoidably) followed by a row of fives:
1,6,8,5
5,7,4,4
8,5,4,3
6,2,4,8
5,5,5,5
And finally:
4 4 8 4
8 5 4 3
1 5 6 8
7 6 2 5
5 5 5 5
This has
* 20 on all 5 rows
* 20 on all 4 long diagonals
* 25 in all 4 columns
* a magic square on the first 4 rows
$endgroup$
$begingroup$
I'm late ! But I have differents rows :D
$endgroup$
– Narlore
17 hours ago
$begingroup$
I like the way you went on to challenge yourself by finding solutions to your own proposed questions.
$endgroup$
– 5202456
16 hours ago
$begingroup$
@5202456 Thanks! The original solution seemed to leave an awful lot of "wiggle room" in the pattern, so I wanted to see what I could do with it. I added one more "extra magical" solution after your comment; hopefully I didn't make any mistakes, as the numbers are starting to bounce around in my eyes :-)
$endgroup$
– Bass
14 hours ago
add a comment |
$begingroup$
Sure.
1,5,6,8
2,4,6,8
3,4,5,8
4,4,5,7
5,5,5,5
Method:
Started from the bigger numbers, and partitioned into 5 parts of 20: {8,8,4}, {8,7,5} and so on.
Then swapped a big number with two smaller ones (with the same sum) on another row until I had 4 numbers on each row.
With some fiddling, it's also possible to get all the columns to add up to 25:
1,8,6,5
5,4,7,4
5,5,5,5
6,4,2,8
8,4,5,3
And here's a magic square (with duplicates, unavoidably) followed by a row of fives:
1,6,8,5
5,7,4,4
8,5,4,3
6,2,4,8
5,5,5,5
And finally:
4 4 8 4
8 5 4 3
1 5 6 8
7 6 2 5
5 5 5 5
This has
* 20 on all 5 rows
* 20 on all 4 long diagonals
* 25 in all 4 columns
* a magic square on the first 4 rows
$endgroup$
Sure.
1,5,6,8
2,4,6,8
3,4,5,8
4,4,5,7
5,5,5,5
Method:
Started from the bigger numbers, and partitioned into 5 parts of 20: {8,8,4}, {8,7,5} and so on.
Then swapped a big number with two smaller ones (with the same sum) on another row until I had 4 numbers on each row.
With some fiddling, it's also possible to get all the columns to add up to 25:
1,8,6,5
5,4,7,4
5,5,5,5
6,4,2,8
8,4,5,3
And here's a magic square (with duplicates, unavoidably) followed by a row of fives:
1,6,8,5
5,7,4,4
8,5,4,3
6,2,4,8
5,5,5,5
And finally:
4 4 8 4
8 5 4 3
1 5 6 8
7 6 2 5
5 5 5 5
This has
* 20 on all 5 rows
* 20 on all 4 long diagonals
* 25 in all 4 columns
* a magic square on the first 4 rows
edited 14 hours ago
answered 17 hours ago
BassBass
31.6k475193
31.6k475193
$begingroup$
I'm late ! But I have differents rows :D
$endgroup$
– Narlore
17 hours ago
$begingroup$
I like the way you went on to challenge yourself by finding solutions to your own proposed questions.
$endgroup$
– 5202456
16 hours ago
$begingroup$
@5202456 Thanks! The original solution seemed to leave an awful lot of "wiggle room" in the pattern, so I wanted to see what I could do with it. I added one more "extra magical" solution after your comment; hopefully I didn't make any mistakes, as the numbers are starting to bounce around in my eyes :-)
$endgroup$
– Bass
14 hours ago
add a comment |
$begingroup$
I'm late ! But I have differents rows :D
$endgroup$
– Narlore
17 hours ago
$begingroup$
I like the way you went on to challenge yourself by finding solutions to your own proposed questions.
$endgroup$
– 5202456
16 hours ago
$begingroup$
@5202456 Thanks! The original solution seemed to leave an awful lot of "wiggle room" in the pattern, so I wanted to see what I could do with it. I added one more "extra magical" solution after your comment; hopefully I didn't make any mistakes, as the numbers are starting to bounce around in my eyes :-)
$endgroup$
– Bass
14 hours ago
$begingroup$
I'm late ! But I have differents rows :D
$endgroup$
– Narlore
17 hours ago
$begingroup$
I'm late ! But I have differents rows :D
$endgroup$
– Narlore
17 hours ago
$begingroup$
I like the way you went on to challenge yourself by finding solutions to your own proposed questions.
$endgroup$
– 5202456
16 hours ago
$begingroup$
I like the way you went on to challenge yourself by finding solutions to your own proposed questions.
$endgroup$
– 5202456
16 hours ago
$begingroup$
@5202456 Thanks! The original solution seemed to leave an awful lot of "wiggle room" in the pattern, so I wanted to see what I could do with it. I added one more "extra magical" solution after your comment; hopefully I didn't make any mistakes, as the numbers are starting to bounce around in my eyes :-)
$endgroup$
– Bass
14 hours ago
$begingroup$
@5202456 Thanks! The original solution seemed to leave an awful lot of "wiggle room" in the pattern, so I wanted to see what I could do with it. I added one more "extra magical" solution after your comment; hopefully I didn't make any mistakes, as the numbers are starting to bounce around in my eyes :-)
$endgroup$
– Bass
14 hours ago
add a comment |
$begingroup$
A bit late to the party and cannot beat the excellent answer from @Bass.
I worked out the number of distinct solutions bearing in mind they can be further permuted by ordering each row and the row sequence. I found
16 distinct solutions
I did this by first finding all the sets of four digits which sum to 20.
There are 17 sets of digits
1 3 8 8
1 4 7 8
1 5 6 8
1 6 6 7
2 3 7 8
2 4 6 8
2 5 5 8
2 5 6 7
3 4 5 8
3 4 6 7
3 5 5 7
3 5 6 6
4 4 4 8
4 4 5 7
4 4 6 6
4 5 5 6
5 5 5 5
I then permuted them for each row so that each digit is used the right number of times.
These are the 16 solutions
1 3 8 8 1 3 8 8 1 3 8 8 1 3 8 8
2 4 6 8 2 5 5 8 2 5 5 8 2 5 6 7
4 4 5 7 4 4 5 7 4 4 5 7 4 4 4 8
4 5 5 6 4 4 6 6 4 5 5 6 4 5 5 6
5 5 5 5 5 5 5 5 4 5 5 6 5 5 5 5
1 4 7 8 1 4 7 8 1 4 7 8 1 4 7 8
2 4 6 8 2 5 5 8 2 5 5 8 2 5 5 8
3 4 5 8 3 4 5 8 3 4 5 8 3 5 6 6
4 5 5 6 4 4 6 6 4 5 5 6 4 4 4 8
5 5 5 5 5 5 5 5 4 5 5 6 5 5 5 5
1 5 6 8 1 5 6 8 1 5 6 8 1 5 6 8
2 3 7 8 2 4 6 8 2 4 6 8 2 5 5 8
4 4 4 8 3 4 5 8 3 5 5 7 3 4 5 8
4 5 5 6 4 4 5 7 4 4 4 8 4 4 5 7
5 5 5 5 5 5 5 5 5 5 5 5 4 5 5 6
1 5 6 8 1 5 6 8 1 5 6 8 1 6 6 7
2 5 5 8 2 5 5 8 2 5 6 7 2 5 5 8
3 4 6 7 3 5 5 7 3 4 5 8 3 4 5 8
4 4 4 8 4 4 4 8 4 4 4 8 4 4 4 8
5 5 5 5 4 5 5 6 5 5 5 5 5 5 5 5
Method:
A computer program written in C.
$endgroup$
$begingroup$
Nice! FYI I generated the puzzle from row 2 column 4.
$endgroup$
– JonMark Perry
14 hours ago
add a comment |
$begingroup$
A bit late to the party and cannot beat the excellent answer from @Bass.
I worked out the number of distinct solutions bearing in mind they can be further permuted by ordering each row and the row sequence. I found
16 distinct solutions
I did this by first finding all the sets of four digits which sum to 20.
There are 17 sets of digits
1 3 8 8
1 4 7 8
1 5 6 8
1 6 6 7
2 3 7 8
2 4 6 8
2 5 5 8
2 5 6 7
3 4 5 8
3 4 6 7
3 5 5 7
3 5 6 6
4 4 4 8
4 4 5 7
4 4 6 6
4 5 5 6
5 5 5 5
I then permuted them for each row so that each digit is used the right number of times.
These are the 16 solutions
1 3 8 8 1 3 8 8 1 3 8 8 1 3 8 8
2 4 6 8 2 5 5 8 2 5 5 8 2 5 6 7
4 4 5 7 4 4 5 7 4 4 5 7 4 4 4 8
4 5 5 6 4 4 6 6 4 5 5 6 4 5 5 6
5 5 5 5 5 5 5 5 4 5 5 6 5 5 5 5
1 4 7 8 1 4 7 8 1 4 7 8 1 4 7 8
2 4 6 8 2 5 5 8 2 5 5 8 2 5 5 8
3 4 5 8 3 4 5 8 3 4 5 8 3 5 6 6
4 5 5 6 4 4 6 6 4 5 5 6 4 4 4 8
5 5 5 5 5 5 5 5 4 5 5 6 5 5 5 5
1 5 6 8 1 5 6 8 1 5 6 8 1 5 6 8
2 3 7 8 2 4 6 8 2 4 6 8 2 5 5 8
4 4 4 8 3 4 5 8 3 5 5 7 3 4 5 8
4 5 5 6 4 4 5 7 4 4 4 8 4 4 5 7
5 5 5 5 5 5 5 5 5 5 5 5 4 5 5 6
1 5 6 8 1 5 6 8 1 5 6 8 1 6 6 7
2 5 5 8 2 5 5 8 2 5 6 7 2 5 5 8
3 4 6 7 3 5 5 7 3 4 5 8 3 4 5 8
4 4 4 8 4 4 4 8 4 4 4 8 4 4 4 8
5 5 5 5 4 5 5 6 5 5 5 5 5 5 5 5
Method:
A computer program written in C.
$endgroup$
$begingroup$
Nice! FYI I generated the puzzle from row 2 column 4.
$endgroup$
– JonMark Perry
14 hours ago
add a comment |
$begingroup$
A bit late to the party and cannot beat the excellent answer from @Bass.
I worked out the number of distinct solutions bearing in mind they can be further permuted by ordering each row and the row sequence. I found
16 distinct solutions
I did this by first finding all the sets of four digits which sum to 20.
There are 17 sets of digits
1 3 8 8
1 4 7 8
1 5 6 8
1 6 6 7
2 3 7 8
2 4 6 8
2 5 5 8
2 5 6 7
3 4 5 8
3 4 6 7
3 5 5 7
3 5 6 6
4 4 4 8
4 4 5 7
4 4 6 6
4 5 5 6
5 5 5 5
I then permuted them for each row so that each digit is used the right number of times.
These are the 16 solutions
1 3 8 8 1 3 8 8 1 3 8 8 1 3 8 8
2 4 6 8 2 5 5 8 2 5 5 8 2 5 6 7
4 4 5 7 4 4 5 7 4 4 5 7 4 4 4 8
4 5 5 6 4 4 6 6 4 5 5 6 4 5 5 6
5 5 5 5 5 5 5 5 4 5 5 6 5 5 5 5
1 4 7 8 1 4 7 8 1 4 7 8 1 4 7 8
2 4 6 8 2 5 5 8 2 5 5 8 2 5 5 8
3 4 5 8 3 4 5 8 3 4 5 8 3 5 6 6
4 5 5 6 4 4 6 6 4 5 5 6 4 4 4 8
5 5 5 5 5 5 5 5 4 5 5 6 5 5 5 5
1 5 6 8 1 5 6 8 1 5 6 8 1 5 6 8
2 3 7 8 2 4 6 8 2 4 6 8 2 5 5 8
4 4 4 8 3 4 5 8 3 5 5 7 3 4 5 8
4 5 5 6 4 4 5 7 4 4 4 8 4 4 5 7
5 5 5 5 5 5 5 5 5 5 5 5 4 5 5 6
1 5 6 8 1 5 6 8 1 5 6 8 1 6 6 7
2 5 5 8 2 5 5 8 2 5 6 7 2 5 5 8
3 4 6 7 3 5 5 7 3 4 5 8 3 4 5 8
4 4 4 8 4 4 4 8 4 4 4 8 4 4 4 8
5 5 5 5 4 5 5 6 5 5 5 5 5 5 5 5
Method:
A computer program written in C.
$endgroup$
A bit late to the party and cannot beat the excellent answer from @Bass.
I worked out the number of distinct solutions bearing in mind they can be further permuted by ordering each row and the row sequence. I found
16 distinct solutions
I did this by first finding all the sets of four digits which sum to 20.
There are 17 sets of digits
1 3 8 8
1 4 7 8
1 5 6 8
1 6 6 7
2 3 7 8
2 4 6 8
2 5 5 8
2 5 6 7
3 4 5 8
3 4 6 7
3 5 5 7
3 5 6 6
4 4 4 8
4 4 5 7
4 4 6 6
4 5 5 6
5 5 5 5
I then permuted them for each row so that each digit is used the right number of times.
These are the 16 solutions
1 3 8 8 1 3 8 8 1 3 8 8 1 3 8 8
2 4 6 8 2 5 5 8 2 5 5 8 2 5 6 7
4 4 5 7 4 4 5 7 4 4 5 7 4 4 4 8
4 5 5 6 4 4 6 6 4 5 5 6 4 5 5 6
5 5 5 5 5 5 5 5 4 5 5 6 5 5 5 5
1 4 7 8 1 4 7 8 1 4 7 8 1 4 7 8
2 4 6 8 2 5 5 8 2 5 5 8 2 5 5 8
3 4 5 8 3 4 5 8 3 4 5 8 3 5 6 6
4 5 5 6 4 4 6 6 4 5 5 6 4 4 4 8
5 5 5 5 5 5 5 5 4 5 5 6 5 5 5 5
1 5 6 8 1 5 6 8 1 5 6 8 1 5 6 8
2 3 7 8 2 4 6 8 2 4 6 8 2 5 5 8
4 4 4 8 3 4 5 8 3 5 5 7 3 4 5 8
4 5 5 6 4 4 5 7 4 4 4 8 4 4 5 7
5 5 5 5 5 5 5 5 5 5 5 5 4 5 5 6
1 5 6 8 1 5 6 8 1 5 6 8 1 6 6 7
2 5 5 8 2 5 5 8 2 5 6 7 2 5 5 8
3 4 6 7 3 5 5 7 3 4 5 8 3 4 5 8
4 4 4 8 4 4 4 8 4 4 4 8 4 4 4 8
5 5 5 5 4 5 5 6 5 5 5 5 5 5 5 5
Method:
A computer program written in C.
answered 14 hours ago
Weather VaneWeather Vane
2,708114
2,708114
$begingroup$
Nice! FYI I generated the puzzle from row 2 column 4.
$endgroup$
– JonMark Perry
14 hours ago
add a comment |
$begingroup$
Nice! FYI I generated the puzzle from row 2 column 4.
$endgroup$
– JonMark Perry
14 hours ago
$begingroup$
Nice! FYI I generated the puzzle from row 2 column 4.
$endgroup$
– JonMark Perry
14 hours ago
$begingroup$
Nice! FYI I generated the puzzle from row 2 column 4.
$endgroup$
– JonMark Perry
14 hours ago
add a comment |
$begingroup$
This one works
7 3 5 5
8 2 5 5
6 4 5 5
8 6 1 5
8 4 4 4
Method :
Write randomly the numbers on a piece of paper during 5 min until the solution appears magically.
$endgroup$
add a comment |
$begingroup$
This one works
7 3 5 5
8 2 5 5
6 4 5 5
8 6 1 5
8 4 4 4
Method :
Write randomly the numbers on a piece of paper during 5 min until the solution appears magically.
$endgroup$
add a comment |
$begingroup$
This one works
7 3 5 5
8 2 5 5
6 4 5 5
8 6 1 5
8 4 4 4
Method :
Write randomly the numbers on a piece of paper during 5 min until the solution appears magically.
$endgroup$
This one works
7 3 5 5
8 2 5 5
6 4 5 5
8 6 1 5
8 4 4 4
Method :
Write randomly the numbers on a piece of paper during 5 min until the solution appears magically.
edited 17 hours ago
answered 17 hours ago
NarloreNarlore
37615
37615
add a comment |
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.
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%2f83173%2fscheduling-based-problem%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