Page 2 of 2

Posted: Thu Dec 13, 2007 2:25 pm
by KJ Fellie
[whine]But I like finding loopholes...[/whine]

And yeah, I figured a program would be a nice way of solving it, but again, I'm too lazy to write one, so I went with the loophole.

Posted: Thu Dec 13, 2007 8:40 pm
by Angstwolf
Also, the little puzzle in Extreme-Speed's signature:
To make this sentence true, the number of times we see 1 is _____, 2 is _____, 3 is _____, 4 is _____, and 5 is _____.
It can be answered with "one, one, one, one, and one," because if you spell it out, you only see "1" one time, "2" one time, "3" one time, "4" one time, and "5" one time. If you try to use the actual digits, it gets tricky.
3, 2, 3, 1, 1. :) Wrote a dumb brute-force Perl script to solve it.

Code: Select all

my $n = 6; for my $one (1..$n) { for my $two (1..$n) { for my $three (1..$n) { for my $four (1..$n) { for my $five (1..$n) { my @t = (0, 1, 1, 1, 1, 1); $t[$_] += 1 for (0, $one, $two, $three, $four, $five); if (($t[1] == $one) && ($t[2] == $two) && ($t[3] == $three) && ($t[4] == $four) && ($t[5] == $five)) { print "$one, $two, $three, $four, $five\n"; exit(0); } # if } # for } # for } # for } # for } # for print "Unsolvable for n(1,$n)\n"; exit(1);
And here I was thinking there was no solution. :(

Posted: Thu Dec 13, 2007 10:56 pm
by Extreme-Speed
The black cat is Stevie. We have seen him before. I think he even wore the same shirt.

Also, the little puzzle in Extreme-Speed's signature:
To make this sentence true, the number of times we see 1 is _____, 2 is _____, 3 is _____, 4 is _____, and 5 is _____.
It can be answered with "one, one, one, one, and one," because if you spell it out, you only see "1" one time, "2" one time, "3" one time, "4" one time, and "5" one time. If you try to use the actual digits, it gets tricky.
Also, the little puzzle in Extreme-Speed's signature:
To make this sentence true, the number of times we see 1 is _____, 2 is _____, 3 is _____, 4 is _____, and 5 is _____.
It can be answered with "one, one, one, one, and one," because if you spell it out, you only see "1" one time, "2" one time, "3" one time, "4" one time, and "5" one time. If you try to use the actual digits, it gets tricky.
3, 2, 3, 1, 1. :) Wrote a dumb brute-force Perl script to solve it.

<snip>
Thanks, you two, that was driving me insane. I know! I'll draw you guys something! Just give me a suggestion.

I found that in someone else's signature on deviantART, and I thought if I put it in my sinature, that someone might take a shot at it. >.<

Posted: Fri Dec 14, 2007 12:08 am
by Doc Sigma
Thanks, you two, that was driving me insane. I know! I'll draw you guys something! Just give me a suggestion.
Ozy and Millie making out.

Posted: Fri Dec 14, 2007 12:14 am
by Extreme-Speed
Thanks, you two, that was driving me insane. I know! I'll draw you guys something! Just give me a suggestion.
Ozy and Millie making out.
Why draw something that's already been done?

Posted: Fri Dec 14, 2007 6:04 am
by Softpaw
Why draw something that's already been done?
"Whoa..."

-Neo, "The Matrix"

Posted: Fri Dec 14, 2007 7:04 am
by Foxhound
I forgot about that one. Didn't it cause a little controversy here?

Posted: Fri Dec 14, 2007 9:43 am
by Muninn
I don't remember that particular drawing being posted here before.

Posted: Fri Dec 14, 2007 11:47 am
by KJ Fellie
Thanks, you two, that was driving me insane. I know! I'll draw you guys something! Just give me a suggestion.
Ozy and Millie making out.
Why draw something that's already been done?
Awesomeness, they're grown up...
They're not really making out in that one.
I Like Doc Sigma's request. I think he should have said "snogging," though. It's just a funner word. (And according to the spell-checker, "funner" actually is a word, as awkward as it sounds.)

For me, perhaps... Me! You can find a self-portrait here, but I haven't tried drawing my body yet. You'll have to scroll down a bit to see it. Also, a slightly more detailed description can be found here, along with some marvelous babble. Again you'll need to scroll down.
I can provide even more detail, if you like. I'm good at talking about me.

Also, anyone else can check these out if they want. It's not like it's not cool, even if it's not... (Eh?)...(Yay, Zen!)

Posted: Sat Dec 15, 2007 3:20 am
by osprey
I don't remember that particular drawing being posted here before.
Nah, it wasn't, I don't remeber it and I've viewed every piece of fanart posted here since I joined.

Posted: Sat Dec 15, 2007 3:22 am
by Arloest
Haha, Ozy has a chain wallet. He probably listens to Christian HxC bands like Underoath, As I Lay Dying and The Devil Wears Prada.