The five cells are located on the number (7) at these locations.
r4c4 r4c7 r5c4 r6c5 and r6c7
I would appreciate any help you can give me in the logic needed to solve the Turbo Fish.. Thanks.
- Code: Select all
*-----------*
|..4|.9.|8.6|
|.31|6..|...|
|2..|...|...|
|---+---+---|
|...|..5|...|
|..6|.1.|9..|
|...|4..|...|
|---+---+---|
|...|...|..7|
|...|..7|42.|
|8.9|.6.|3..|
*-----------*
*-----------*
|754|392|816|
|931|6.8|...|
|268|.41|.93|
|---+---+---|
|...|9.5|.6.|
|..6|.13|9..|
|.9.|4.6|.3.|
|---+---+---|
|...|..9|687|
|61.|..7|429|
|879|264|351|
*-----------*
*-----------------------------------------------------------*
| 7 5 4 | 3 9 2 | 8 1 6 |
| 9 3 1 | 6 57 8 | 27 47 245 |
| 2 6 8 | 57 4 1 | 57 9 3 |
|-------------------+-------------------+-------------------|
| 134 248 237 | 9 278 5 | 127 6 248 |
| 45 248 6 | 78 1 3 | 9 47 2458 |
| 15 9 257 | 4 278 6 | 1257 3 258 |
|-------------------+-------------------+-------------------|
| 345 24 235 | 15 35 9 | 6 8 7 |
| 6 1 35 | 58 358 7 | 4 2 9 |
| 8 7 9 | 2 6 4 | 3 5 1 |
*-----------------------------------------------------------*
[Edited by udosuk: code tags added]