Hi, Lily. You posted a good puzzle to illustrate two of the three techniques for solving simple puzzles:
1) Select a digit and try to place it
Cec showed how to solve r3c4 and r1c9 using this technique
2) Select a cell and hope it has only one legal digit.
I showed how to solve r1c2 and r1c1 using this technique.
Now let's look at the third:
3) Select a row, column or box and try to fill in a missing digit.
This is easiest when the row, column or box has only one missing digit. In fact, it is automatic. The more missing digits there are, the harder this technique is.
Assume we somehow got this far:
- Code: Select all
872 45- 91-
13- 9-- ---
-96 --3 28-
58- -1- 3--
--1 --7 -98
6-- 82- --1
2-9 -6- 45-
35- -9- --2
--- 2-5 -3-
We easily see that 4 and 5 are missing from box 1.
So we look at cell r2c3. Rats! Both candidates will fit. No progress can be made.
But we look at cell r3c1. Great! We see that 5 will not fit due to the 5 in row 4. So we know that r3c1 must be 4.
Now we have only one cell left to fill and only one candidate. No need to check the rows or columns. Just stick 5 in r2c3.
So you need to master three techniques:
1) Select a digit and try to place it
2) Select a cell and hope it has only one legal digit.
3) Select a row, column or box and try to fill in a missing digit.
Don't force yourself to use only one all the time. Swap around freely. You will eventually get a hunch in any situation of which is best to use for the next cell to be solved.
If this is a single homework assignment and you hope never to see SuDoku again the rest of your life, fine - you have the information you need to do it.
If you get really interested, you will soon run into more difficult puzzles that cannot be solved by the three techniques. We can help then.
Mac
P.S. To watch a puzzle solve itself using the three techniques, go to
http://www.sudoku.funurl.com/and download "A SuDoku Tutorial"
written by me using (what else) QBasic.