Sudoku false positive (wrong move)









up vote
4
down vote

favorite












I'm new to Sudoku puzzles.



enter image description here




I tried solving the one above but my last move was flagged as a wrong move(highlighted red).
I believe it is a false positive since the $6$(highlighted red) I inserted is unique on the rows and columns as well as within the small square.
Can someone justify this for me?










share|improve this question









New contributor




Emmanuel Adu Gyamfi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.















  • 3




    Welcome to Puzzle.SE! You can earn a badge by checking out puzzling.stackexchange.com/tour
    – Dorrulf
    yesterday














up vote
4
down vote

favorite












I'm new to Sudoku puzzles.



enter image description here




I tried solving the one above but my last move was flagged as a wrong move(highlighted red).
I believe it is a false positive since the $6$(highlighted red) I inserted is unique on the rows and columns as well as within the small square.
Can someone justify this for me?










share|improve this question









New contributor




Emmanuel Adu Gyamfi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.















  • 3




    Welcome to Puzzle.SE! You can earn a badge by checking out puzzling.stackexchange.com/tour
    – Dorrulf
    yesterday












up vote
4
down vote

favorite









up vote
4
down vote

favorite











I'm new to Sudoku puzzles.



enter image description here




I tried solving the one above but my last move was flagged as a wrong move(highlighted red).
I believe it is a false positive since the $6$(highlighted red) I inserted is unique on the rows and columns as well as within the small square.
Can someone justify this for me?










share|improve this question









New contributor




Emmanuel Adu Gyamfi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











I'm new to Sudoku puzzles.



enter image description here




I tried solving the one above but my last move was flagged as a wrong move(highlighted red).
I believe it is a false positive since the $6$(highlighted red) I inserted is unique on the rows and columns as well as within the small square.
Can someone justify this for me?







sudoku






share|improve this question









New contributor




Emmanuel Adu Gyamfi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.











share|improve this question









New contributor




Emmanuel Adu Gyamfi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









share|improve this question




share|improve this question








edited yesterday









ABcDexter

4,95633073




4,95633073






New contributor




Emmanuel Adu Gyamfi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.









asked yesterday









Emmanuel Adu Gyamfi

244




244




New contributor




Emmanuel Adu Gyamfi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.





New contributor





Emmanuel Adu Gyamfi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.






Emmanuel Adu Gyamfi is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.







  • 3




    Welcome to Puzzle.SE! You can earn a badge by checking out puzzling.stackexchange.com/tour
    – Dorrulf
    yesterday












  • 3




    Welcome to Puzzle.SE! You can earn a badge by checking out puzzling.stackexchange.com/tour
    – Dorrulf
    yesterday







3




3




Welcome to Puzzle.SE! You can earn a badge by checking out puzzling.stackexchange.com/tour
– Dorrulf
yesterday




Welcome to Puzzle.SE! You can earn a badge by checking out puzzling.stackexchange.com/tour
– Dorrulf
yesterday










9 Answers
9






active

oldest

votes

















up vote
14
down vote













Others have already said this, but I'll try to put it in as clear words as possible:



When solving Sudoku puzzles, you don't put the numbers where they might be, you only put them where they must certainly be. Deduce, eliminate possibilities, find restrictions on options, but only when you are certain, put the number in.



Or even more clearly: You never have to guess in sudoku.



(Unless you are playing some ultra-hard otherwise unsolvable difficulty levels.)



Happy sudokuing!






share|improve this answer




















  • Just wondering, is any proof for the statement about never having to guess?
    – Burt_Harris
    8 hours ago










  • @Burt_Harris, if you have to use brute-force (checking all options, which is pretty much equivalent to guessing) to solve a sudoku, then either the sudoku is intended as ultra-difficult, or it is badly designed. In other words, every easy-to-medium-to-hard sudoku is purposely designed to be solvable without any guessing.
    – Bass
    8 hours ago










  • Thanks, found more info at puzzling.stackexchange.com/questions/12/…
    – Burt_Harris
    7 hours ago

















up vote
10
down vote













Based on the current values above, within the center set, 6 can only be placed in either the right center or right bottom locations. However, you are not far along enough to 100% determine which of those two locations are correct yet. Rather, through elimination and evaluation both are still feasible. Based on the fact that the application flagged the right center location, once you are far enough along it is likely that the right bottom location will be determinable as the correct placement.



Hope this helps!



If you'd like me to explain why the right bottom location is still valid for 6, let me know.




@ABcDexter made me realize something I forgot to mention, so I'll elaborate on what they stated. Maybe you already are aware but I'll mention it just in case: Just because a number looks like it can go there at the time, does not mean it will in the end. Remember, there is only 1 solution to any properly given Sudoku puzzle, meaning you must be certain (or have a lucky guess) as to where a number will be placed.






share|improve this answer


















  • 1




    Yes, uniqueness is an important property of grid-based puzzles :)
    – ABcDexter
    yesterday

















up vote
4
down vote













If you solve the middle blocks, then something like this comes up which eliminates the $6$ from the cell you just entered.



slightly solved




Also, as Dorrulf mentioned, there are two possibilities for 6 in that 3x3 block and you need to be absolutely certain before putting a number in the cell.






share|improve this answer





























    up vote
    3
    down vote














    "I believe it is a false positive since the 6(highlighted red) I inserted is unique on the rows and columns as well as within the small square."




    The digit 6 is not found in the columns, rows or enclosing 3x3 square. That much is true.



    The problem is that "not found" does not mean "unique".



    It would be unique if it were the only digit which is not found. However, that is false; the digit 8 is also not found.



    Without filling in more squares elsewhere and making other deductions, the best deduction we can make about the square is that it can contain either 6 or 8. We have no justification in asserting that it is one or the other.



    You can easily convince yourself of this. Consider all the digits from 1 to 9 and substitute them into that position. For each one you will find a row, column or 3x3 conflict, except 6 or 8.



    Of course, the idea that the square contains 6 or 8 critically depends on the assumptions that everything has been filled in correctly so far. That assumption is justified, because, I suspect, the software is revealing to us all squares that do not match the solution. That 6 is the only wrong one, and so the only other possible value, 8, is the right one.



    Note that every (correctly generated) Sudoku board has exactly one solution. Therefore, Sudoku programs can trivially check all your moves simply by comparing their values to the board's solution. When incorrect values are flagged, the software is not considering any nuances in the quality of your reasoning, only the concrete output.



    Having exactly one solution means that if you fill any square with a value other than the uniquely correct one, even if that value doesn't cause an immediate conflict, you will not be able to finish that board. A conflict will eventually appear. It could be as late as the very last value. One square remains and you see from the horizontal row that it must be a seven! You fill it in and then you realize, oops, the column already has a seven.



    At advanced levels of Sudoku, the boards are not solvable as a sequence of deductive moves, each made with perfect certainty and finality based on the previous moves. Tough Sudokus require a guess to be made at some point. Perhaps even two guesses. You know that some square must be 4 or 7, but there is no way to decide, and no other moves can be deduced. So you must choose one or the other and proceed; then if you run into a conflict, you must backtrack: erase that guess and all the later steps which depend on it, and try it the other way.






    share|improve this answer





























      up vote
      2
      down vote













      Edit: whoops disregard this. I obviously haven't had my morning coffee yet.



      To prove that the 6 is incorrectly placed, we only need to prove that the sudoku is unsolvable if the 6 is placed in that location. After placing the 6, we can see that row five is still missing a 2 and an 8, but neither of these can be placed as the first number of this row as there is already a 2 and 8 in the center right box. Thus we can say that placing the 6 where you put it will make the puzzle unsolvable and is therefore not the right place to put it.






      share|improve this answer








      New contributor




      Elder is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
      Check out our Code of Conduct.
























        up vote
        0
        down vote













        It is immediate to see that in the left center block the 3 must be in the bottom center square, then the 5 can only go in the lower left corner, and then the 6 can only go in the left center square. So "your" 6 is indeed wrong in the center right, it can only be in bottom right.



        As others said before, even if you can place a number without having the same number in the same column, row or 3x3 block, is not always a correct move. You must be sure that the number cannot be placed anywhere else in that column, row or 3x3 block.






        share|improve this answer










        New contributor




        Max is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
        Check out our Code of Conduct.
























          up vote
          0
          down vote













          Well others pointed out, but if you want a live demo, here's some HTML that I made



          Sudoku Solver



          And try to figure some pattern, it will be interesting...






          share|improve this answer








          New contributor




          Lakshya Sinha is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
          Check out our Code of Conduct.
























            up vote
            0
            down vote













            What you will find, if you continue working the puzzle with the 6 there, is that it will force a contradiction later on.



            Let's continue solving:
            T= Top Row, M = Middle Row, B = Bottom Row

            L= Left Column, C = Center Column, R = Right Column



            1. From the 4's in TC, MC, and BL, 4 must be in the bottom-left square of the BC.

            2. From the 2's in TC and MC, 2 must be in bottom right of BC.

            3. From the 9's in TL and TC, 9 must be in top right of TR

            4. From the 6's in TR and RC, 6 must be in bottom left of BL.

            5. From the 5 in TL, 5 must be in upper right of MC.

            6. There is now only one open space in the top row of the middle blocks, which must be a 7.

            7. From the 8 in LC, 8 must be in the middle right of BL.

            8. There is now only one open space in the right column of the left blocks, which must be a 1.

            9. From the 1's in ML and MR, 1 must be in middle left block of MC.

            And NOW we run into a problem. We need an 8 somewhere in MC, but the only spaces available are in it's bottom row. But we can't put an 8 there because there's already an 8 in the bottom row of ML.






            share|improve this answer





























              up vote
              0
              down vote













              The point is, the puzzle 'knows' where the 6 is going to be put, but you don't.

              Checking the possibilities for as far as you have progressed in solving the puzzle, it can go at (5,1) or (6,1) and at (5,6) or (6,6) with the notation (row, column).

              If you already position the 6 at this stage you're just guessing.

              It could have been either (5,6) or (6,6). You guessed (5,6) and the puzzle knows already that it's the wrong bet and lets you know it by flagging it red.

              You can use this information by moving the 6 to (6,6) and puting one in (5,1), but I guess you already lost some points by now. :)






              share|improve this answer








              New contributor




              joe electro is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
              Check out our Code of Conduct.

















                Your Answer





                StackExchange.ifUsing("editor", function ()
                return StackExchange.using("mathjaxEditing", function ()
                StackExchange.MarkdownEditor.creationCallbacks.add(function (editor, postfix)
                StackExchange.mathjaxEditing.prepareWmdForMathJax(editor, postfix, [["$", "$"], ["\\(","\\)"]]);
                );
                );
                , "mathjax-editing");

                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',
                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
                );



                );






                Emmanuel Adu Gyamfi is a new contributor. Be nice, and check out our Code of Conduct.









                 

                draft saved


                draft discarded


















                StackExchange.ready(
                function ()
                StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fpuzzling.stackexchange.com%2fquestions%2f74890%2fsudoku-false-positive-wrong-move%23new-answer', 'question_page');

                );

                Post as a guest






























                9 Answers
                9






                active

                oldest

                votes








                9 Answers
                9






                active

                oldest

                votes









                active

                oldest

                votes






                active

                oldest

                votes








                up vote
                14
                down vote













                Others have already said this, but I'll try to put it in as clear words as possible:



                When solving Sudoku puzzles, you don't put the numbers where they might be, you only put them where they must certainly be. Deduce, eliminate possibilities, find restrictions on options, but only when you are certain, put the number in.



                Or even more clearly: You never have to guess in sudoku.



                (Unless you are playing some ultra-hard otherwise unsolvable difficulty levels.)



                Happy sudokuing!






                share|improve this answer




















                • Just wondering, is any proof for the statement about never having to guess?
                  – Burt_Harris
                  8 hours ago










                • @Burt_Harris, if you have to use brute-force (checking all options, which is pretty much equivalent to guessing) to solve a sudoku, then either the sudoku is intended as ultra-difficult, or it is badly designed. In other words, every easy-to-medium-to-hard sudoku is purposely designed to be solvable without any guessing.
                  – Bass
                  8 hours ago










                • Thanks, found more info at puzzling.stackexchange.com/questions/12/…
                  – Burt_Harris
                  7 hours ago














                up vote
                14
                down vote













                Others have already said this, but I'll try to put it in as clear words as possible:



                When solving Sudoku puzzles, you don't put the numbers where they might be, you only put them where they must certainly be. Deduce, eliminate possibilities, find restrictions on options, but only when you are certain, put the number in.



                Or even more clearly: You never have to guess in sudoku.



                (Unless you are playing some ultra-hard otherwise unsolvable difficulty levels.)



                Happy sudokuing!






                share|improve this answer




















                • Just wondering, is any proof for the statement about never having to guess?
                  – Burt_Harris
                  8 hours ago










                • @Burt_Harris, if you have to use brute-force (checking all options, which is pretty much equivalent to guessing) to solve a sudoku, then either the sudoku is intended as ultra-difficult, or it is badly designed. In other words, every easy-to-medium-to-hard sudoku is purposely designed to be solvable without any guessing.
                  – Bass
                  8 hours ago










                • Thanks, found more info at puzzling.stackexchange.com/questions/12/…
                  – Burt_Harris
                  7 hours ago












                up vote
                14
                down vote










                up vote
                14
                down vote









                Others have already said this, but I'll try to put it in as clear words as possible:



                When solving Sudoku puzzles, you don't put the numbers where they might be, you only put them where they must certainly be. Deduce, eliminate possibilities, find restrictions on options, but only when you are certain, put the number in.



                Or even more clearly: You never have to guess in sudoku.



                (Unless you are playing some ultra-hard otherwise unsolvable difficulty levels.)



                Happy sudokuing!






                share|improve this answer












                Others have already said this, but I'll try to put it in as clear words as possible:



                When solving Sudoku puzzles, you don't put the numbers where they might be, you only put them where they must certainly be. Deduce, eliminate possibilities, find restrictions on options, but only when you are certain, put the number in.



                Or even more clearly: You never have to guess in sudoku.



                (Unless you are playing some ultra-hard otherwise unsolvable difficulty levels.)



                Happy sudokuing!







                share|improve this answer












                share|improve this answer



                share|improve this answer










                answered yesterday









                Bass

                25.5k462162




                25.5k462162











                • Just wondering, is any proof for the statement about never having to guess?
                  – Burt_Harris
                  8 hours ago










                • @Burt_Harris, if you have to use brute-force (checking all options, which is pretty much equivalent to guessing) to solve a sudoku, then either the sudoku is intended as ultra-difficult, or it is badly designed. In other words, every easy-to-medium-to-hard sudoku is purposely designed to be solvable without any guessing.
                  – Bass
                  8 hours ago










                • Thanks, found more info at puzzling.stackexchange.com/questions/12/…
                  – Burt_Harris
                  7 hours ago
















                • Just wondering, is any proof for the statement about never having to guess?
                  – Burt_Harris
                  8 hours ago










                • @Burt_Harris, if you have to use brute-force (checking all options, which is pretty much equivalent to guessing) to solve a sudoku, then either the sudoku is intended as ultra-difficult, or it is badly designed. In other words, every easy-to-medium-to-hard sudoku is purposely designed to be solvable without any guessing.
                  – Bass
                  8 hours ago










                • Thanks, found more info at puzzling.stackexchange.com/questions/12/…
                  – Burt_Harris
                  7 hours ago















                Just wondering, is any proof for the statement about never having to guess?
                – Burt_Harris
                8 hours ago




                Just wondering, is any proof for the statement about never having to guess?
                – Burt_Harris
                8 hours ago












                @Burt_Harris, if you have to use brute-force (checking all options, which is pretty much equivalent to guessing) to solve a sudoku, then either the sudoku is intended as ultra-difficult, or it is badly designed. In other words, every easy-to-medium-to-hard sudoku is purposely designed to be solvable without any guessing.
                – Bass
                8 hours ago




                @Burt_Harris, if you have to use brute-force (checking all options, which is pretty much equivalent to guessing) to solve a sudoku, then either the sudoku is intended as ultra-difficult, or it is badly designed. In other words, every easy-to-medium-to-hard sudoku is purposely designed to be solvable without any guessing.
                – Bass
                8 hours ago












                Thanks, found more info at puzzling.stackexchange.com/questions/12/…
                – Burt_Harris
                7 hours ago




                Thanks, found more info at puzzling.stackexchange.com/questions/12/…
                – Burt_Harris
                7 hours ago










                up vote
                10
                down vote













                Based on the current values above, within the center set, 6 can only be placed in either the right center or right bottom locations. However, you are not far along enough to 100% determine which of those two locations are correct yet. Rather, through elimination and evaluation both are still feasible. Based on the fact that the application flagged the right center location, once you are far enough along it is likely that the right bottom location will be determinable as the correct placement.



                Hope this helps!



                If you'd like me to explain why the right bottom location is still valid for 6, let me know.




                @ABcDexter made me realize something I forgot to mention, so I'll elaborate on what they stated. Maybe you already are aware but I'll mention it just in case: Just because a number looks like it can go there at the time, does not mean it will in the end. Remember, there is only 1 solution to any properly given Sudoku puzzle, meaning you must be certain (or have a lucky guess) as to where a number will be placed.






                share|improve this answer


















                • 1




                  Yes, uniqueness is an important property of grid-based puzzles :)
                  – ABcDexter
                  yesterday














                up vote
                10
                down vote













                Based on the current values above, within the center set, 6 can only be placed in either the right center or right bottom locations. However, you are not far along enough to 100% determine which of those two locations are correct yet. Rather, through elimination and evaluation both are still feasible. Based on the fact that the application flagged the right center location, once you are far enough along it is likely that the right bottom location will be determinable as the correct placement.



                Hope this helps!



                If you'd like me to explain why the right bottom location is still valid for 6, let me know.




                @ABcDexter made me realize something I forgot to mention, so I'll elaborate on what they stated. Maybe you already are aware but I'll mention it just in case: Just because a number looks like it can go there at the time, does not mean it will in the end. Remember, there is only 1 solution to any properly given Sudoku puzzle, meaning you must be certain (or have a lucky guess) as to where a number will be placed.






                share|improve this answer


















                • 1




                  Yes, uniqueness is an important property of grid-based puzzles :)
                  – ABcDexter
                  yesterday












                up vote
                10
                down vote










                up vote
                10
                down vote









                Based on the current values above, within the center set, 6 can only be placed in either the right center or right bottom locations. However, you are not far along enough to 100% determine which of those two locations are correct yet. Rather, through elimination and evaluation both are still feasible. Based on the fact that the application flagged the right center location, once you are far enough along it is likely that the right bottom location will be determinable as the correct placement.



                Hope this helps!



                If you'd like me to explain why the right bottom location is still valid for 6, let me know.




                @ABcDexter made me realize something I forgot to mention, so I'll elaborate on what they stated. Maybe you already are aware but I'll mention it just in case: Just because a number looks like it can go there at the time, does not mean it will in the end. Remember, there is only 1 solution to any properly given Sudoku puzzle, meaning you must be certain (or have a lucky guess) as to where a number will be placed.






                share|improve this answer














                Based on the current values above, within the center set, 6 can only be placed in either the right center or right bottom locations. However, you are not far along enough to 100% determine which of those two locations are correct yet. Rather, through elimination and evaluation both are still feasible. Based on the fact that the application flagged the right center location, once you are far enough along it is likely that the right bottom location will be determinable as the correct placement.



                Hope this helps!



                If you'd like me to explain why the right bottom location is still valid for 6, let me know.




                @ABcDexter made me realize something I forgot to mention, so I'll elaborate on what they stated. Maybe you already are aware but I'll mention it just in case: Just because a number looks like it can go there at the time, does not mean it will in the end. Remember, there is only 1 solution to any properly given Sudoku puzzle, meaning you must be certain (or have a lucky guess) as to where a number will be placed.







                share|improve this answer














                share|improve this answer



                share|improve this answer








                edited yesterday

























                answered yesterday









                Dorrulf

                9667




                9667







                • 1




                  Yes, uniqueness is an important property of grid-based puzzles :)
                  – ABcDexter
                  yesterday












                • 1




                  Yes, uniqueness is an important property of grid-based puzzles :)
                  – ABcDexter
                  yesterday







                1




                1




                Yes, uniqueness is an important property of grid-based puzzles :)
                – ABcDexter
                yesterday




                Yes, uniqueness is an important property of grid-based puzzles :)
                – ABcDexter
                yesterday










                up vote
                4
                down vote













                If you solve the middle blocks, then something like this comes up which eliminates the $6$ from the cell you just entered.



                slightly solved




                Also, as Dorrulf mentioned, there are two possibilities for 6 in that 3x3 block and you need to be absolutely certain before putting a number in the cell.






                share|improve this answer


























                  up vote
                  4
                  down vote













                  If you solve the middle blocks, then something like this comes up which eliminates the $6$ from the cell you just entered.



                  slightly solved




                  Also, as Dorrulf mentioned, there are two possibilities for 6 in that 3x3 block and you need to be absolutely certain before putting a number in the cell.






                  share|improve this answer
























                    up vote
                    4
                    down vote










                    up vote
                    4
                    down vote









                    If you solve the middle blocks, then something like this comes up which eliminates the $6$ from the cell you just entered.



                    slightly solved




                    Also, as Dorrulf mentioned, there are two possibilities for 6 in that 3x3 block and you need to be absolutely certain before putting a number in the cell.






                    share|improve this answer














                    If you solve the middle blocks, then something like this comes up which eliminates the $6$ from the cell you just entered.



                    slightly solved




                    Also, as Dorrulf mentioned, there are two possibilities for 6 in that 3x3 block and you need to be absolutely certain before putting a number in the cell.







                    share|improve this answer














                    share|improve this answer



                    share|improve this answer








                    edited yesterday

























                    answered yesterday









                    ABcDexter

                    4,95633073




                    4,95633073




















                        up vote
                        3
                        down vote














                        "I believe it is a false positive since the 6(highlighted red) I inserted is unique on the rows and columns as well as within the small square."




                        The digit 6 is not found in the columns, rows or enclosing 3x3 square. That much is true.



                        The problem is that "not found" does not mean "unique".



                        It would be unique if it were the only digit which is not found. However, that is false; the digit 8 is also not found.



                        Without filling in more squares elsewhere and making other deductions, the best deduction we can make about the square is that it can contain either 6 or 8. We have no justification in asserting that it is one or the other.



                        You can easily convince yourself of this. Consider all the digits from 1 to 9 and substitute them into that position. For each one you will find a row, column or 3x3 conflict, except 6 or 8.



                        Of course, the idea that the square contains 6 or 8 critically depends on the assumptions that everything has been filled in correctly so far. That assumption is justified, because, I suspect, the software is revealing to us all squares that do not match the solution. That 6 is the only wrong one, and so the only other possible value, 8, is the right one.



                        Note that every (correctly generated) Sudoku board has exactly one solution. Therefore, Sudoku programs can trivially check all your moves simply by comparing their values to the board's solution. When incorrect values are flagged, the software is not considering any nuances in the quality of your reasoning, only the concrete output.



                        Having exactly one solution means that if you fill any square with a value other than the uniquely correct one, even if that value doesn't cause an immediate conflict, you will not be able to finish that board. A conflict will eventually appear. It could be as late as the very last value. One square remains and you see from the horizontal row that it must be a seven! You fill it in and then you realize, oops, the column already has a seven.



                        At advanced levels of Sudoku, the boards are not solvable as a sequence of deductive moves, each made with perfect certainty and finality based on the previous moves. Tough Sudokus require a guess to be made at some point. Perhaps even two guesses. You know that some square must be 4 or 7, but there is no way to decide, and no other moves can be deduced. So you must choose one or the other and proceed; then if you run into a conflict, you must backtrack: erase that guess and all the later steps which depend on it, and try it the other way.






                        share|improve this answer


























                          up vote
                          3
                          down vote














                          "I believe it is a false positive since the 6(highlighted red) I inserted is unique on the rows and columns as well as within the small square."




                          The digit 6 is not found in the columns, rows or enclosing 3x3 square. That much is true.



                          The problem is that "not found" does not mean "unique".



                          It would be unique if it were the only digit which is not found. However, that is false; the digit 8 is also not found.



                          Without filling in more squares elsewhere and making other deductions, the best deduction we can make about the square is that it can contain either 6 or 8. We have no justification in asserting that it is one or the other.



                          You can easily convince yourself of this. Consider all the digits from 1 to 9 and substitute them into that position. For each one you will find a row, column or 3x3 conflict, except 6 or 8.



                          Of course, the idea that the square contains 6 or 8 critically depends on the assumptions that everything has been filled in correctly so far. That assumption is justified, because, I suspect, the software is revealing to us all squares that do not match the solution. That 6 is the only wrong one, and so the only other possible value, 8, is the right one.



                          Note that every (correctly generated) Sudoku board has exactly one solution. Therefore, Sudoku programs can trivially check all your moves simply by comparing their values to the board's solution. When incorrect values are flagged, the software is not considering any nuances in the quality of your reasoning, only the concrete output.



                          Having exactly one solution means that if you fill any square with a value other than the uniquely correct one, even if that value doesn't cause an immediate conflict, you will not be able to finish that board. A conflict will eventually appear. It could be as late as the very last value. One square remains and you see from the horizontal row that it must be a seven! You fill it in and then you realize, oops, the column already has a seven.



                          At advanced levels of Sudoku, the boards are not solvable as a sequence of deductive moves, each made with perfect certainty and finality based on the previous moves. Tough Sudokus require a guess to be made at some point. Perhaps even two guesses. You know that some square must be 4 or 7, but there is no way to decide, and no other moves can be deduced. So you must choose one or the other and proceed; then if you run into a conflict, you must backtrack: erase that guess and all the later steps which depend on it, and try it the other way.






                          share|improve this answer
























                            up vote
                            3
                            down vote










                            up vote
                            3
                            down vote










                            "I believe it is a false positive since the 6(highlighted red) I inserted is unique on the rows and columns as well as within the small square."




                            The digit 6 is not found in the columns, rows or enclosing 3x3 square. That much is true.



                            The problem is that "not found" does not mean "unique".



                            It would be unique if it were the only digit which is not found. However, that is false; the digit 8 is also not found.



                            Without filling in more squares elsewhere and making other deductions, the best deduction we can make about the square is that it can contain either 6 or 8. We have no justification in asserting that it is one or the other.



                            You can easily convince yourself of this. Consider all the digits from 1 to 9 and substitute them into that position. For each one you will find a row, column or 3x3 conflict, except 6 or 8.



                            Of course, the idea that the square contains 6 or 8 critically depends on the assumptions that everything has been filled in correctly so far. That assumption is justified, because, I suspect, the software is revealing to us all squares that do not match the solution. That 6 is the only wrong one, and so the only other possible value, 8, is the right one.



                            Note that every (correctly generated) Sudoku board has exactly one solution. Therefore, Sudoku programs can trivially check all your moves simply by comparing their values to the board's solution. When incorrect values are flagged, the software is not considering any nuances in the quality of your reasoning, only the concrete output.



                            Having exactly one solution means that if you fill any square with a value other than the uniquely correct one, even if that value doesn't cause an immediate conflict, you will not be able to finish that board. A conflict will eventually appear. It could be as late as the very last value. One square remains and you see from the horizontal row that it must be a seven! You fill it in and then you realize, oops, the column already has a seven.



                            At advanced levels of Sudoku, the boards are not solvable as a sequence of deductive moves, each made with perfect certainty and finality based on the previous moves. Tough Sudokus require a guess to be made at some point. Perhaps even two guesses. You know that some square must be 4 or 7, but there is no way to decide, and no other moves can be deduced. So you must choose one or the other and proceed; then if you run into a conflict, you must backtrack: erase that guess and all the later steps which depend on it, and try it the other way.






                            share|improve this answer















                            "I believe it is a false positive since the 6(highlighted red) I inserted is unique on the rows and columns as well as within the small square."




                            The digit 6 is not found in the columns, rows or enclosing 3x3 square. That much is true.



                            The problem is that "not found" does not mean "unique".



                            It would be unique if it were the only digit which is not found. However, that is false; the digit 8 is also not found.



                            Without filling in more squares elsewhere and making other deductions, the best deduction we can make about the square is that it can contain either 6 or 8. We have no justification in asserting that it is one or the other.



                            You can easily convince yourself of this. Consider all the digits from 1 to 9 and substitute them into that position. For each one you will find a row, column or 3x3 conflict, except 6 or 8.



                            Of course, the idea that the square contains 6 or 8 critically depends on the assumptions that everything has been filled in correctly so far. That assumption is justified, because, I suspect, the software is revealing to us all squares that do not match the solution. That 6 is the only wrong one, and so the only other possible value, 8, is the right one.



                            Note that every (correctly generated) Sudoku board has exactly one solution. Therefore, Sudoku programs can trivially check all your moves simply by comparing their values to the board's solution. When incorrect values are flagged, the software is not considering any nuances in the quality of your reasoning, only the concrete output.



                            Having exactly one solution means that if you fill any square with a value other than the uniquely correct one, even if that value doesn't cause an immediate conflict, you will not be able to finish that board. A conflict will eventually appear. It could be as late as the very last value. One square remains and you see from the horizontal row that it must be a seven! You fill it in and then you realize, oops, the column already has a seven.



                            At advanced levels of Sudoku, the boards are not solvable as a sequence of deductive moves, each made with perfect certainty and finality based on the previous moves. Tough Sudokus require a guess to be made at some point. Perhaps even two guesses. You know that some square must be 4 or 7, but there is no way to decide, and no other moves can be deduced. So you must choose one or the other and proceed; then if you run into a conflict, you must backtrack: erase that guess and all the later steps which depend on it, and try it the other way.







                            share|improve this answer














                            share|improve this answer



                            share|improve this answer








                            edited 23 hours ago

























                            answered 23 hours ago









                            Kaz

                            1585




                            1585




















                                up vote
                                2
                                down vote













                                Edit: whoops disregard this. I obviously haven't had my morning coffee yet.



                                To prove that the 6 is incorrectly placed, we only need to prove that the sudoku is unsolvable if the 6 is placed in that location. After placing the 6, we can see that row five is still missing a 2 and an 8, but neither of these can be placed as the first number of this row as there is already a 2 and 8 in the center right box. Thus we can say that placing the 6 where you put it will make the puzzle unsolvable and is therefore not the right place to put it.






                                share|improve this answer








                                New contributor




                                Elder is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                                Check out our Code of Conduct.





















                                  up vote
                                  2
                                  down vote













                                  Edit: whoops disregard this. I obviously haven't had my morning coffee yet.



                                  To prove that the 6 is incorrectly placed, we only need to prove that the sudoku is unsolvable if the 6 is placed in that location. After placing the 6, we can see that row five is still missing a 2 and an 8, but neither of these can be placed as the first number of this row as there is already a 2 and 8 in the center right box. Thus we can say that placing the 6 where you put it will make the puzzle unsolvable and is therefore not the right place to put it.






                                  share|improve this answer








                                  New contributor




                                  Elder is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                                  Check out our Code of Conduct.



















                                    up vote
                                    2
                                    down vote










                                    up vote
                                    2
                                    down vote









                                    Edit: whoops disregard this. I obviously haven't had my morning coffee yet.



                                    To prove that the 6 is incorrectly placed, we only need to prove that the sudoku is unsolvable if the 6 is placed in that location. After placing the 6, we can see that row five is still missing a 2 and an 8, but neither of these can be placed as the first number of this row as there is already a 2 and 8 in the center right box. Thus we can say that placing the 6 where you put it will make the puzzle unsolvable and is therefore not the right place to put it.






                                    share|improve this answer








                                    New contributor




                                    Elder is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                                    Check out our Code of Conduct.









                                    Edit: whoops disregard this. I obviously haven't had my morning coffee yet.



                                    To prove that the 6 is incorrectly placed, we only need to prove that the sudoku is unsolvable if the 6 is placed in that location. After placing the 6, we can see that row five is still missing a 2 and an 8, but neither of these can be placed as the first number of this row as there is already a 2 and 8 in the center right box. Thus we can say that placing the 6 where you put it will make the puzzle unsolvable and is therefore not the right place to put it.







                                    share|improve this answer








                                    New contributor




                                    Elder is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                                    Check out our Code of Conduct.









                                    share|improve this answer



                                    share|improve this answer






                                    New contributor




                                    Elder is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                                    Check out our Code of Conduct.









                                    answered yesterday









                                    Elder

                                    211




                                    211




                                    New contributor




                                    Elder is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                                    Check out our Code of Conduct.





                                    New contributor





                                    Elder is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                                    Check out our Code of Conduct.






                                    Elder is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                                    Check out our Code of Conduct.




















                                        up vote
                                        0
                                        down vote













                                        It is immediate to see that in the left center block the 3 must be in the bottom center square, then the 5 can only go in the lower left corner, and then the 6 can only go in the left center square. So "your" 6 is indeed wrong in the center right, it can only be in bottom right.



                                        As others said before, even if you can place a number without having the same number in the same column, row or 3x3 block, is not always a correct move. You must be sure that the number cannot be placed anywhere else in that column, row or 3x3 block.






                                        share|improve this answer










                                        New contributor




                                        Max is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                                        Check out our Code of Conduct.





















                                          up vote
                                          0
                                          down vote













                                          It is immediate to see that in the left center block the 3 must be in the bottom center square, then the 5 can only go in the lower left corner, and then the 6 can only go in the left center square. So "your" 6 is indeed wrong in the center right, it can only be in bottom right.



                                          As others said before, even if you can place a number without having the same number in the same column, row or 3x3 block, is not always a correct move. You must be sure that the number cannot be placed anywhere else in that column, row or 3x3 block.






                                          share|improve this answer










                                          New contributor




                                          Max is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                                          Check out our Code of Conduct.



















                                            up vote
                                            0
                                            down vote










                                            up vote
                                            0
                                            down vote









                                            It is immediate to see that in the left center block the 3 must be in the bottom center square, then the 5 can only go in the lower left corner, and then the 6 can only go in the left center square. So "your" 6 is indeed wrong in the center right, it can only be in bottom right.



                                            As others said before, even if you can place a number without having the same number in the same column, row or 3x3 block, is not always a correct move. You must be sure that the number cannot be placed anywhere else in that column, row or 3x3 block.






                                            share|improve this answer










                                            New contributor




                                            Max is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                                            Check out our Code of Conduct.









                                            It is immediate to see that in the left center block the 3 must be in the bottom center square, then the 5 can only go in the lower left corner, and then the 6 can only go in the left center square. So "your" 6 is indeed wrong in the center right, it can only be in bottom right.



                                            As others said before, even if you can place a number without having the same number in the same column, row or 3x3 block, is not always a correct move. You must be sure that the number cannot be placed anywhere else in that column, row or 3x3 block.







                                            share|improve this answer










                                            New contributor




                                            Max is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                                            Check out our Code of Conduct.









                                            share|improve this answer



                                            share|improve this answer








                                            edited 16 hours ago





















                                            New contributor




                                            Max is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                                            Check out our Code of Conduct.









                                            answered 17 hours ago









                                            Max

                                            11




                                            11




                                            New contributor




                                            Max is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                                            Check out our Code of Conduct.





                                            New contributor





                                            Max is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                                            Check out our Code of Conduct.






                                            Max is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                                            Check out our Code of Conduct.




















                                                up vote
                                                0
                                                down vote













                                                Well others pointed out, but if you want a live demo, here's some HTML that I made



                                                Sudoku Solver



                                                And try to figure some pattern, it will be interesting...






                                                share|improve this answer








                                                New contributor




                                                Lakshya Sinha is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                                                Check out our Code of Conduct.





















                                                  up vote
                                                  0
                                                  down vote













                                                  Well others pointed out, but if you want a live demo, here's some HTML that I made



                                                  Sudoku Solver



                                                  And try to figure some pattern, it will be interesting...






                                                  share|improve this answer








                                                  New contributor




                                                  Lakshya Sinha is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                                                  Check out our Code of Conduct.



















                                                    up vote
                                                    0
                                                    down vote










                                                    up vote
                                                    0
                                                    down vote









                                                    Well others pointed out, but if you want a live demo, here's some HTML that I made



                                                    Sudoku Solver



                                                    And try to figure some pattern, it will be interesting...






                                                    share|improve this answer








                                                    New contributor




                                                    Lakshya Sinha is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                                                    Check out our Code of Conduct.









                                                    Well others pointed out, but if you want a live demo, here's some HTML that I made



                                                    Sudoku Solver



                                                    And try to figure some pattern, it will be interesting...







                                                    share|improve this answer








                                                    New contributor




                                                    Lakshya Sinha is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                                                    Check out our Code of Conduct.









                                                    share|improve this answer



                                                    share|improve this answer






                                                    New contributor




                                                    Lakshya Sinha is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                                                    Check out our Code of Conduct.









                                                    answered 10 hours ago









                                                    Lakshya Sinha

                                                    1




                                                    1




                                                    New contributor




                                                    Lakshya Sinha is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                                                    Check out our Code of Conduct.





                                                    New contributor





                                                    Lakshya Sinha is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                                                    Check out our Code of Conduct.






                                                    Lakshya Sinha is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                                                    Check out our Code of Conduct.




















                                                        up vote
                                                        0
                                                        down vote













                                                        What you will find, if you continue working the puzzle with the 6 there, is that it will force a contradiction later on.



                                                        Let's continue solving:
                                                        T= Top Row, M = Middle Row, B = Bottom Row

                                                        L= Left Column, C = Center Column, R = Right Column



                                                        1. From the 4's in TC, MC, and BL, 4 must be in the bottom-left square of the BC.

                                                        2. From the 2's in TC and MC, 2 must be in bottom right of BC.

                                                        3. From the 9's in TL and TC, 9 must be in top right of TR

                                                        4. From the 6's in TR and RC, 6 must be in bottom left of BL.

                                                        5. From the 5 in TL, 5 must be in upper right of MC.

                                                        6. There is now only one open space in the top row of the middle blocks, which must be a 7.

                                                        7. From the 8 in LC, 8 must be in the middle right of BL.

                                                        8. There is now only one open space in the right column of the left blocks, which must be a 1.

                                                        9. From the 1's in ML and MR, 1 must be in middle left block of MC.

                                                        And NOW we run into a problem. We need an 8 somewhere in MC, but the only spaces available are in it's bottom row. But we can't put an 8 there because there's already an 8 in the bottom row of ML.






                                                        share|improve this answer


























                                                          up vote
                                                          0
                                                          down vote













                                                          What you will find, if you continue working the puzzle with the 6 there, is that it will force a contradiction later on.



                                                          Let's continue solving:
                                                          T= Top Row, M = Middle Row, B = Bottom Row

                                                          L= Left Column, C = Center Column, R = Right Column



                                                          1. From the 4's in TC, MC, and BL, 4 must be in the bottom-left square of the BC.

                                                          2. From the 2's in TC and MC, 2 must be in bottom right of BC.

                                                          3. From the 9's in TL and TC, 9 must be in top right of TR

                                                          4. From the 6's in TR and RC, 6 must be in bottom left of BL.

                                                          5. From the 5 in TL, 5 must be in upper right of MC.

                                                          6. There is now only one open space in the top row of the middle blocks, which must be a 7.

                                                          7. From the 8 in LC, 8 must be in the middle right of BL.

                                                          8. There is now only one open space in the right column of the left blocks, which must be a 1.

                                                          9. From the 1's in ML and MR, 1 must be in middle left block of MC.

                                                          And NOW we run into a problem. We need an 8 somewhere in MC, but the only spaces available are in it's bottom row. But we can't put an 8 there because there's already an 8 in the bottom row of ML.






                                                          share|improve this answer
























                                                            up vote
                                                            0
                                                            down vote










                                                            up vote
                                                            0
                                                            down vote









                                                            What you will find, if you continue working the puzzle with the 6 there, is that it will force a contradiction later on.



                                                            Let's continue solving:
                                                            T= Top Row, M = Middle Row, B = Bottom Row

                                                            L= Left Column, C = Center Column, R = Right Column



                                                            1. From the 4's in TC, MC, and BL, 4 must be in the bottom-left square of the BC.

                                                            2. From the 2's in TC and MC, 2 must be in bottom right of BC.

                                                            3. From the 9's in TL and TC, 9 must be in top right of TR

                                                            4. From the 6's in TR and RC, 6 must be in bottom left of BL.

                                                            5. From the 5 in TL, 5 must be in upper right of MC.

                                                            6. There is now only one open space in the top row of the middle blocks, which must be a 7.

                                                            7. From the 8 in LC, 8 must be in the middle right of BL.

                                                            8. There is now only one open space in the right column of the left blocks, which must be a 1.

                                                            9. From the 1's in ML and MR, 1 must be in middle left block of MC.

                                                            And NOW we run into a problem. We need an 8 somewhere in MC, but the only spaces available are in it's bottom row. But we can't put an 8 there because there's already an 8 in the bottom row of ML.






                                                            share|improve this answer














                                                            What you will find, if you continue working the puzzle with the 6 there, is that it will force a contradiction later on.



                                                            Let's continue solving:
                                                            T= Top Row, M = Middle Row, B = Bottom Row

                                                            L= Left Column, C = Center Column, R = Right Column



                                                            1. From the 4's in TC, MC, and BL, 4 must be in the bottom-left square of the BC.

                                                            2. From the 2's in TC and MC, 2 must be in bottom right of BC.

                                                            3. From the 9's in TL and TC, 9 must be in top right of TR

                                                            4. From the 6's in TR and RC, 6 must be in bottom left of BL.

                                                            5. From the 5 in TL, 5 must be in upper right of MC.

                                                            6. There is now only one open space in the top row of the middle blocks, which must be a 7.

                                                            7. From the 8 in LC, 8 must be in the middle right of BL.

                                                            8. There is now only one open space in the right column of the left blocks, which must be a 1.

                                                            9. From the 1's in ML and MR, 1 must be in middle left block of MC.

                                                            And NOW we run into a problem. We need an 8 somewhere in MC, but the only spaces available are in it's bottom row. But we can't put an 8 there because there's already an 8 in the bottom row of ML.







                                                            share|improve this answer














                                                            share|improve this answer



                                                            share|improve this answer








                                                            edited 10 hours ago

























                                                            answered 11 hours ago









                                                            Kevin

                                                            1,584319




                                                            1,584319




















                                                                up vote
                                                                0
                                                                down vote













                                                                The point is, the puzzle 'knows' where the 6 is going to be put, but you don't.

                                                                Checking the possibilities for as far as you have progressed in solving the puzzle, it can go at (5,1) or (6,1) and at (5,6) or (6,6) with the notation (row, column).

                                                                If you already position the 6 at this stage you're just guessing.

                                                                It could have been either (5,6) or (6,6). You guessed (5,6) and the puzzle knows already that it's the wrong bet and lets you know it by flagging it red.

                                                                You can use this information by moving the 6 to (6,6) and puting one in (5,1), but I guess you already lost some points by now. :)






                                                                share|improve this answer








                                                                New contributor




                                                                joe electro is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                                                                Check out our Code of Conduct.





















                                                                  up vote
                                                                  0
                                                                  down vote













                                                                  The point is, the puzzle 'knows' where the 6 is going to be put, but you don't.

                                                                  Checking the possibilities for as far as you have progressed in solving the puzzle, it can go at (5,1) or (6,1) and at (5,6) or (6,6) with the notation (row, column).

                                                                  If you already position the 6 at this stage you're just guessing.

                                                                  It could have been either (5,6) or (6,6). You guessed (5,6) and the puzzle knows already that it's the wrong bet and lets you know it by flagging it red.

                                                                  You can use this information by moving the 6 to (6,6) and puting one in (5,1), but I guess you already lost some points by now. :)






                                                                  share|improve this answer








                                                                  New contributor




                                                                  joe electro is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                                                                  Check out our Code of Conduct.



















                                                                    up vote
                                                                    0
                                                                    down vote










                                                                    up vote
                                                                    0
                                                                    down vote









                                                                    The point is, the puzzle 'knows' where the 6 is going to be put, but you don't.

                                                                    Checking the possibilities for as far as you have progressed in solving the puzzle, it can go at (5,1) or (6,1) and at (5,6) or (6,6) with the notation (row, column).

                                                                    If you already position the 6 at this stage you're just guessing.

                                                                    It could have been either (5,6) or (6,6). You guessed (5,6) and the puzzle knows already that it's the wrong bet and lets you know it by flagging it red.

                                                                    You can use this information by moving the 6 to (6,6) and puting one in (5,1), but I guess you already lost some points by now. :)






                                                                    share|improve this answer








                                                                    New contributor




                                                                    joe electro is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                                                                    Check out our Code of Conduct.









                                                                    The point is, the puzzle 'knows' where the 6 is going to be put, but you don't.

                                                                    Checking the possibilities for as far as you have progressed in solving the puzzle, it can go at (5,1) or (6,1) and at (5,6) or (6,6) with the notation (row, column).

                                                                    If you already position the 6 at this stage you're just guessing.

                                                                    It could have been either (5,6) or (6,6). You guessed (5,6) and the puzzle knows already that it's the wrong bet and lets you know it by flagging it red.

                                                                    You can use this information by moving the 6 to (6,6) and puting one in (5,1), but I guess you already lost some points by now. :)







                                                                    share|improve this answer








                                                                    New contributor




                                                                    joe electro is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                                                                    Check out our Code of Conduct.









                                                                    share|improve this answer



                                                                    share|improve this answer






                                                                    New contributor




                                                                    joe electro is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                                                                    Check out our Code of Conduct.









                                                                    answered 9 hours ago









                                                                    joe electro

                                                                    1




                                                                    1




                                                                    New contributor




                                                                    joe electro is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                                                                    Check out our Code of Conduct.





                                                                    New contributor





                                                                    joe electro is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                                                                    Check out our Code of Conduct.






                                                                    joe electro is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
                                                                    Check out our Code of Conduct.




















                                                                        Emmanuel Adu Gyamfi is a new contributor. Be nice, and check out our Code of Conduct.









                                                                         

                                                                        draft saved


                                                                        draft discarded


















                                                                        Emmanuel Adu Gyamfi is a new contributor. Be nice, and check out our Code of Conduct.












                                                                        Emmanuel Adu Gyamfi is a new contributor. Be nice, and check out our Code of Conduct.











                                                                        Emmanuel Adu Gyamfi is a new contributor. Be nice, and check out our Code of Conduct.













                                                                         


                                                                        draft saved


                                                                        draft discarded














                                                                        StackExchange.ready(
                                                                        function ()
                                                                        StackExchange.openid.initPostLogin('.new-post-login', 'https%3a%2f%2fpuzzling.stackexchange.com%2fquestions%2f74890%2fsudoku-false-positive-wrong-move%23new-answer', 'question_page');

                                                                        );

                                                                        Post as a guest














































































                                                                        這個網誌中的熱門文章

                                                                        tkz-euclide: tkzDrawCircle[R] not working

                                                                        How to combine Bézier curves to a surface?

                                                                        1st Magritte Awards