This is not a πp (SER 7.1)

Post puzzles for others to solve here.

This is not a πp (SER 7.1)

Postby mith » Wed Mar 10, 2021 9:33 pm

Code: Select all
+-------+-------+-------+
| . . 3 | . 1 . | 4 . . |
| . 1 . | 5 . . | . . . |
| 9 . . | . . 2 | . 6 5 |
+-------+-------+-------+
| 3 . . | . . . | . 5 . |
| 8 . . | . 9 . | . . 7 |
| . 9 . | . . . | . . 3 |
+-------+-------+-------+
| 2 3 . | 8 . . | . . 4 |
| . . . | . . 6 | . 2 . |
| . . 6 | . 4 . | 3 . . |
+-------+-------+-------+
..3.1.4...1.5.....9....2.653......5.8...9...7.9......323.8....4.....6.2...6.4.3..
mith
 
Posts: 950
Joined: 14 July 2020

Re: This is not a πp (SER 7.1)

Postby pjb » Thu Mar 11, 2021 12:13 am

Code: Select all
 567     25678   3      |a679    1      789    | 4      8-9    28-9   
 46      1       248    | 5      68    d48-9   | 7      3     e289   
 9       478     478    |c347    378    2      | 1      6      5     
------------------------+----------------------+---------------------
 3       247     1247   | 147    278    1478   | 9      5      6     
 8       456     145    | 146    9      3      | 2      14     7     
 1467    9       1247   | 1467   2567   1457   | 8      14     3     
------------------------+----------------------+---------------------
 2       3       1579   | 8      57     1579   | 6      79     4     
 147     478     14789  |b1379   37     6      | 5      2      189   
 157     578     6      | 2      4      1579   | 3      789    189   

(9)r1c4 = (9-3)r8c4 = (3-4)r3c4 = (4-9)r2c6 = (9)r2c9 => -9 r1c89, r2c6; stte

Phil
pjb
2014 Supporter
 
Posts: 2554
Joined: 11 September 2011
Location: Sydney, Australia

Re: This is not a πp (SER 7.1)

Postby Leren » Thu Mar 11, 2021 12:15 am

Code: Select all
*------------------------------------------------*
| 567  25678 3     |a679  1     789  | 4 89  289 |
| 46   1     248   | 5    68   d48-9 | 7 3   289 |
| 9    478   478   |c347  378   2    | 1 6   5   |
|------------------+-----------------+-----------|
| 3    247   1247  | 147  278   1478 | 9 5   6   |
| 8    456   145   | 146  9     3    | 2 14  7   |
| 1467 9     1247  | 1467 2567  1457 | 8 14  3   |
|------------------+-----------------+-----------|
| 2    3     1579  | 8    57    1579 | 6 79  4   |
| 147  478   14789 |b1379 37    6    | 5 2   189 |
| 157  578   6     | 2    4     1579 | 3 789 189 |
*------------------------------------------------*

(9) r1c4 = (9-3) r8c4 = (3-4) r3c4 = (4) r2c6 => - 9 r2c6; stte

Leren
Leren
 
Posts: 5019
Joined: 03 June 2012

Re: This is not a πp (SER 7.1)

Postby pjb » Thu Mar 11, 2021 12:23 am

How silly of me! An unnecessary extra step!
Phil
pjb
2014 Supporter
 
Posts: 2554
Joined: 11 September 2011
Location: Sydney, Australia

Re: This is not a πp (SER 7.1)

Postby denis_berthier » Thu Mar 11, 2021 2:59 am

Resolution state after 11 Singles and 2 whips[1]:
Code: Select all
   567       25678     3         679       1         789       4         89        289       
   46        1         248       5         68        489       7         3         289       
   9         478       478       347       378       2         1         6         5         
   3         247       1247      147       278       1478      9         5         6         
   8         456       145       146       9         3         2         14        7         
   1467      9         1247      1467      2567      1457      8         14        3         
   2         3         1579      8         57        1579      6         79        4         
   147       478       14789     1379      37        6         5         2         189       
   157       578       6         2         4         1579      3         789       189   


finned-x-wing-in-rows: n1{r7 r4}{c3 c6} ==> r6c6 ≠ 1
finned-x-wing-in-rows: n9{r2 r9}{c6 c9} ==> r8c9 ≠ 9
biv-chain[3]: c4n9{r1 r8} - c4n3{r8 r3} - b2n4{r3c4 r2c6} ==> r2c6 ≠ 9
stte
(The two finned x-wings could be skipped. The bivalue-chain is the same as Leren.)
denis_berthier
2010 Supporter
 
Posts: 3967
Joined: 19 June 2007
Location: Paris

Re: This is not a πp (SER 7.1)

Postby Cenoman » Thu Mar 11, 2021 12:36 pm

Code: Select all
 +-------------------------+-----------------------+-------------------+
 | a567   a5678-2  3       | b679    1      789    |  4    89    289   |
 | d46     1      d248     |  5     d68    c489    |  7    3     289   |
 |  9      478     478     | b347    378    2      |  1    6     5     |
 +-------------------------+-----------------------+-------------------+
 |  3      247     1247    |  147    278    1478   |  9    5     6     |
 |  8      456     145     |  146    9      3      |  2    14    7     |
 |  1467   9       1247    |  1467   2567   1457   |  8    14    3     |
 +-------------------------+-----------------------+-------------------+
 |  2      3       1579    |  8      57     1579   |  6    79    4     |
 |  147    478     14789   | b1379   37     6      |  5    2     189   |
 |  157    578     6       |  2      4      1579   |  3    789   189   |
 +-------------------------+-----------------------+-------------------+

(56)r1c12 = (6-394)r138c4 = r2c6 - (4=682)r2c135 => -2 r1c2; ste
Cenoman
Cenoman
 
Posts: 2711
Joined: 21 November 2016
Location: France

Re: This is not a πp (SER 7.1)

Postby jco » Thu Mar 11, 2021 12:59 pm

Hello,

After basics

Code: Select all
  1     2      3       4     5     6      7  8    9
.--------------------+------------------+-------------.
| 567   25678  3     | 679   1     789  | 4  89   289 | 1
|a46    1     e248   | 5    b68   g89-4 | 7  3   f289 | 2
| 9     478    478   | 347   378   2    | 1  6    5   | 3
|--------------------+------------------+-------------|
| 3     247    1247  | 147   278   1478 | 9  5    6   | 4
| 8     456    145   | 146   9     3    | 2  14   7   | 5
| 1467  9     d1247  | 1467 c2567  1457 | 8  14   3   | 6
|--------------------+------------------+-------------|
| 2     3      1579  | 8     57    1579 | 6  79   4   | 7
| 147   478    14789 | 1379  37    6    | 5  2    189 | 8
| 157   578    6     | 2     4     1579 | 3  789  189 | 9
'--------------------+------------------+-------------'


(4=6)r2c1-r2c5=(6-2)r6c5=r6c3-r2c3=(2-9)r2c9=(9)r2c6 => -4 r2c6; ste

Regards,
jco
JCO
jco
 
Posts: 708
Joined: 09 June 2020


Return to Puzzles