Page 17 of 18

Posted: Fri Feb 16, 2007 7:23 pm
by deagol
Image

Posted: Sun Mar 11, 2007 7:02 am
by deagol
Acid, you asked for it:

Find a 3-digit number (all different digits) such that it's a multiple of each of its 3 digits.
Rearrange the same digits to make a different number, this time a multiple of only 2 of its digits.
Rearrange it once again to make a multiple of only 1 of its digits.
Rearrange it one last time to make multiple of none of its digits.

Now convert this last one into letters such that 0=a, 1=b, 2=c, etc. Translate. Interpret personally, or subjectively (sorry for being redundant). The solution should answer to the question, "what/who is ___?" Now, don't answer here, as there's another thread that was created precisely for that purpose (your answer is probably there already), so just post a link here to prove that you've solved it.

Posted: Sun Mar 11, 2007 8:05 pm
by ignatzmouse
deagol wrote:Now, don't answer here, as there's another thread that was created precisely for that purpose (your answer is probably there already), so just post a link here to prove that you've solved it.
OK, I got a solution but I failed the hunt-down-the-answer-thread part of the exercise. Any hints?

Posted: Sun Mar 11, 2007 9:34 pm
by deagol
ignatzmouse wrote:
deagol wrote:Now, don't answer here, as there's another thread that was created precisely for that purpose (your answer is probably there already), so just post a link here to prove that you've solved it.
OK, I got a solution but I failed the hunt-down-the-answer-thread part of the exercise. Any hints?
Did you translate the 3-letter word?

Posted: Sun Mar 11, 2007 9:40 pm
by ignatzmouse
deagol wrote:
ignatzmouse wrote:
deagol wrote:Now, don't answer here, as there's another thread that was created precisely for that purpose (your answer is probably there already), so just post a link here to prove that you've solved it.
OK, I got a solution but I failed the hunt-down-the-answer-thread part of the exercise. Any hints?
Did you translate the 3-letter word?
The translation I got is the 15th word in this post: http://lonelygirl15.com/forum/viewtopic ... 517#258517

Posted: Sun Mar 11, 2007 9:51 pm
by deagol
ignatzmouse wrote: The translation I got is the 15th word in this post: http://lonelygirl15.com/forum/viewtopic ... 517#258517
Ok, the thread you're looking for had been inactive for about a month until someone posted to it today, presumably to claim they solved this, I think.

Posted: Sun Mar 11, 2007 10:15 pm
by horcruxes
deagol wrote:Ok, the thread you're looking for had been inactive for about a month until someone posted to it today, presumably to claim they solved this, I think.
correct because i won.
duh.

Posted: Sun Mar 11, 2007 10:26 pm
by deagol
horcruxes wrote:
deagol wrote:Ok, the thread you're looking for had been inactive for about a month until someone posted to it today, presumably to claim they solved this, I think.
correct because i won.
duh.
No, you took a shortcut. That thread isn't the solution, but just a way to show you worked out the logic. It's almost as bad as what acid did. But at least you used some deductive reasoning. You get a star. :P

Posted: Sun Mar 11, 2007 10:38 pm
by horcruxes
i still won. :D

not my fault your writing gave the answer away.

Posted: Sun Mar 11, 2007 11:10 pm
by deagol
horcruxes wrote:i still won. :D

not my fault your writing gave the answer away.
It did not! See ignatzmouse above. And you still didn't answer what/who is __? ...thankfully! andway esyay, iway inkthay ouyay idday anagemay otay avehay ethay ongestlay oneway, ouyay egomaniacway! :lol:

Posted: Mon Mar 12, 2007 6:58 am
by ignatzmouse
deagol wrote:
horcruxes wrote:i still won. :D

not my fault your writing gave the answer away.
It did not! See ignatzmouse above. And you still didn't answer what/who is __? ...thankfully! andway esyay, iway inkthay ouyay idday anagemay otay avehay ethay ongestlay oneway, ouyay egomaniacway! :lol:
OK, I found the thread now, by cheating and looking at horcruxes' recent postings!

Posted: Mon Mar 12, 2007 7:42 am
by deagol
ignatzmouse wrote:OK, I found the thread now, by cheating and looking at horcruxes' recent postings!
Don't worry, cheating seems to be the norm around here. :roll:

Given your professional background, it's possible that you followed a similar methodology as acidfingers (computer-assisted exhaustive search). Although it's a valid solution, this is a puzzle and thus I'm giving points for elegance and insightful approaches (horcruxes gets some points there, eventhough she didn't get the number or even the word).

So, if you can show some logic process through which you narrowed down to a few possible 3-digit numbers, I'll declare you the official winner (that should make them so angry... awesome! :lol:). If you also ran a script, you get second place after horcruxes/watchBot tied in first.

Posted: Mon Mar 12, 2007 8:27 am
by ignatzmouse
deagol wrote:
ignatzmouse wrote:OK, I found the thread now, by cheating and looking at horcruxes' recent postings!
Don't worry, cheating seems to be the norm around here. :roll:

Given your professional background, it's possible that you followed a similar methodology as acidfingers (computer-assisted exhaustive search). Although it's a valid solution, this is a puzzle and thus I'm giving points for elegance and insightful approaches (horcruxes gets some points there, eventhough she didn't get the number or even the word).

So, if you can show some logic process through which you narrowed down to a few possible 3-digit numbers, I'll declare you the official winner (that should make them so angry... awesome! :lol:). If you also ran a script, you get second place after horcruxes/watchBot tied in first.
In white-on-white-no-spoiler-ovision:
Notation: SN = 3-digit number where N of the three digits are divisors of SN.

Some heuristics to cut down the search space:

0: not a divisor of anything, so can't be a digit in S3. #
1: a divisor of everything, so can't be a digit in S0. #
2: S3 must be even, S0 must be odd, so S0 must contain an odd digit.
3: S3 is a multiple of 3, so its digits sum to 3, so S0 is a multiple of 3 also. #
5: S3 is multiple of 5, so must end with 5, so can't contain any even digits. Since 1,3,9 are knocked out, 5 is knocked out also. #
6: digits must sum to 3. S0 will be a multiple of 3, so must end in an odd digit.
9: same argument as for 3. #

The sets of digits we're left with are:

{2,4,7} {2,6,7} {2,7,8} {4,7,8} {6,7,8}

And so the possible S3s are:

672 728 784

which gives:

S3=672 S2=762 S1=???
S3=728 S2=872 S1=782 S0=827=ich
S3=784 S2=???

and so "___" is "that devilishly handsome guy in the mirror."
I can imagine anger coming up... :-)

Posted: Mon Mar 12, 2007 10:54 am
by deagol
ignatzmouse wrote: In white-on-white-no-spoiler-ovision:
Notation: SN = 3-digit number where N of the three digits are divisors of SN.

Some heuristics to cut down the search space:

0: not a divisor of anything, so can't be a digit in S3. #
1: a divisor of everything, so can't be a digit in S0. #
2: S3 must be even, S0 must be odd, so S0 must contain an odd digit.
3: S3 is a multiple of 3, so its digits sum to 3, so S0 is a multiple of 3 also. #
5: S3 is multiple of 5, so must end with 5, so can't contain any even digits. Since 1,3,9 are knocked out, 5 is knocked out also. #
6: digits must sum to 3. S0 will be a multiple of 3, so must end in an odd digit.
9: same argument as for 3. #

The sets of digits we're left with are:
...
I can imagine anger coming up... :-)
That's just... perfect! You totally get the "Martin" award.

Image

Posted: Mon Mar 12, 2007 10:59 am
by Ziola
:(

I seriously hate this thread. I keep checking back in the hopes that something will click in my brain, but it just doesn't. :?