- Code: Select all
*-----------*
|6..|..3|...|
|.42|.9.|.7.|
|9.3|...|...|
|---+---+---|
|...|45.|.3.|
|.26|...|95.|
|.1.|.89|...|
|---+---+---|
|...|...|1.3|
|.5.|.7.|64.|
|...|6..|..7|
*-----------*
Play/Print this puzzle online
*-----------*
|6..|..3|...|
|.42|.9.|.7.|
|9.3|...|...|
|---+---+---|
|...|45.|.3.|
|.26|...|95.|
|.1.|.89|...|
|---+---+---|
|...|...|1.3|
|.5.|.7.|64.|
|...|6..|..7|
*-----------*
*-----------------------------------------------------*
| 6 78 1 | 57 24 3 | 48 29 259 |
| 5 4 2 | 8 9 1 | 3 7 6 |
| 9 78 3 | 57 6 24 | 48 1 25 |
|-----------------+-----------------+-----------------|
| 78 9 78 | 4 5 6 | 2 3 1 |
| 4 2 6 | 1 3 7 | 9 5 8 |
| 3 1 5 | 2 8 9 | 7 6 4 |
|-----------------+-----------------+-----------------|
| 278 6 478 | 9 24 5 | 1 28 3 |
| 1 5 a89 | 3 7 b28 | 6 4 29 |
| 28 3 d48-9 | 6 1 c248 | 5 289 7 |
*-----------------------------------------------------*
*--------------------------------------------------*
| 6 78 1 | 57 ad24 3 |a8-4 a29 259 |
| 5 4 2 | 8 9 1 | 3 7 6 |
| 9 78 3 | 57 6 c24 | 48 1 25 |
*----------------+----------------+----------------|
| 78 9 78 | 4 5 6 | 2 3 1 |
| 4 2 6 | 1 3 7 | 9 5 8 |
| 3 1 5 | 2 8 9 | 7 6 4 |
*----------------+----------------+----------------|
| 278 6 478 | 9 24 5 | 1 28 3 |
| 1 5 89 | 3 7 28 | 6 4 29 |
|b28 3 489 | 6 1 b248 | 5 b289 7 |
*--------------------------------------------------*
+------------+-----------+------------+
| 6 78 1 | 57 24 3 | 48 29 259 |
| 5 4 2 | 8 9 1 | 3 7 6 |
| 9 78 3 | 57 6 24 | 48 1 25 |
+------------+-----------+------------+
| 78 9 78 | 4 5 6 | 2 3 1 |
| 4 2 6 | 1 3 7 | 9 5 8 |
| 3 1 5 | 2 8 9 | 7 6 4 |
+------------+-----------+------------+
| 278 6 c478 | 9 d24 5 | 1 28 3 |
| 1 5 a89 | 3 7 e28 | 6 4 f2-9 |
| 28 3 b489 | 6 1 248 | 5 289 7 |
+------------+-----------+------------+
Ngisa wrote:
- Code: Select all
+------------+-----------+------------+
| 6 78 1 | 57 24 3 | 48 29 259 |
| 5 4 2 | 8 9 1 | 3 7 6 |
| 9 78 3 | 57 6 24 | 48 1 25 |
+------------+-----------+------------+
| 78 9 78 | 4 5 6 | 2 3 1 |
| 4 2 6 | 1 3 7 | 9 5 8 |
| 3 1 5 | 2 8 9 | 7 6 4 |
+------------+-----------+------------+
| 278 6 c478 | 9 d24 5 | 1 28 3 |
| 1 5 a89 | 3 7 e28 | 6 4 f2-9 |
| 28 3 b489 | 6 1 248 | 5 289 7 |
+------------+-----------+------------+
(9)r8c3 = (9-4)r9c3 = r7c3 - (4=2)r7c5 - r8c6 = (2)r8c9 => - 9 r8c9; stte
Clement
Can anyone show me how to align the grid.
+-------------------+------------------+-------------------+
| 6 78 1 | 57 a24 3 | 48 a29 259 |
| 5 4 2 | 8 9 1 | 3 7 6 |
| 9 78 3 | 57 6 2-4 | 48 1 25 |
+-------------------+------------------+-------------------+
| 78 9 78 | 4 5 6 | 2 3 1 |
| 4 2 6 | 1 3 7 | 9 5 8 |
| 3 1 5 | 2 8 9 | 7 6 4 |
+-------------------+------------------+-------------------+
| 278 6 478 | 9 2-4 5 | 1 28 3 |
| 1 5 89 | 3 7 28 | 6 4 29 |
| b28 3 489 | 6 1 b248 | 5 b289 7 |
+-------------------+------------------+-------------------+
Clement, I just copy the grid into an editor that uses a fixed pitch font and then add/subtract spaces to line things up. If you're using Windows, WordPad is included and will do the job. When it looks the way you want, re-copy the result and paste it into your post.
Thanks Steve.SteveG48 wrote:Ngisa wrote:[code]
Clement, I just copy the grid into an editor that uses a fixed pitch font and then add/subtract spaces to line things up. If you're using Windows, WordPad is included and will do the job. When it looks the way you want, re-copy the result and paste it into your post.