Purpose: To reduce the number of possible options in cells across a row.
Example:
ROW 1 => | 2 18 3 | 16 9 68 | 4 7 5 |
ROW 2 => | 7 189 19 | 1689 5 4 | 3 129 12689 |
These rows are separated, not in the same square, although there is no reason that the technique cant be used for rows in the same square.
I begin by writing all the options for the unknowns in the first line on a blank page and assigning a monica to it
1 6 8 - A
8 1 6 - B
I then write out all the options for the second line
19628
19826
81629
81692
81926
89126
89612
89621
91628
91826
Now the first two unknown digits of the top row align with the first and third digits of the bottom row. I put arrows above to remind myself of where they are. Then I check through the options, making sure that if I use a particular number in the first line, I dont also use that number at that same location in the second line. If the top line option doesnt conflict with the bottom line option, I write the letter next to it as below. Then I check to see if any of the options converged, by crossing out the incompatible lines (that have no letters next to them) and checking the remaining options in each column.
- Code: Select all
↓ ↓
19628 B
19826 B
81629 (Crossed out)
81692 (Crossed out)
81926 A
89126 A
89612 (Crossed out)
89621 (Crossed out)
91628 B
91826 AB
In this example, the first three digits of the bottom line still remain unknown, with the same number of options as before. The fourth digit, however, all compatible options converge to the number 2, as all the other options are incompatible with the top line. The last digit has reduced its options from five down to two, the numbers 6 and 8.
I find that I generally only have to do this once to break open the puzzle. The real trick is working out which lines to compare, as results don't always converge. I look for short rows for my top row, effective forcing chains in my second row, and, most importantly, a mix of mutual unknowns in the intersecting columns. These limit the range of possibilities that are to be written out and compared, and maximise the possibility that some can be eliminated. The ability to reduce the options in more than one cell at a time is also quite useful.
Brendan