facehuk wrote:Many thanks for the reply Champagne, I had to look up what you meant by "r18c56" so I'm learning things already!
Yeah, the notations can be a bit cryptic at first, but soon they become a second nature
I will try to figure the Unique Rectangle using your hint (and answer) and will also look up "forcing chain", exactly the assistance I was hoping for.
Champagne already gave you the correct hints, but I'll give you a couple of sources that might help understanding them better.
The Unique Rectangle (UR) you can use here is the simplest kind, UR Type 1. More on that (and other kinds) here:
http://sudopedia.enjoysudoku.com/Uniqueness_Test.htmlhttp://hodoku.sourceforge.net/en/tech_ur.php#u1http://www.sudokuwiki.org/Unique_RectanglesIn this puzzle it looks like this:
- Code: Select all
.-----------------.------------------.----------------.
| 34 2 9 | 1 *(58) *(58) | 7 6 34 |
| 34 7 8 | 9 6 2 | 134 13 5 |
| 56 56 1 | 3 7 4 | 9 2 8 |
:-----------------+------------------+----------------:
| 167 146 3 | 8 2 17 | 5 147 9 |
| 2 15 57 | 6 4 9 | 8 137 13 |
| 9 8 47 | 5 3 17 | 6 147 2 |
:-----------------+------------------+----------------:
| 15 9 46 | 7 15 3 | 2 8 46 |
| 157 1345 4567 | 2 *(58)#1 *(58) | 134 9 1346 |
| 8 13 2 | 4 9 6 | 13 5 7 |
'-----------------'------------------'----------------'
If candidate (1) were removed from r8c5, the four marked (58)s would form a deadly rectangle and we'd have two solutions. Since valid puzzles can't have two solutions, we can safely place 1r8c5. (But if you don't know for sure that your puzzle provider guarantees single solutions, then you can't use that method -- however, I'd find a different puzzle provider in that case.) Unique Rectangles are often found and one of the easiest non-basic patterns to spot I think (actually easier than some basic ones like triples and quads), so they're worth learning.
The other option champagne mentioned, 2-String Kite, is another relatively easy pattern to look for (as is its buddy, Skyscraper). Here's some links about that:
http://sudopedia.enjoysudoku.com/2-String_Kite.htmlhttp://hodoku.sourceforge.net/en/tech_sdp.php#t2skIn this puzzle it looks like this:
- Code: Select all
.-----------------.-------------.----------------.
| 34 2 9 | 1 58 58 | 7 6 34 |
| 34 7 8 | 9 6 2 | 134 13 5 |
| 56 56 1 | 3 7 4 | 9 2 8 |
:-----------------+-------------+----------------:
| 167 146 3 | 8 2 17 | 5 147 9 |
| 2 x5-1 57 | 6 4 9 | 8 137 *(1)3 |
| 9 8 47 | 5 3 17 | 6 147 2 |
:-----------------+-------------+----------------:
| 15 9 46 | 7 15 3 | 2 8 46 |
| 157 1345 4567 | 2 158 58 | 134 9 *1346 |
| 8 *(1)3 2 | 4 9 6 |*13 5 7 |
'-----------------'-------------'----------------'
The two candidate (1)s in r5c9 and r9c2 are connected by a short chain which ensures that at least one of those cells must have a (1) as its true value. Thus there can't be a 1 in any cell that sees both ends. The victim cell in this case is r5c2, and candidate 1 can be eliminated from that. The logic in Eureka notation:
(1)r5c9 = r8c9 - r9c7 = (1)r9c2 => -1 r5c2
Some background information about these and other kinds of chains:
2-String Kite is a specific kind of Turbot Fish (not really a fish, though):
http://sudopedia.enjoysudoku.com/Turbot_Fish.htmlhttp://hodoku.sourceforge.net/en/tech_sdp.php#tfTurbot Fishes are special kinds of X-Chains:
http://sudopedia.enjoysudoku.com/X-Chain.htmlhttp://hodoku.sourceforge.net/en/tech_chains.php#xAnd X-Chains are special kinds of AICs (Alternating Inference Chains):
http://sudopedia.enjoysudoku.com/Alternating_Inference_Chain.htmlhttp://hodoku.sourceforge.net/en/tech_chains.phpPS. All of these are effectively forcing chains, but usually that term is reserved for more complex types of chains (that are called Krakens on this forum) which can't be easily converted into AICs, so I don't think using that term ("forcing chain") here is necessarily helpful. (Edit: eleven seems to have mentioned that also above while I was typing.)