Off Topic Discussion Discuss anything that pleases you here.

solve this if you can.

Old May 24, 2008 | 10:12 PM
  #1  
pwnstar's Avatar
Thread Starter
|
Member
iTrader: (3)
Joined: Apr 2008
Posts: 873
From: uniontown PA
solve this if you can.

solve this problem

you 100$ you need to buy 100 chickens

roosters= $5.00
hens= $1.00
peps= .05

you have to buy atleast one of each and you need to spend exactly 100$


i cant get it see how many of you can
 
Old May 24, 2008 | 10:40 PM
  #2  
Fitcapo's Avatar
Member
iTrader: (5)
Joined: Mar 2008
Posts: 2,257
From: Pleasant Prairie, Wisconsin
1 roster 1 hen 1880 peps.

Didn't say I couldn't buy more than 100 chickens.
 
Old May 24, 2008 | 11:58 PM
  #3  
pwnstar's Avatar
Thread Starter
|
Member
iTrader: (3)
Joined: Apr 2008
Posts: 873
From: uniontown PA
NICE !! lol
 
Old May 24, 2008 | 11:58 PM
  #4  
Kyle is raaddd's Avatar
Master FitFaker. CHEA!
Joined: Mar 2008
Posts: 5,317
From: Marble Falls, TX
i don't think i really even want to try this one!
 
Old May 25, 2008 | 12:23 AM
  #5  
ChrisN's Avatar
Frequent FitFreak Poster
iTrader: (1)
Joined: Jul 2007
Posts: 861
From: Southern California
I come close but not quite there. I guess I got 2 chicken for free. LOL.

09 roosters x $5.00 each = $45.00
53 hens x $1.00 each = $53.00
40 peps x $0.05 eahc = $02.00
102 chicken for $100.00






 
Old Jun 10, 2008 | 09:28 AM
  #6  
Chawee's Avatar
"Youngest FitFreak"(without a Fit)
5 Year Member
Joined: May 2008
Posts: 1,222
From: Miami, Florida
AHHH! Math! Im done with school so screw this. lol
 
Old Jun 10, 2008 | 03:00 PM
  #7  
pwnstar's Avatar
Thread Starter
|
Member
iTrader: (3)
Joined: Apr 2008
Posts: 873
From: uniontown PA
Originally Posted by bryanback
19 roosters @ $5 = $95
1 hen @ $1 = $1
80 peps @ $.05 = $4
100 Chickens, 100 Dollars.
CORRECT! lol about time somone go it
 
Old Jun 10, 2008 | 03:03 PM
  #8  
pwnstar's Avatar
Thread Starter
|
Member
iTrader: (3)
Joined: Apr 2008
Posts: 873
From: uniontown PA
now for another one this one is cake but

give me $1.00 with only 50 US coins

i think thats how it goes anyways
 
Old Jun 12, 2008 | 12:24 PM
  #9  
ToFit2Quit's Avatar
Member
Joined: Jan 2008
Posts: 554
From: Orange County
Originally Posted by pwnstar
solve this problem

you 100$ you need to buy 100 chickens

roosters= $5.00
hens= $1.00
peps= .05

you have to buy atleast one of each and you need to spend exactly 100$


i cant get it see how many of you can
Hmm... linear algebra.
let r = rooster, h=hens, p=peps

Two conditions that you've set:
5r + 1h+ .05p = 100
r + h + p = 100

Now for the substitutions:

p = 100 - h - r

5r + 1h +.5*(100 - h - r) = 100
4.5r + .5h = 50 (then times it by 2 to make it whole numbers)
9r +h = 100
h = 100 - 9r

p = 100 - 100 - 9r -r = -10r

So we have

r+ 100-9r + -10r = 100

hmm...looks like no solution but let me check. shorter way of telling is to subtract first equation from second. here's the easier way. I messed up with .05 vs .5 somewhere up there.

5r + 1h+ .05p = 100
r + h + p = 100
_________________
4r +0 + -.95p =0
r = .95/4 *p

.95/4 p + h + p = 100
h = 100 - 1.2375p

.2375p + 100 - 1.2375p + p = 100
uhh... .2375p + 1.2375p + 0 = 0 ... no solution because you have to have at least one pep.

Then there's the matrix form for the mathematicians:

[5, 1, .05] 100
[1, 1, 1] 100
[0 0 0] 0

As you can see if you subtract the second row with first row, there's no way of getting 1 in the middle column. Therefore, there's no solution because coeficient matrix cannot be transformed into identity matrix. Muhahaha!
 
Old Jun 12, 2008 | 09:05 PM
  #10  
comptrekkie's Avatar
Member
5 Year Member
iTrader: (1)
Joined: May 2008
Posts: 244
From: Riverview, FL, USA, Terra Firma, Milky Way
Originally Posted by pwnstar
CORRECT! lol about time somone go it
Actually Roosters are not chickens, and it can be argued if a peps are even a real thing (maybe it is suppose to be peeps?) so the answer would be 100 Chickens and $1.00 each.

 
Old Jun 12, 2008 | 09:10 PM
  #11  
zRollerskate's Avatar
Member
Joined: May 2008
Posts: 1,032
From: Fayetteville, NC
buzzkill...
 
Old Jun 12, 2008 | 09:12 PM
  #12  
comptrekkie's Avatar
Member
5 Year Member
iTrader: (1)
Joined: May 2008
Posts: 244
From: Riverview, FL, USA, Terra Firma, Milky Way
LOL
 
Old Jun 12, 2008 | 09:17 PM
  #13  
espo79's Avatar
Member
Joined: Aug 2007
Posts: 153
From: Florida
Originally Posted by ToFit2Quit
Hmm... linear algebra.
let r = rooster, h=hens, p=peps

Two conditions that you've set:
5r + 1h+ .05p = 100
r + h + p = 100

Now for the substitutions:

p = 100 - h - r

5r + 1h +.5*(100 - h - r) = 100
4.5r + .5h = 50 (then times it by 2 to make it whole numbers)
9r +h = 100
h = 100 - 9r

p = 100 - 100 - 9r -r = -10r

So we have

r+ 100-9r + -10r = 100

hmm...looks like no solution but let me check. shorter way of telling is to subtract first equation from second. here's the easier way. I messed up with .05 vs .5 somewhere up there.

5r + 1h+ .05p = 100
r + h + p = 100
_________________
4r +0 + -.95p =0
r = .95/4 *p

.95/4 p + h + p = 100
h = 100 - 1.2375p

.2375p + 100 - 1.2375p + p = 100
uhh... .2375p + 1.2375p + 0 = 0 ... no solution because you have to have at least one pep.

Then there's the matrix form for the mathematicians:

[5, 1, .05] 100
[1, 1, 1] 100
[0 0 0] 0

As you can see if you subtract the second row with first row, there's no way of getting 1 in the middle column. Therefore, there's no solution because coeficient matrix cannot be transformed into identity matrix. Muhahaha!

Well Im going to go shoot myself for actually reading through this breakdown...
 
Old Jun 12, 2008 | 09:21 PM
  #14  
holloway2006's Avatar
Member
Joined: Dec 2007
Posts: 111
From: Kansas City, MO
THANK YOU! What the **** is a pep?? I'm assuming it's supposed to be peep, but as far as I know, they're called chicks.... Dictionary.com < go see what a pep is, I dare you.
 
Old Jun 12, 2008 | 09:59 PM
  #15  
pwnstar's Avatar
Thread Starter
|
Member
iTrader: (3)
Joined: Apr 2008
Posts: 873
From: uniontown PA
like it says you have to buy one of each pep peep the same thing you all knew what i ment dident you? EXACTLY
 
Old Jun 12, 2008 | 10:02 PM
  #16  
holloway2006's Avatar
Member
Joined: Dec 2007
Posts: 111
From: Kansas City, MO
It doesn't bug me that you said it so much, it could easily be a typo, just the fact that 15 other people said it without realizing what it was bugs me...
 
Old Jun 12, 2008 | 10:09 PM
  #17  
comptrekkie's Avatar
Member
5 Year Member
iTrader: (1)
Joined: May 2008
Posts: 244
From: Riverview, FL, USA, Terra Firma, Milky Way
I was just messing with you. I though you must have meant Chick. Just probably a language thing. Although a Rooster really is not a chicken. My answer is correct given the literal meaning of your post.
 
Old Jun 17, 2008 | 04:00 PM
  #18  
K LoLo's Avatar
Member
Joined: Sep 2006
Posts: 97
From: Texas City/Huntsville
Originally Posted by pwnstar
now for another one this one is cake but

give me $1.00 with only 50 US coins

i think thats how it goes anyways
40 pennies = 40 cents
8 nickles = 40 cents
2 dimes = 20 cents
50 coins = 1 dollar
 
Old Jun 17, 2008 | 04:06 PM
  #19  
Kyle is raaddd's Avatar
Master FitFaker. CHEA!
Joined: Mar 2008
Posts: 5,317
From: Marble Falls, TX
Originally Posted by ToFit2Quit
Hmm... linear algebra.
let r = rooster, h=hens, p=peps

Two conditions that you've set:
5r + 1h+ .05p = 100
r + h + p = 100

Now for the substitutions:

p = 100 - h - r

5r + 1h +.5*(100 - h - r) = 100
4.5r + .5h = 50 (then times it by 2 to make it whole numbers)
9r +h = 100
h = 100 - 9r

p = 100 - 100 - 9r -r = -10r

So we have

r+ 100-9r + -10r = 100

hmm...looks like no solution but let me check. shorter way of telling is to subtract first equation from second. here's the easier way. I messed up with .05 vs .5 somewhere up there.

5r + 1h+ .05p = 100
r + h + p = 100
_________________
4r +0 + -.95p =0
r = .95/4 *p

.95/4 p + h + p = 100
h = 100 - 1.2375p

.2375p + 100 - 1.2375p + p = 100
uhh... .2375p + 1.2375p + 0 = 0 ... no solution because you have to have at least one pep.

Then there's the matrix form for the mathematicians:

[5, 1, .05] 100
[1, 1, 1] 100
[0 0 0] 0

As you can see if you subtract the second row with first row, there's no way of getting 1 in the middle column. Therefore, there's no solution because coeficient matrix cannot be transformed into identity matrix. Muhahaha!
the sad part is, i understand this...
but it's summer, so i don't care!
school ftl
 
Related Topics
Thread
Thread Starter
Forum
Replies
Last Post
Wafulz
Off Topic Discussion
0
Sep 26, 2012 04:35 PM
cab0053
Off Topic Discussion
3
Jun 5, 2009 08:51 PM
Gordio
Off Topic Discussion
2
Jul 11, 2007 01:56 PM


Thread Tools
Search this Thread

All times are GMT -4. The time now is 08:47 AM.