- Code: Select all
12¦84 ¦3 7
93¦ 1¦4
4 ¦ 3¦ 1
---+---+---
1 9¦534¦ 7
5 ¦ ¦134
¦17 ¦ 9
---+---+---
¦617¦925
5 1¦3 ¦746
76¦4 5¦813
Now, there are three cells unfilled in row 8, and three cells unfilled in box 8. In both cases, those cells must be 2, 9 and 8. Two of the cells are in row 8 and box 8 (r8c5, r8c6), so the remaining cell in row 8 (r8c2) and the remaining cell in box 8 (r9c5) must contain the same number, either 2 or 9 or 8. There's a 9 already in column 2, so r8c2 can't be 9, and there's a 8 already in row 8, so r9c5 can't be 8. But they also both have to be the same thing, so if they can't be 8 and they can't be 9, both those cells must be 2s. So I put them in and the rest of the puzzle fell apart. Hurrah!
But what I can't decide is whether this technique is ever truly useful. You see in this case, I could have placed the 9 in box 7 (only one place it can go), and form that placed the 2 similarly, and it'd have done the same thing for me, with only standard techniques. So can anyone clever work out if this is a legitimate tactic, or just a consequence that will sometimes arise from things you can do anyway?