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? |
awesomeguy 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. |
gws said: awesomeguy 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. |
gws said: gws said: awesomeguy 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. |
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. |
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? |
