April 1, 2015

Post puzzles for others to solve here.

April 1, 2015

Postby ArkieTech » Tue Mar 31, 2015 9:07 pm

Code: Select all
 *-----------*
 |.1.|..3|.2.|
 |.95|...|...|
 |6..|9..|4..|
 |---+---+---|
 |2.4|.3.|9..|
 |..1|746|3..|
 |..3|.2.|1.8|
 |---+---+---|
 |..9|..2|..7|
 |...|...|61.|
 |.7.|1..|.9.|
 *-----------*


Play/Print this puzzle online
dan
User avatar
ArkieTech
 
Posts: 3355
Joined: 29 May 2006
Location: NW Arkansas USA

Re: April 1, 2015

Postby pjb » Tue Mar 31, 2015 9:49 pm

Code: Select all
 48      1       78     | 46     5678   3      | 578    2      9     
 348     9       5      | 2      178    48     | 78     6      13     
 6       23      278    | 9      1578   58     | 4      38     135   
------------------------+----------------------+---------------------
 2       5       4      | 8      3      1      | 9      7      6     
 9       8       1      | 7      4      6      | 3      5      2     
 7       6       3      | 5      2      9      | 1      4      8     
------------------------+----------------------+---------------------
 1      *34      9      |*36-4   56     2      | 58     38     7     
 358    *2-34    28     |*34     9      7      | 6      1      345   
 35      7       6      | 1      58     458    | 2      9      345   


DP at r78c24 => -4 r7c4, -34 r8c2; stte

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

Re: April 1, 2015

Postby SteveG48 » Wed Apr 01, 2015 12:26 am

Code: Select all
 *------------------------------------------------------------*
 |  48    1     78    | 46    5678  3     | 578   2     9     |
 | b48-3  9     5     | 2     178   48    | 78    6   ae13    |
 |  6     23    278   | 9     1578  58    | 4     38   e135   |
 *--------------------+-------------------+-------------------|
 |  2     5     4     | 8     3     1     | 9     7     6     |
 |  9     8     1     | 7     4     6     | 3     5     2     |
 |  7     6     3     | 5     2     9     | 1     4     8     |
 *--------------------+-------------------+-------------------|
 |  1     34    9     | 346  h56    2     |g58    38    7     |
 |  358   234   28    | 34    9     7     | 6     1    f345   |
 |cj35    7     6     | 1    i58   i458   | 2     9   df45-3  |
 *------------------------------------------------------------*


Might as well follow the shortest with the longest :) :
(3)r2c9 = r2c1 - r9c1 = r9c9 - (3=15)r23c9 - (5)r89c9 = r7c7 - r7c5 = r9c56 - (5=3)r9c1 => -3 r2c1,r9c9 ; stte
Steve
User avatar
SteveG48
2019 Supporter
 
Posts: 4279
Joined: 08 November 2013
Location: Orlando, Florida

Re: April 1, 2015

Postby Marty R. » Wed Apr 01, 2015 12:46 am

Code: Select all
+-------------+--------------+------------+
| 48  1   78  | 46  5678 3   | 578 2  9   |
| 348 9   5   | 2   178  48  | 78  6  13  |
| 6   23  278 | 9   1578 58  | 4   38 135 |
+-------------+--------------+------------+
| 2   5   4   | 8   3    1   | 9   7  6   |
| 9   8   1   | 7   4    6   | 3   5  2   |
| 7   6   3   | 5   2    9   | 1   4  8   |
+-------------+--------------+------------+
| 1   34  9   | 346 56   2   | 58  38 7   |
| 358 234 28  | 34  9    7   | 6   1  345 |
| 35  7   6   | 1   58   458 | 2   9  345 |
+-------------+--------------+------------+

Play this puzzle online at the Daily Sudoku site

UR (34), r78c24:

2r8c2=6r7c4-(6=4)r1c4-(478=2)r1c13,r3c3=>r3c2,r8c3<>2
Marty R.
 
Posts: 1508
Joined: 23 October 2012
Location: Rochester, New York, USA

Re: April 1, 2015

Postby Marty R. » Wed Apr 01, 2015 1:28 am

pjb wrote:
Code: Select all
 48      1       78     | 46     5678   3      | 578    2      9     
 348     9       5      | 2      178    48     | 78     6      13     
 6       23      278    | 9      1578   58     | 4      38     135   
------------------------+----------------------+---------------------
 2       5       4      | 8      3      1      | 9      7      6     
 9       8       1      | 7      4      6      | 3      5      2     
 7       6       3      | 5      2      9      | 1      4      8     
------------------------+----------------------+---------------------
 1      *34      9      |*36-4   56     2      | 58     38     7     
 358    *2-34    28     |*34     9      7      | 6      1      345   
 35      7       6      | 1      58     458    | 2      9      345   


DP at r78c24 => -4 r7c4, -34 r8c2; stte

Phil


Phil,
I don't understand the -34 in r8c2. What I can see based on so-called Hidden URs is the SL 4 in c2=> -4r7c4 and SL 3 in c4=> -3r8c2
Marty R.
 
Posts: 1508
Joined: 23 October 2012
Location: Rochester, New York, USA

Re: April 1, 2015

Postby pjb » Wed Apr 01, 2015 3:00 am

Marty:

if r8c2 = 3, then r7c2, r8c4 both = 4. As there are only 2 3's in c4, r7c4 must = 3, therefore r8c2 cannot = 3
if r8c2 = 4, then r7c2, r8c4 both = 3. As there are only 2 4's in r7, r7c4 must = 4, therefore r8c2 cannot = 4

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

Re: April 1, 2015

Postby Marty R. » Wed Apr 01, 2015 3:42 am

Thanks Phil.
Marty R.
 
Posts: 1508
Joined: 23 October 2012
Location: Rochester, New York, USA

Re: April 1, 2015

Postby Leren » Wed Apr 01, 2015 4:19 am

Concerning the DP r78 c24 there is also - 3 r7c2, because of 2 4's in Row 7 and Column 2.

Leren
Leren
 
Posts: 5050
Joined: 03 June 2012

Re: April 1, 2015

Postby Leren » Wed Apr 01, 2015 4:23 am

Code: Select all
*--------------------------------------------------------------*
| 48    1     78     | 46    5678  3      | 578   2     9      |
| 348   9     5      | 2     178   48     | 78    6     13     |
| 6     23    278    | 9     1578  58     | 4     38    135    |
|--------------------+--------------------+--------------------|
| 2     5     4      | 8     3     1      | 9     7     6      |
| 9     8     1      | 7     4     6      | 3     5     2      |
| 7     6     3      | 5     2     9      | 1     4     8      |
|--------------------+--------------------+--------------------|
| 1     34    9      | 346   56    2      | 58    38    7      |
|b358   234   28     | 34    9     7      | 6     1    c345    |
|a35    7     6      | 1     58    458    | 2     9    d45-3   |
*--------------------------------------------------------------*

H2 Wing: (3=5) r9c1 - r8c1 = (5-4) r8c9 = (4) r9c9 => - 3 r9c9; stte

Leren
Leren
 
Posts: 5050
Joined: 03 June 2012

Re: April 1, 2015

Postby gurth » Wed Apr 01, 2015 5:16 am

CW:
Image

Edited 6 hours later: Involving cell (b) is unnecessary, the solution should end at cell (a) as this i-placement is enough to delete the 3r2c1 with then stte.
Last edited by gurth on Wed Apr 01, 2015 11:38 am, edited 1 time in total.
gurth
 
Posts: 358
Joined: 11 February 2006
Location: Cape Town, South Africa

Re: April 1, 2015

Postby pjb » Wed Apr 01, 2015 10:11 am

Leren Wrote:
Concerning the DP r78 c24 there is also - 3 r7c2, because of 2 4's in Row 7 and Column 2.


Rightly so, thanks,
Phil
pjb
2014 Supporter
 
Posts: 2585
Joined: 11 September 2011
Location: Sydney, Australia

Re: April 1, 2015

Postby Ngisa » Wed Apr 01, 2015 3:08 pm

Code: Select all
+-------------+--------------+------------+
| 48  1   78  | 46  5678 3   | 578 2  9   |
| 48-3 9   5   | 2   b178  c48  | b78  6  a13  |
| 6   23  278 | 9   1578 58  | 4   38 135 |
+-------------+--------------+------------+
| 2   5   4   | 8   3    1   | 9   7  6   |
| 9   8   1   | 7   4    6   | 3   5  2   |
| 7   6   3   | 5   2    9   | 1   4  8   |
+-------------+--------------+------------+
| 1   34  9   | 346 56   2   | 58  38 7   |
| 358 234 28  | 34  9    7   | 6   1  345 |
| e35  7   6   | 1   d58   d458 | 2   9  45-3 |
+-------------+--------------+------------+
(3=1)r2c9-(1=78)r2c57-(78=4)r2c6-(4=58)r9c56-(58=3)r9c1 => -3r2c1, r9c9; stte
Ngisa
 
Posts: 1386
Joined: 18 November 2012


Return to Puzzles