Login | Register

Nerd Paradise

Best viewed with Netscape Navigator 3.0
The Forum > Puzzles > solve a puzzle, give a puzzle
D'oh. I see it now. I'm going to assume I found it since I'm on windows and my newline is entirely different from your newline.
[Quote] [Link]
Blake said:
D'oh. I see it now. I'm going to assume I found it since I'm on windows and my newline is entirely different from your newline.

Eww..it sure is different! Cygwin gets it right, but even that probably depends on using the 'UNIX-style line endings' option in the installer.
[Quote] [Link]
gws is correct, your turn.
[Quote] [Link]
This might be really old and well-known because I read it in a fortune file. Nevertheless, here goes:

A little word of doubtful number,
a foe to rest and peaceful slumber.
If you add an 's' to this,
great is the metamorphosis:
plural is plural now no more,
and sweet what bitter was before.

What am I?
[Quote] [Link]
cares

That one mostly works, but it's definitely plural, so doesn't fit the "doubtful number" part.

...I just realized that the answer I had in mind doesn't fit all the clues either.
[Quote] [Link]
gws said:
cares

That one mostly works, but it's definitely plural, so doesn't fit the "doubtful number" part.

...I just realized that the answer I had in mind doesn't fit all the clues either.

I have consulted the all-knowing Google and result #1 confirms that awesomeguy has the correct answer.
[Quote] [Link]
gws said:
gws said:
cares

That one mostly works, but it's definitely plural, so doesn't fit the "doubtful number" part.

...I just realized that the answer I had in mind doesn't fit all the clues either.

I have consulted the all-knowing Google and result #1 confirms that awesomeguy has the correct answer.

I have no doubt that awesomeguy also consulted the all-knowing google.
[Quote] [Link]
Well, no. I consulted the all-knowing colleague
[Quote] [Link]
I don't find much difference.
[Quote] [Link]
POST SOME @#$%ING CATS

I mean... next puzzle, please!
[Quote] [Link]
gws said:
POST SOME @#$%ING CATS

Ok.
One LOLcat gives birth to 2 more LOLcats every 30 minutes. A LOLcat dies after 1 week.
Approximately how many LOLcats are there in 1 year?

or
How many words can you find that have the letters C, A, and T in them?


PROBLEM 1 ANSWER: Programmed it, and then primefactorized it.
cats=[1]
totalcats=1
death=48*7
length=365*24*2
for i in range(length):
    cats=[totalcats*2]+cats
    totalcats+=totalcats*2
    if cats==death:
        totalcats-=cats[death]
        del cats[death]

Answer: 317519 cats.
[Quote] [Link]
For the second question, a quick test using my word list gives 7358 words.

grep -E '(c.*(a.*t|t.*a)|a.*(c.*t|t.*c)|t.*(a.*c|c.*a))' /usr/share/dict/words

The complete word list cannot fit here, it gets cut off right after plutocracy.
[Quote] [Link]
beary605 said:
One LOLcat gives birth to 2 more LOLcats every 30 minutes. A LOLcat dies after 1 week.
Approximately how many LOLcats are there in 1 year?



Oh my god. I just realized the insanity of this problem.
[Quote] [Link]
It's trivial to show that the upper bound is slightly less than 217532.
[Quote] [Link]
It's been to long since my last math course. I know what I'd need to do to solve that problem I just don't remember how to actually do it.
[Quote] [Link]
beary605 said:
One LOLcat gives birth to 2 more LOLcats every 30 minutes. A LOLcat dies after 1 week.
Approximately how many LOLcats are there in 1 year?

I tried Wolfram Alpha, just to see if it would work. IT didn't.
[Quote] [Link]
(35040-(2*0)*2^0)+(35040-(2*1)*2^1)+(35040-(2*2)*2^2)+...+(35040-(2*17520)*2^17520)=number of LOLcats born
EDIT: I forgot cats died.
Each LOLcat Gives birth to 672 other LOLcats in its lifetime.
[Quote] [Link]
Person said:
Each LOLcat Gives birth to 672 other LOLcats in its lifetime.


Another hint: The number of new LOLcats born each iteration (30 minutes) follows the series 1,2,6,18,54,162... I think you see the pattern.
If N=the number of cats born on the 17,520th iteration,
So the answer is 672 x (1+2+6+18+54........+(n/3^672))+671(n/3^671)+670(n/3^670)+......
Right?
[Quote] [Link]
Can all of the LOLcats die so we can get a new puzzle?
[Quote] [Link]
^Haha, I was thinking the same thing. I really don't understand it, and I HAD a great puzzle…I just need to find it again. ._.
[Quote] [Link]
Prove xn+yn=zn for whole numbers only when n=2.
[Quote] [Link]
Counterexample: x=y=z=0.
[Quote] [Link]
Person said:
Prove xn+yn=zn for whole numbers only when n=2.


LOLOLOL Fermat's Last Theorem.
I don't think it's true, because 1+4 is not equal to 9 (x=1,y=2,z=3)
o_O
[Quote] [Link]
There are 3 dice. Roll them. What is the chance that the 3 dotted side will all be in the same orientation?

and

What's 10% of 10% of 10% of 10% of 10% of 10% of 10% of 10% of 10% of 10?
[Quote] [Link]
The Forum > Puzzles > solve a puzzle, give a puzzle
Current Date: 13 Ineo 14:3Current Time: 2.51.59Join us in IRC...
Server: irc.esper.net
Channel: #nerdparadise
Your IP: 67.202.9.192Browser: UnknownBrowser Version: 0