mersenneforum.org

mersenneforum.org (https://www.mersenneforum.org/index.php)
-   Puzzles (https://www.mersenneforum.org/forumdisplay.php?f=18)
-   -   October 2017 (https://www.mersenneforum.org/showthread.php?t=22629)

Xyzzy 2017-10-08 01:16

October 2017
 
[url]https://researchweb.watson.ibm.com/haifa/ponderthis/challenges/October2017.html[/url]

Dr Sardonicus 2017-10-09 18:14

The statement of the problem seems to be grammatically inconsistent. "The solutions for the polynomial equation [...] encode" is plural, but the question "What does it encode?" is singular.

Dieter 2017-10-26 06:25

[B]There is a Hint:[/B]

[B]Hint (23/10):[/B] View the solutions in Binary.

LaurV 2017-10-27 06:09

Well, we solved the math part in the first few minutes after it was posted on this forum by Xyzzy, with a blind, exhaustive search, just drop the poly in pari and write a for-next cycle (it takes just few seconds to run through 11 million possibilities of the search space and to spit the 5 solutions).

And putting the solutions in excel, playing with them in different basis, including base 2 (24 bits, or 3 bytes, each), and giving different colors to 0-s and 1-s, etc, it was the first thing we did, of course.

It very clearly appears to be something written, but we could not guess what, even if we did different permutations of the solutions, or copy/pasted bytes from here to there... One bit (of the A, or Y, if you look upside down or sort the solutions in descending order) seems indeed "out of place", but we have no idea what it means... We guess we lack the history part, and/or the pattern matching IQ-related part, but (from the very short list of solvers, which does not include names that we know and fear from this forum) we are happy that we are not alone lacking it :razz:

We gave up after those first minutes, then forgot about it. Maybe time to revisit...

Batalov 2017-10-29 19:07

Tough one! :rolleyes:

Dieter 2017-10-30 07:01

[FONT=Times New Roman][SIZE=3][/SIZE][/FONT][FONT=SFNSText]I tested several methods ofencoding (interpreting the solutions as hexavigesimal numbers, base 32, base64, [/FONT][SIZE=3][FONT=Calibri]Baudot-Murray- Codenew = International telegraphy alphabet No. 2 and the older version No.1). [/FONT][/SIZE]
[FONT=Times New Roman][SIZE=3][/SIZE][/FONT][FONT=Calibri][SIZE=3]5!=120permutations of the solutions, 5*24=120 possibilities of changing one bit – soI had in each case 14400 strings. Checking these strings for “IBM” or“SECurity” and other key-words found in the web, there were results, but notgood enough for the puzzlemaster.[/SIZE][/FONT]
[FONT=Times New Roman][SIZE=3][/SIZE][/FONT][FONT=Calibri][SIZE=3]For me, thehint “look in binary” was crucial. The bit seeming “out of place” is [FONT=Calibri]not [/FONT][COLOR=black][FONT=Calibri]necessarily[/FONT][/COLOR][/SIZE][SIZE=3] [/SIZE][SIZE=3]the“error bit”… [/SIZE][SIZE=3] [/SIZE][/FONT]
[FONT=Times New Roman][SIZE=3][/SIZE][/FONT]

LaurV 2017-11-02 15:05

That's exactly what I did in Excel, moreover I used exactly the same colors, haha... I played with the order of the solutions, more like "increasing" and "decreasing" order, but not much mixing, and of course the meaning didn't jump in my face... OTOH, I was fixed on the fact that the bit on the tail of the Q is the wrong one, it seemed really out of place, especially in the decreasing order of the solutions (where the letter forms a "Y").

Well... next time. :razz:

Dr Sardonicus 2017-11-03 17:15

The question I had from the start was, "Encode [i]how[/i]?" Trying the usual suspects (base-256 and base-128 digits as ASCII codes, base-26 digits as letters) gave no joy.

After (pursuant to the hint) printing out the binary digits of the solutions [i]listed in a column, one solution per row[/i], it occurred to me that that the answer might be an "ASCII art" rendering of a word or acronym (which made me roll my eyes), and it was probably the name of one of the IBM security products. I had actually flagged the one that turned out to be the answer while considering base-256 digits, because the number of letters was about right. But, there being 120 ways of ordering the 5 solutions, I felt that, if this was it, it wasn't worth the effort, and I abandoned the puzzle. After looking at the answer, it is still not clear to me what rationale there might be for printing the solutions to the congruence in the particular order they are printed to get the answer.

Nonetheless, working on the puzzle was of some benefit to me. I became more familiar with Pari-GP -- in particular, its functions binary(), factormod(), and polrootspadic(). [This last one came up in relation to a completely different topic, but I realized that it gives a way of avoiding the fiddling with signs required if you use factormod(), which was what I had been using to factor polynomials mod a prime.]

Batalov 2017-11-03 17:39

I used 'dc'

[CODE]> dc
2o 4597286 p
10001100010011000100110
10835281 p
101001010101010101010001
[/CODE]

"[URL="https://www.urbandictionary.com/define.php?term=Easy%20Peasy"]Easy-peasy[/URL]" as someone named Bob said. (which is a nice touch of authenticity - because that Tv show is set in the early 80s. No one says this anymore these days.)

Xyzzy 2017-11-07 15:18

[url]https://researchweb.watson.ibm.com/haifa/ponderthis/solutions/October2017.html[/url]


All times are UTC. The time now is 03:50.

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2021, Jelsoft Enterprises Ltd.