The Letter M

Post puzzles for others to solve here.

The Letter M

Postby m_b_metcalf » Sat Apr 22, 2023 1:36 pm

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

12.....3456.....274.7...6.17.4...1.28..6.7..56..2.5..32...3...63.......991.....58
User avatar
m_b_metcalf
2017 Supporter
 
Posts: 13586
Joined: 15 May 2006
Location: Berlin

Re: The Letter M

Postby jco » Sat Apr 22, 2023 3:48 pm

After basics
Code: Select all
.-----------------------------------------------------.
| 1    2    9    |  78    67    68   | 5    3    4    |
| 5    6    3    |  14    9     14   | 8    2    7    |
| 4    8    7    | a35    25    23   | 6    9    1    |
|----------------+-------------------+----------------|
| 7    5    4    | a39    8     3-9  | 1    6    2    |
| 8    3    2    |  6     1     7    | 9    4    5    |
| 6    9    1    |  2     4     5    | 7    8    3    |
|----------------+-------------------+----------------|
| 2    7    58   | d59(8) 3    e89   | 4    1    6    |
| 3    4    58   |dc1(58) 56   d16(8)| 2    7    9    |
| 9    1    6    |  47    27    24   | 3    5    8    |
'-----------------------------------------------------'

(9=35)r34c4 - (5)r8c4 = BUG+3 = (8)r78c4|r8c6 - (8=9)r7c6 => -9 r4c6; ste
JCO
jco
 
Posts: 713
Joined: 09 June 2020

Re: The Letter M

Postby SteveG48 » Sat Apr 22, 2023 4:03 pm

Code: Select all
 *--------------------------------------------------*
 | 1    2    9    | 78  b67  c68   | 5    3    4    |
 | 5    6    3    |e14   9   d1-4  | 8    2    7    |
 | 4    8    7    | 35   25   23   | 6    9    1    |
 *----------------+----------------+----------------|
 | 7    5    4    | 39   8    39   | 1    6    2    |
 | 8    3    2    | 6    1    7    | 9    4    5    |
 | 6    9    1    | 2    4    5    | 7    8    3    |
 *----------------+----------------+----------------|
 | 2    7    58   | 589  3    89   | 4    1    6    |
 | 3    4    58   | 158  56  d168  | 2    7    9    |
 | 9    1    6    | 7-4 a27  a24   | 3    5    8    |
 *--------------------------------------------------*


(4=27)r9c56 - (7=6)r1c5 - 6r1c6 = (61)r28c6 - (1=4)r2c4 => -4 r2c3,r9c4 ; ste
Steve
User avatar
SteveG48
2019 Supporter
 
Posts: 4261
Joined: 08 November 2013
Location: Orlando, Florida

Re: The Letter M

Postby P.O. » Sat Apr 22, 2023 5:51 pm

Code: Select all
1    2    9    78   67   68   5    3    4             
5    6    3    14   9    14   8    2    7             
4    8    7    35   25   23   6    9    1             
7    5    4    39   8    39   1    6    2             
8    3    2    6    1    7    9    4    5             
6    9    1    2    4    5    7    8    3             
2    7    58   589  3    89   4    1    6             
3    4    58   158  56   168  2    7    9             
9    1    6    47   27   24   3    5    8             

7r1c4 => r8c46 <> 1
 r1c4=7 - r9c4{n7 n4} - r2c4{n4 n1}
 r1c4=7 - r1c5{n7 n6} - c6n6{r1 r8}
 
=> r1c4 <> 7
ste.
P.O.
 
Posts: 1399
Joined: 07 June 2021

Re: The Letter M

Postby Cenoman » Sat Apr 22, 2023 7:59 pm

Code: Select all
 +-----------------+-------------------+-----------------+
 |  1    2    9    | d78    67   68    |  5    3    4    |
 |  5    6    3    | d14    9    14    |  8    2    7    |
 |  4    8    7    |  35    25   23    |  6    9    1    |
 +-----------------+-------------------+-----------------+
 |  7    5    4    |  39    8    39    |  1    6    2    |
 |  8    3    2    |  6     1    7     |  9    4    5    |
 |  6    9    1    |  2     4    5     |  7    8    3    |
 +-----------------+-------------------+-----------------+
 |  2    7    58*  | b589*  3   a89    |  4    1    6    |
 |  3    4    58*  | c158*  56   168   |  2    7    9    |
 |  9    1    6    | d47    27   24    |  3    5    8    |
 +-----------------+-------------------+-----------------+

UR(58)r78c34 using internals:
(8=9)r7c6 - (9)r7c4 == (1)r8c4 - (1=478)r129c4 => -8 r1c6; ste
Cenoman
Cenoman
 
Posts: 2765
Joined: 21 November 2016
Location: France

Re: The Letter M

Postby Leren » Sat Apr 22, 2023 8:28 pm

Code: Select all
*------------------------------*
| 1 2 9  |e78  67 d68  | 5 3 4 |
| 5 6 3  |a14  9  b14  | 8 2 7 |
| 4 8 7  | 35  25  23  | 6 9 1 |
|--------+-------------+-------|
| 7 5 4  | 39  8   39  | 1 6 2 |
| 8 3 2  | 6   1   7   | 9 4 5 |
| 6 9 1  | 2   4   5   | 7 8 3 |
|--------+-------------+-------|
| 2 7 58 | 589 3   89  | 4 1 6 |
| 3 4 58 | 158 56 c168 | 2 7 9 |
| 9 1 6  |f7-4 27  24  | 3 5 8 |
*------------------------------*

(4) r2c4 = (4-1) r2c6 = (1-6) r8c6 = (6-8) r1c6 = (8-7) r1c4 = (7) r9c4 => - 4 r9c4; stte

Leren
Leren
 
Posts: 5046
Joined: 03 June 2012


Return to Puzzles