Sorry QBasicMac, but I'm stuck on this one.

Advanced methods and approaches for solving Sudoku puzzles

Sorry QBasicMac, but I'm stuck on this one.

Postby issac newton » Tue Oct 18, 2005 3:29 pm

There must be something so simple here that a blind man would see it....unfortunalely, however, I am not blind

The left contains the original puzzle and the right is the pitiful stuff I added

- - - 3 - 5 - 2 - - - - 3 - 5 - 2 1
- - 1 8 - - - - - - - 1 8 - - - - -
- 9 3 7 - - 6 - - - 9 3 7 - 1 6 - -
- 6 - - - - - - - - 6 - - - - 4 1 -
- - - 5- - 2 8 - -3 - 5 1- 2 8 -
- 1 - - 8 4 - 9 - - 1 - - 8 4 - 9 -
3 - - - - 2 - - 4 3 - - 1 - 2 - - 4
- - - - 5 - 1 6 - - - - - 5 - 1 6 -
- 7 - - - - - - - 1 7 - - - - - - -

Can anyone assist a blind man?

Thanks
issac newton
 
Posts: 4
Joined: 11 October 2005

Postby PaulIQ164 » Tue Oct 18, 2005 3:37 pm

Well, for one thing, it's much better to post the two puzzles one on top of the other. Horizontal spacing never works unless you know how to use the CODE function.
PaulIQ164
 
Posts: 533
Joined: 16 July 2005

Postby Kites » Tue Oct 18, 2005 4:06 pm

Code: Select all
unless you know how to use the CODE function.


Hi PaulIQ164, Where does one find the instructions of how to use the functions and what they do?
Kites
 
Posts: 48
Joined: 20 May 2005

Postby CathyW » Tue Oct 18, 2005 4:23 pm

There is a pair (3,7) in row 8. This allows some eliminations and hopefully you can then finish the puzzle fairly easily. HTH

I'd like to know if there are instructions for the 'code' too.
CathyW
 
Posts: 316
Joined: 20 June 2005

Postby MCC » Tue Oct 18, 2005 4:30 pm

There are two ways of using 'code', I believe.

1-Type in the numbers,highlight the numbers and click on 'code'.

2-Click on 'code', put in your numbers and then click on 'code' again.

Hope this helps.
MCC
 
Posts: 1275
Joined: 08 June 2005

Postby r.e.s. » Tue Oct 18, 2005 8:40 pm

MCC wrote:There are two ways of using 'code', I believe.

1-Type in the numbers,highlight the numbers and click on 'code'.

2-Click on 'code', put in your numbers and then click on 'code' again.

Hope this helps.


3-Use either of the above methods, but instead of typing directly in the posting window, type the text in a fixed-width font (e.g. Courier New) in an editor or word processor, and copy/paste it to the posting window. This avoids having to use Preview repeatedly to get the spacing right. (Of course you want to Preview once before posting, in any case.)

Here are the posted grids reformatted by this method:
Code: Select all
#1:

- - -  3 - 5  - 2 -
- - 1  8 - -  - - - 
- 9 3  7 - -  6 - - 

- 6 -  - - -  - - -
- - -  5 - -  2 8 -
- 1 -  - 8 4  - 9 -

3 - -  - - 2  - - 4
- - -  - 5 -  1 6 -
- 7 -  - - -  - - -

#2:

- - -  3 - 5  - 2 1
- - 1  8 - -  - - -
- 9 3  7 - 1  6 - -

- 6 -  - - -  4 1 -
- 3 -  5 1 -  2 8 -
- 1 -  - 8 4  - 9 -

3 - -  1 - 2  - - 4
- - -  - 5 -  1 6 -
1 7 -  - - -  - - -
Last edited by r.e.s. on Wed Oct 19, 2005 2:01 am, edited 4 times in total.
r.e.s.
 
Posts: 337
Joined: 31 August 2005

Postby CathyW » Tue Oct 18, 2005 8:49 pm

Thank you MCC and res - will try one of those methods soon I'm sure. Certainly makes sense to use fixed width font and then paste in.
CathyW
 
Posts: 316
Joined: 20 June 2005


Return to Advanced solving techniques