vibes1234 wrote:is it possible to continue this using only logic ?
If you believe that forcing chain is a logical approach, then the answer is yes. My solution to this puzzle involves two forcing chains. Having applied basic techniques, the grid reduced to:
- Code: Select all
{46} {46} {7} {1} {9} {5} {3} {8} {2}
{19} {25} {3} {2678} {28} {678} {1459} {1579} {467}
{19} {8} {25} {2367} {4} {367} {159} {1579} {67}
{2} {4579} {1589} {45678} {158} {146789} {145} {1567} {3}
{47} {59} {6} {25} {3} {19} {8} {125} {47}
{3478} {3457} {158} {245678} {1258} {14678} {1245} {12567} {9}
{378} {2379} {289} {358} {6} {138} {29} {4} {15}
{368} {2369} {289} {3458} {158} {1348} {7} {29} {15}
{5} {1} {4} {9} {7} {2} {6} {3} {8}
First chain:
r2c2=5 => r5c2<>5
r2c2=2 => r2c5<>2 => r6c5=2 => r5c4=5 => r5c2<>5
Therefore r5c2<>5 => r5c2=9
The grid can then be reduced to:
- Code: Select all
{46} {46} {7} {1} {9} {5} {3} {8} {2}
{19} {5} {3} {678} {2} {678} {149} {179} {467}
{19} {8} {2} {367} {4} {367} {5} {19} {67}
{2} {47} {5} {467} {8} {9} {14} {167} {3}
{47} {9} {6} {2} {3} {1} {8} {5} {47}
{8} {3} {1} {467} {5} {467} {24} {267} {9}
{37} {27} {89} {5} {6} {38} {29} {4} {1}
{36} {26} {89} {348} {1} {348} {7} {29} {5}
{5} {1} {4} {9} {7} {2} {6} {3} {8}
From here, the puzzle can be solved by the unique solution rule or by a second chain. Before I list my second chain, would you like to have a go first?