I'm progressing but...

Post the puzzle or solving technique that's causing you trouble and someone will help

I'm progressing but...

Postby I Am Bruce » Mon Aug 04, 2008 3:49 pm

I'm progressing, but I've run into one I can't solve. I figure that once I learn what I'm missing here, I'll be able to solve many to come.

The published puzzle, an intermediate level is as follows:

Code: Select all
*-----------------------------------------------------------*
 | .           9     | .     7     .     | .     .     .     |
 | .     .     6     | 2     .     3     | 7     .     .     |
 | .     4     .     | .     9     .     | .     2     .     |
 |-------------------+-------------------+-------------------|
 | .     5     .     | .     .     1     | .     4     .     |
 | .     .     4     | .     .     .     | 2     .     7     |
 | .     9     .     | .     .     .     | .     9     .     |
 |-------------------+-------------------+-------------------|
 | .     9     .     | .     .     .     | .     8     2     |
 | .     .     1     | 3     .     6     | 9     7     .     |
 | .     .     .     | .     .     .     | 1     .     .     |
 *-----------------------------------------------------------*


I have solved it to this point:


Code: Select all
*-----------------------------------------------------------*
 | 2     3     9     | .     7     5     | .     .     .     |
 | 8     1     6     | 2     4     3     | 7     5     9     |
 | 7     4     5     | .     9     8     | .     2     .     |
 |-------------------+-------------------+-------------------|
 | 9     5     2     | 7     .     1     | .     4     .     |
 | .     6     4     | 8     5     9     | 2     .     7     |
 | .     9     7     | 4     .     2     | 5     9     .     |
 |-------------------+-------------------+-------------------|
 | .     9     3     | 5     1     7     | .     8     2     |
 | .     2     1     | 3     8     6     | 9     7     .     |
 | .     7     8     | 9     2     4     | 1     .     .     |
 *-----------------------------------------------------------*


With pencil marks:


Code: Select all
*-----------------------------------------------------------*
 | 2     3     9     | 16    7     5     | 48    16    48    |
 | 8     1     6     | 2     4     3     | 7     5     9     |
 | 7     4     5     | 16    9     8     | 36    2     136   |
 |-------------------+-------------------+-------------------|
 | 9     5     2     | 7     36    1     | 368   4     368   |
 | 13    6     4     | 8     5     9     | 2     13    7     |
 | 13    9     7     | 4     36    2     | 5     9     136   |
 |-------------------+-------------------+-------------------|
 | 46    9     3     | 5     1     7     | 46    8     2     |
 | 45    2     1     | 3     8     6     | 9     7     45    |
 | 56    7     8     | 9     2     4     | 1     36    356   |
 *-----------------------------------------------------------*


But, now I’m at a complete loss. I think the solution is either in column 9, but I can’t see what to do.

Thanks for any help.
I Am Bruce
 
Posts: 11
Joined: 04 February 2008

Postby Glyn » Mon Aug 04, 2008 4:41 pm

I Am Bruce there is something seriously wrong with this puzzle, your starting grid has two 9's in column 2 and row 6.
Glyn
 
Posts: 357
Joined: 26 April 2007

That would by a typo

Postby I Am Bruce » Mon Aug 04, 2008 6:05 pm

Column 2, Row 6 is supposed to be an "8." Thus, the puzzle, with pencil marks is actually:

Code: Select all
*-----------------------------------------------------------*
 | 2     3     9     | 16    7     5     | 48    16    48    |
 | 8     1     6     | 2     4     3     | 7     5     9     |
 | 7     4     5     | 16    9     8     | 36    2     136   |
 |-------------------+-------------------+-------------------|
 | 9     5     2     | 7     36    1     | 368   4     368   |
 | 13    6     4     | 8     5     9     | 2     13    7     |
 | 13    8     7     | 4     36    2     | 5     9     136   |
 |-------------------+-------------------+-------------------|
 | 46    9     3     | 5     1     7     | 46    8     2     |
 | 45    2     1     | 3     8     6     | 9     7     45    |
 | 56    7     8     | 9     2     4     | 1     36    356   |
 *-----------------------------------------------------------*
I Am Bruce
 
Posts: 11
Joined: 04 February 2008

Re: That would by a typo

Postby daj95376 » Mon Aug 04, 2008 6:28 pm

I Am Bruce wrote:Column 2, Row 6 is supposed to be 8.

Code: Select all
 +-----------------------+
 | . . 9 | . 7 . | . . . |
 | . . 6 | 2 . 3 | 7 . . |
 | . 4 . | . 9 . | . 2 . |
 |-------+-------+-------|
 | . 5 . | . . 1 | . 4 . |
 | . . 4 | . . . | 2 . 7 |
 | . 8 . | . . . | . 9 . |
 |-------+-------+-------|
 | . 9 . | . . . | . 8 2 |
 | . . 1 | 3 . 6 | 9 7 . |
 | . . . | . . . | 1 . . |
 +-----------------------+

 *** ERROR: puzzle has multiple solutions ***
daj95376
2014 Supporter
 
Posts: 2624
Joined: 15 May 2006

Postby I Am Bruce » Mon Aug 04, 2008 6:35 pm

Thanks for the answer. It certainly explains why I could not solve this one.
I Am Bruce
 
Posts: 11
Joined: 04 February 2008

Postby Pat » Tue Aug 05, 2008 9:58 am

daj95376 wrote:

*** ERROR: puzzle has multiple solutions ***



careful there, daj95376, someone might accuse you of giving out "bad information"
User avatar
Pat
 
Posts: 4056
Joined: 18 July 2005


Return to Help with puzzles and solving techniques