Riddle time

No holds barred discussion. Someone train you and steal your rare spawn? Let everyone know all about it! (Not for the faint of heart!)

Moderator: TheMachine

Post Reply
User avatar
Dups.
Almost 1337
Almost 1337
Posts: 580
Joined: July 22, 2002, 9:19 pm

Riddle time

Post by Dups. »

Cat = 50 cents
Dog = 3 dollars
Horse = 10 dollars

You need to purchase 100 animals. You need to have at least one of each (so at least 1 cat , dog and horse). The total amount for these 100 animals needs to equal 100 dollars.


Use a spoiler tag if you think you have the answer. As to not spoil it for others please.
I have no sense of decency. This way , all my other senses are enhanced!
User avatar
Neost
Almost 1337
Almost 1337
Posts: 911
Joined: July 3, 2002, 1:56 pm
Gender: Male
XBL Gamertag: neost
Wii Friend Code: neost
Contact:

Post by Neost »

How about:
[Show]
nevermind, i re-read and i missed the requirement for 100 animals.
Last edited by Neost on October 4, 2004, 3:21 pm, edited 1 time in total.
User avatar
archeiron
Way too much time!
Way too much time!
Posts: 1289
Joined: April 14, 2003, 5:39 am

Post by archeiron »

There are two equations and loose limitations, so there are many solutions:
[Show]
94 cats ($47), 1 dog ($3), and 5 horses ($50) is 100 animals ($100)

Ah, yeah, there is only one solution with positive integer values. I doubt that someone would sell part of a horse or negative number of cats. ;)
[65 Storm Warden] Archeiron Leafstalker (Wood Elf) <Sovereign>RETIRED
User avatar
Llaffer
Star Farmer
Star Farmer
Posts: 451
Joined: October 18, 2002, 3:43 am

Post by Llaffer »

Solved with a c program:
[Show]
94 cats; 1 dog; 5 horses
I tried to use algebra, but with 2 formulas and 3 variables, couldn't be solved. If there is a 3rd formula in that, I've failed to see it.
User avatar
archeiron
Way too much time!
Way too much time!
Posts: 1289
Joined: April 14, 2003, 5:39 am

Post by archeiron »

Llaffer wrote:Solved with a c program:
[Show]
94 cats; 1 dog; 5 horses
I tried to use algebra, but with 2 formulas and 3 variables, couldn't be solved. If there is a 3rd formula in that, I've failed to see it.
[Show]

x = no. of cats
y = no. of dogs
z = no. of horses

given:

0.5x + 3y + 10z = 100
x + y + z = 100

therefore x = 100 - y - z

thus
0.5(100- y - z) + 3y + 10z = 100
or

y = 20 - (19/5)z

We want the value of all three numbers to be positive integers, so z should be 0, 5, 10, 15.... We also know that all three be greater than 1.

Therefore,

z=5

(if z=10 or greater, then y is negative. If z is not a multiple of 5, then y is not a whole number. All numbers must be greater than 1.)

if z=5, then y=1 and x=94.
[65 Storm Warden] Archeiron Leafstalker (Wood Elf) <Sovereign>RETIRED
User avatar
Ogbar
Almost 1337
Almost 1337
Posts: 538
Joined: July 3, 2002, 2:59 pm
Gender: Male
XBL Gamertag: Greblaja
Location: Rhode Island

Post by Ogbar »

Solved by Algebra, more or less as archeiron did it.
Ogbar - a member of the Tiger's Roar retirement community
User avatar
Winnow
Super Poster!
Super Poster!
Posts: 27703
Joined: July 5, 2002, 1:56 pm
Location: A Special Place in Hell

Post by Winnow »

Got the answer by looking at a spoiler.
Ajran
Almost 1337
Almost 1337
Posts: 820
Joined: July 3, 2002, 2:12 pm

Post by Ajran »

[Show]
94 cats = 47, 1 dog = 3 5 horses = 50, 94+1+5= 100 47+3+50=100
User avatar
Cracc
Almost 1337
Almost 1337
Posts: 717
Joined: October 31, 2002, 6:33 pm
Gender: Male
Location: Sweden

Post by Cracc »

I just realized that:

[Show]
Winnow is gay!
Image
User avatar
Winnow
Super Poster!
Super Poster!
Posts: 27703
Joined: July 5, 2002, 1:56 pm
Location: A Special Place in Hell

Post by Winnow »

Cracc wrote:I just realized that:

[Show]
Winnow is gay!
[Show]
My bad! I thought you were a woman!
User avatar
Rivera Bladestrike
Way too much time!
Way too much time!
Posts: 1275
Joined: September 15, 2002, 4:55 pm

Post by Rivera Bladestrike »

Winnow wrote:
Cracc wrote:I just realized that:

[Show]
Winnow is gay!
[Show]
My bad! I thought you were a woman!
[Show]
Well with a Hello Kitty as his avatar, who could blame you!
My name is (removed to protect dolphinlovers)

Rivera / Shiezer - EQ (Retired)

What I Am Listening To
*~*stragi*~*
Way too much time!
Way too much time!
Posts: 3876
Joined: July 3, 2002, 1:59 pm
Gender: Male
XBL Gamertag: kimj0ngil
Location: Ahwatukee, Arizona
Contact:

Post by *~*stragi*~* »

[Show]
I approve of posting everything from now until ever, under the spoiler tag.
Post Reply