解決數獨的策略#5:明顯的配對技術
此策略將幫助您縮小 3 x 3 區塊中數字的假設數量。
這種策略的秘訣在於,如果 3 x 3 的正方形中有兩個單元格可以接受同一對數字,那麼這些數字只能位於這兩個單元格中。
在上圖中,我們看到 4 對數字是 4 個單元格的候選數字。 The pairs are 3 and 7, as well as 5 and 9. Since these pairs are within the same 3 by 3 block, we can conclude that the digits 3 and 7 can only be in cells where these candidates exist and nowhere else (highlighted in橘子).數字5和9遵循同樣的原則,只能出現在其候選人所在的單元格中。
綜上所述,我們可以得出結論,只剩下一個單元格不包含數字3、5、7或9。
如果您喜歡這種技術,請務必在具有挑戰性的9 上進行測試9 數獨謎題。