Egg 5

Post puzzles for others to solve here.

Egg 5

Postby eleven » Tue Apr 18, 2017 8:22 pm

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

Last one.
(sorry, if someone copied egg4 again)
eleven
 
Posts: 3094
Joined: 10 February 2008

Re: Egg 5

Postby Cenoman » Tue Apr 18, 2017 9:06 pm

Code: Select all
 +---------------------+-----------------------+------------------+
 |  8    6      4      |  5        1    2      |  9     7    3    |
 |  2    5      9      |  6        7    3      |  4     8    1    |
 |  17   17     3      | d89       4   c89     |  2     6    5    |
 +---------------------+-----------------------+------------------+
 |  6    9      127    | e1237     5    17     |  137   4    8    |
 |  4    1278  a1278   | e123789  f3-8  1789   |  137   5    6    |
 |  3    178    5      |  178      6    4      |  17    2    9    |
 +---------------------+-----------------------+------------------+
 |  5    3      17     |  17       2    6      |  8     9    4    |
 |  17   4     a28     |  1378     9    5      |  6     13   27   |
 |  9   a28     6      |  4       a38  b178    |  5     13   27   |
 +---------------------+-----------------------+------------------+

Almost kite(8)c3,r9:
[Kite(8)r5c3=r8c3-r9c2*=r9c5] = (8)r9c6 - (8=9)r3c6 - r3c4 = (29-3)r45c4 = (3)r5c5 => -8 r5c5; stte

Cenoman
Cenoman
Cenoman
 
Posts: 2742
Joined: 21 November 2016
Location: France

Re: Egg 5

Postby SteveG48 » Wed Apr 19, 2017 12:22 am

Code: Select all
 *------------------------------------------------------------------------------*
 | 8       6       4       |  5       1       2       | 9       7       3       |
 | 2       5       9       |  6       7       3       | 4       8       1       |
 | 17      17      3       |  89      4       89      | 2       6       5       |
 *-------------------------+--------------------------+-------------------------|
 | 6       9       127     |  1237    5       17      | 137     4       8       |
 | 4       1278    1278    |  123789 c38      1789    | 137     5       6       |
 | 3      e178     5       |dh178     6       4       | 17      2       9       |
 *-------------------------+--------------------------+-------------------------|
 | 5       3       17      | h17      2       6       | 8       9       4       |
 | 17      4      g28      | h1378    9       5       | 6       1-3     27      |
 | 9      f28      6       |  4      b38      178     | 5      a13      27      |
 *------------------------------------------------------------------------------*


3r9c8 = (3-8)r9c5 = r5c5 - (8*)r6c4 = r6c2 - r9c2 = r8c3 - (8|*8=173)r678c4 => -3 r8c8 ; stte

Or, leave off the first two terms and get:

(3=8)r5c5 - (8*)r6c4 = r6c2 - r9c2 = r8c3 - (8|*8=173)r678c4 => -3 r9c5 ; stte
Steve
User avatar
SteveG48
2019 Supporter
 
Posts: 4234
Joined: 08 November 2013
Location: Orlando, Florida

Re: Egg 5

Postby eleven » Wed Apr 19, 2017 8:48 pm

Code: Select all
 *----------------------------------------------------*
 | 8   6     4     | 5       1   2     | 9    7   3   |
 | 2   5     9     | 6       7   3     | 4    8   1   |
 | 17  17    3     | 89      4   89    | 2    6   5   |
 |-----------------+-------------------+--------------|
 | 6   9     2-17  | 1237    5  #17    | 137  4   8   |
 | 4   1278  1278  | 123789 a38  1789  | 137  5   6   |
 | 3   178   5     |A17+8    6   4     | 17   2   9   |
 |-----------------+-------------------+--------------|
 | 5   3    #17    |#17      2   6     | 8    9   4   |
 | 17  4     28    | 1378    9   5     | 6    13  27  |
 | 9   28    6     | 4      b38 B17+8  | 5    13  27  |
 *----------------------------------------------------*

Flip flop remote pairs. The 8 in c5 toggles, which one is valid.
RP17r4c6,r6c4,r7c34 = 8r6c4-r5c5=r9c5-8r9c6 = RP17r4c6,r7c34,r9c6 => -17r4c3, stte
[Edited typos, thanks Steve]
Last edited by eleven on Wed Apr 19, 2017 10:17 pm, edited 1 time in total.
eleven
 
Posts: 3094
Joined: 10 February 2008

Re: Egg 5

Postby SteveG48 » Wed Apr 19, 2017 9:10 pm

eleven wrote:
Code: Select all
 *----------------------------------------------------*
 | 8   6     4     | 5       1   2     | 9    7   3   |
 | 2   5     9     | 6       7   3     | 4    8   1   |
 | 17  17    3     | 89      4   89    | 2    6   5   |
 |-----------------+-------------------+--------------|
 | 6   9     2-17  | 1237    5  #17    | 137  4   8   |
 | 4   1278  1278  | 123789 a38  1789  | 137  5   6   |
 | 3   178   5     |A17+8    6   4     | 17   2   9   |
 |-----------------+-------------------+--------------|
 | 5   3    #17    |#17      2   6     | 8    9   4   |
 | 17  4     28    | 1378    9   5     | 6    13  27  |
 | 9   28    6     | 4      b38 B17+8  | 5    13  27  |
 *----------------------------------------------------*

Flip flop remote pairs. The 8 in c5 toggles, which one is valid.
RP17r1c6,r6c4,r7c34 = 8r6c4-r5c5=r9c5-8r9c6 = RP17r1c6,r7c34,r9c6 => -17r4c3, stte


Really nice, Eleven, but shouldn't both of the r1c6 references be r4c6?
Steve
User avatar
SteveG48
2019 Supporter
 
Posts: 4234
Joined: 08 November 2013
Location: Orlando, Florida

Re: Egg 5

Postby eleven » Wed Apr 19, 2017 10:19 pm

Of course, thanks, can't make it without typos ...
eleven
 
Posts: 3094
Joined: 10 February 2008


Return to Puzzles