|
-
April 1st, 2005, 07:47 AM
#1
Simple Quiz
What is it that happens once in a year, twice a week but never in month?
Madhivanan
Failing to plan is Planning to fail
-
April 1st, 2005, 08:12 AM
#2
Re: Simple Quiz
An 'e'. Next please
-
April 1st, 2005, 08:20 AM
#3
Re: Simple Quiz
Which number's square root is equivalent to its cubic reciprocal?
Madhivanan
Failing to plan is Planning to fail
-
April 1st, 2005, 09:00 AM
#4
Re: Simple Quiz
 Originally Posted by Madhi
Which number's square root is equivalent to its cubic reciprocal?
1? And then a miracle occurs.....
Verere testudinem! (Fear the turtle)
Once you can accept the universe as matter expanding into nothing that is something, wearing stripes with plaid comes easy. -Albert Einstein
Robots are trying to steal my luggage.
-
April 1st, 2005, 09:32 AM
#5
Re: Simple Quiz
Madhivanan
Failing to plan is Planning to fail
-
April 1st, 2005, 09:45 AM
#6
Re: Simple Quiz
One small and easy question.
a*b*c*d = 12
a, b, c and d are integers with diffrent values.
What are the values of a, b, c and d.
(There may be more than one correct answer)
Sarve Bhavantu Sukheenah,
Sarve Santu Niramayah,
Sarve Bhadrani Pashyantu,
Ma Kashchit dukh bhag bhavet.
-
April 1st, 2005, 10:11 AM
#7
Re: Simple Quiz
Code:
int a, b, c, d;
a = 1;
b = 2;
c = 3;
d = 4;
if ( (a*b*c*d) == 12 )
{
printf("Easy...\n");
}
-
April 1st, 2005, 11:13 AM
#8
Re: Simple Quiz
 Originally Posted by NoHero
Code:
int a, b, c, d;
a = 1;
b = 2;
c = 3;
d = 4;
if ( (a*b*c*d) == 12 )
{
printf("Easy...\n");
}

error error sterilize......
1*2*3*4=24???
Verere testudinem! (Fear the turtle)
Once you can accept the universe as matter expanding into nothing that is something, wearing stripes with plaid comes easy. -Albert Einstein
Robots are trying to steal my luggage.
-
April 1st, 2005, 11:15 AM
#9
Re: Simple Quiz
(-1)*1*(-2)*6
or
(-1)*1*(-3)*4
etc...
Verere testudinem! (Fear the turtle)
Once you can accept the universe as matter expanding into nothing that is something, wearing stripes with plaid comes easy. -Albert Einstein
Robots are trying to steal my luggage.
-
April 1st, 2005, 12:16 PM
#10
Re: Simple Quiz
 Originally Posted by Tom Frohman
error error sterilize......
1*2*3*4=24???
...*scratching* ... Man, I just blamed myself... Sorry guess I do not know what confuses me that bad the last days. No it's not beer... It might be the women... . Thanks Tom...
-
April 1st, 2005, 12:21 PM
#11
-
April 1st, 2005, 04:41 PM
#12
Re: Simple Quiz
 Originally Posted by Gabriel Fleseriu
Not to mention the Math Homework Thread.
SolarFlare
Those who cling to life die and those who defy death live. -Sun Tzu
cout << endl;
return 0;
}
-
April 1st, 2005, 05:07 PM
#13
Re: Simple Quiz
 Originally Posted by NoHero
...*scratching* ... Man, I just blamed myself... Sorry guess I do not know what confuses me that bad the last days. No it's not beer... It might be the women...  . Thanks Tom...
No, no... that was just a regular programmer error. That's why we have debuggers.
-
April 4th, 2005, 12:54 AM
#14
Re: Simple Quiz
What is the biggest number that you can produce using four 1's?
Madhivanan
Failing to plan is Planning to fail
-
April 4th, 2005, 12:58 AM
#15
Re: Simple Quiz
Won't that be 1,111 ? If the number of digits is more than 4 keep adding 9 at the start !!
Sarve Bhavantu Sukheenah,
Sarve Santu Niramayah,
Sarve Bhadrani Pashyantu,
Ma Kashchit dukh bhag bhavet.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|