October 9, 2016

Post puzzles for others to solve here.

October 9, 2016

Postby ArkieTech » Sat Oct 08, 2016 11:17 pm

Code: Select all
 *-----------*
 |.3.|.92|.7.|
 |.91|...|35.|
 |..7|3..|4..|
 |---+---+---|
 |...|.6.|...|
 |...|149|...|
 |2..|.3.|..1|
 |---+---+---|
 |..2|..6|5..|
 |.85|...|91.|
 |.1.|58.|.4.|
 *-----------*


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

Re: October 9, 2016

Postby SteveG48 » Sat Oct 08, 2016 11:31 pm

Code: Select all
 *-----------------------------------------------------------*
 | 5     3     4-6   | 46    9     2     | 1     7     8     |
 |c46    9     1     | 468   7    b48    | 3     5     2     |
 | 8     2     7     | 3     5     1     | 4     6     9     |
 *-------------------+-------------------+-------------------|
 | 1     57    9     | 2     6    b578   | 78    3     4     |
 | 37    67    38    | 1     4     9     | 678   2     5     |
 | 2     4567  48    | 78    3    b578   | 678   9     1     |
 *-------------------+-------------------+-------------------|
 | 347   47    2     | 9     1     6     | 5     8     37    |
 | 37-6  8     5     | 47    2     347   | 9     1     367   |
 | 9     1    a36    | 5     8    b37    | 2     4     367   |
 *-----------------------------------------------------------*


(6=3)r9c3 - (3=4578)r2469c6 - (4=6)r2c1 => -6 r1c3,r8c1 ; stte
Steve
User avatar
SteveG48
2019 Supporter
 
Posts: 4244
Joined: 08 November 2013
Location: Orlando, Florida

Re: October 9, 2016

Postby Leren » Sat Oct 08, 2016 11:38 pm

Code: Select all
*--------------------------------------------------------------*
| 5     3    a46     | 6-4   9     2      | 1     7     8      |
| 46    9     1      | 468   7     48     | 3     5     2      |
| 8     2     7      | 3     5     1      | 4     6     9      |
|--------------------+--------------------+--------------------|
| 1     57    9      | 2     6     578    | 78    3     4      |
| 37    67    38     | 1     4     9      | 678   2     5      |
| 2     4567  48     | 78    3     578    | 678   9     1      |
|--------------------+--------------------+--------------------|
| 347   47    2      | 9     1     6      | 5     8     37     |
| 367   8     5      |e47    2    d347    | 9     1     367    |
| 9     1    b36     | 5     8    c37     | 2     4     367    |
*--------------------------------------------------------------*

(4=6) r1c3 - (6=3) r9c3 - r9c6 = (3-4) r8c6 = (4) r8c4 => = 4 r1c4; stte

Leren
Leren
 
Posts: 5040
Joined: 03 June 2012

Re: October 9, 2016

Postby Marty R. » Sun Oct 09, 2016 1:21 am

Code: Select all
+-------------+-----------+-----------+
| 5   3    46 | 46  9 2   | 1   7 8   |
| 46  9    1  | 468 7 48  | 3   5 2   |
| 8   2    7  | 3   5 1   | 4   6 9   |
+-------------+-----------+-----------+
| 1   57   9  | 2   6 578 | 78  3 4   |
| 37  67   38 | 1   4 9   | 678 2 5   |
| 2   4567 48 | 78  3 578 | 678 9 1   |
+-------------+-----------+-----------+
| 347 47   2  | 9   1 6   | 5   8 37  |
| 367 8    5  | 47  2 347 | 9   1 367 |
| 9   1    36 | 5   8 37  | 2   4 367 |
+-------------+-----------+-----------+

Play this puzzle online at the Daily Sudoku site

(7=3)r5c1-(3=846*)r561c3-(6=47)r18c4-(7=36*)r9c63 contradiction (two 6s in c3)=>-3r5c1
Marty R.
 
Posts: 1508
Joined: 23 October 2012
Location: Rochester, New York, USA

Re: October 9, 2016

Postby SteveG48 » Sun Oct 09, 2016 2:12 am

Marty R. wrote:
Code: Select all
+-------------+-----------+-----------+
| 5   3    46 | 46  9 2   | 1   7 8   |
| 46  9    1  | 468 7 48  | 3   5 2   |
| 8   2    7  | 3   5 1   | 4   6 9   |
+-------------+-----------+-----------+
| 1   57   9  | 2   6 578 | 78  3 4   |
| 37  67   38 | 1   4 9   | 678 2 5   |
| 2   4567 48 | 78  3 578 | 678 9 1   |
+-------------+-----------+-----------+
| 347 47   2  | 9   1 6   | 5   8 37  |
| 367 8    5  | 47  2 347 | 9   1 367 |
| 9   1    36 | 5   8 37  | 2   4 367 |
+-------------+-----------+-----------+

Play this puzzle online at the Daily Sudoku site

(7=3)r5c1-(3=846*)r561c3-(6=47)r18c4-(7=36*)r9c63 contradiction (two 6s in c3)=>-3r5c1


Nice one Marty.

One of the things that I've noticed about proofs by contradiction is that they can often be shortened. Yours is a good case in point. If we just take the right end of your chain we get:

(6=47)r18c4-(7=36)r9c63 => -6 r1c3 ; stte.

Typo corrected; thanks Marty.
Last edited by SteveG48 on Sun Oct 09, 2016 2:51 am, edited 1 time in total.
Steve
User avatar
SteveG48
2019 Supporter
 
Posts: 4244
Joined: 08 November 2013
Location: Orlando, Florida

Re: October 9, 2016

Postby Marty R. » Sun Oct 09, 2016 2:21 am

SteveG48 wrote:
Marty R. wrote:
Code: Select all
+-------------+-----------+-----------+
| 5   3    46 | 46  9 2   | 1   7 8   |
| 46  9    1  | 468 7 48  | 3   5 2   |
| 8   2    7  | 3   5 1   | 4   6 9   |
+-------------+-----------+-----------+
| 1   57   9  | 2   6 578 | 78  3 4   |
| 37  67   38 | 1   4 9   | 678 2 5   |
| 2   4567 48 | 78  3 578 | 678 9 1   |
+-------------+-----------+-----------+
| 347 47   2  | 9   1 6   | 5   8 37  |
| 367 8    5  | 47  2 347 | 9   1 367 |
| 9   1    36 | 5   8 37  | 2   4 367 |
+-------------+-----------+-----------+

Play this puzzle online at the Daily Sudoku site

(7=3)r5c1-(3=846*)r561c3-(6=47)r18c4-(7=36*)r9c63 contradiction (two 6s in c3)=>-3r5c1


Nice one Marty.

One of the things that I've noticed about proofs by contradiction is that they can often be shortened. Yours is a good case in point. If we just take the right end of your chain we get:

(6=47)r18c4-(7=36)r9c63 => -1 r6c3 ; stte.


Typo, Steve => -6r1c3
Marty R.
 
Posts: 1508
Joined: 23 October 2012
Location: Rochester, New York, USA

Re: October 9, 2016

Postby Ngisa » Sun Oct 09, 2016 12:34 pm

Code: Select all
+-------------+-----------+-----------+
| 5   3    4-6 | f46  9 2   | 1   7 8   |
| a46  9    1  | 48-6 7 48  | 3   5 2   |
| 8   2    7  | 3   5 1   | 4   6 9   |
+-------------+-----------+-----------+
| 1   57   9  | 2   6 578 | 78  3 4   |
| 37  67   38 | 1   4 9   | 678 2 5   |
| 2   4567 48 | 78  3 578 | 678 9 1   |
+-------------+-----------+-----------+
| 347 47   2  | 9   1 6   | 5   8 37  |
| b367 8    5  | e47  2 347 | 9   1 367 |
| 9   1    c36 | 5   8 d37  | 2   4 367 |
+-------------+-----------+-----------+

(6)r2c1 = r8c1 - (6=3)r9c3 - (3=7)r9c6 - (7=4)r8c4 - (4=6)r1c4 => -6 r1c3, r2c4; stte

Clement
Ngisa
 
Posts: 1384
Joined: 18 November 2012

Re: October 9, 2016

Postby Sudtyro2 » Sun Oct 09, 2016 3:25 pm

Code: Select all
 *-----------------------------------------------------------*
 | 5     3    d46    | 46    9     2     | 1     7     8     |
 | 46    9     1     | 468   7     48    | 3     5     2     |
 | 8     2     7     | 3     5     1     | 4     6     9     |
 |-------------------+-------------------+-------------------|
 | 1     57    9     | 2     6     578   | 78    3     4     |
 | 37    67    38    | 1     4     9     | 678   2     5     |
 | 2     4567 d48    |a7-8   3     578   | 678   9     1     |
 |-------------------+-------------------+-------------------|
 | 347   47    2     | 9     1     6     | 5     8     37    |
 | 367   8     5     |b47    2     347   | 9     1     367   |
 | 9     1    c36    | 5     8    c37    | 2     4     367   |
 *-----------------------------------------------------------*

7r6c4 = r8c4 - (7=36)r9c36 - (6=48)r16c3 => -8r6c4; stte

SteveC
Sudtyro2
 
Posts: 754
Joined: 15 April 2013


Return to Puzzles