JaredJames
- 2,818
- 22
evra said:is Zero(0) an even number, odd or prime??
It's none of those.
evra said:is Zero(0) an even number, odd or prime??
evra said:do women get bald? is it normal? explain it, please.
evra said:jarednjames; then tell me where can you catagorise zero(0) under? and for baldness in women is it strictly abnnormal, genetically?
Darken-Sol said:can you use the word "and" 5 times in a row in a sentence that is grammatically correct?
DaveC426913 said:Can you use the word had eight times in a row in a grammatically correct and meaningful (if fictional) sentence?
DaveC426913 said:Can you use the word had eight times in a row in a grammatically correct and meaningful (if fictional) sentence?
regor60 said:eight times with no intervening words ?
Third Room Because Lions Are Not Live Because Of lions that haven't eaten in 3 years.powergirl said:NOt right;
Can anyone answer this?
2) A murderer is condemned to death. He has to choose between three rooms: The first is full of raging fires, the second is full of assassins with loaded guns, and the third is full of lions that haven't eaten in 3 years. Which room is safest for him?
Women have a fee different from men? Do they have to sit at the back too?evra said:i have a bus that takes 100 passengers and i need only 100dollars id the bus is full. the fare for;
1 man is 10dollars
5 children is 1dollar
4 women is 5dollars
i need the bus to be full and i need 100dollars only out of it..
how many children, men and women should I've in the bus??
DaveC426913 said:Women have a fee different from men? Do they have to sit at the back too?
DavidSnider said:So the constraint is exactly 100 people and exactly 100 dollars?
I don't think there is a solution.
var answers = [];
for(var i = 0; i<=100; i++) {
for(var j = 0; j<=100; j++) {
for(var k = 0; k<=100; k++) {
if(((i*10.0) + (j*0.2) + (k*1.25)) == 100.0 && (i + j + k == 100.0)) {
answers.push({ men: i, children: j, women: k, total: (i * 10.0 + j * 0.2 + k * 1.25) });
}
}
}
}
answers;
evra said:there is! just do your best and see. if you can't, that does not mean that there is no solution.
I would consider that a cheating answer. Charging a pregnant woman for her unborn child is unheard of.Soca fo so said:If you were to charge pregnant women the fare
evra said:i have a bus that takes 100 passengers and i need only 100dollars id the bus is full. the fare for;
1 man is 10dollars
5 children is 1dollar
4 women is 5dollars
i need the bus to be full and i need 100dollars only out of it..
how many children, men and women should I've in the bus??
Soca fo so said:Another thing that comes to mind is that perhaps there is a difference in the fare for a male child and a female child in the same way as for adults i.e. an 8 to 1 ratio male to female then let b be the number of boys and g be the number of girls, both natural numbers or zero, and let 1/f be the fare for girls, then the following two equations could be used to fix the two different fares for girls and boys:
b + g = 5
b*(8/f) + g*(1/f) = 1
these can be solved for f by noting that b must be a natural number or zero and must be less than or equal to 5 the first constraint means f must be equivalent to 12 mod 7 and the second constraint in addition to the first means that f must in fact be 12.
DaveC426913 said:Perhaps we are overthinking the answer.
I can answer the question quite simply, really:
Q: how many children, men and women should I've in the bus??
A: 100.
Soca fo so said:This might be a stupid question, but is the driver included in the 100 passengers?
DaveC426913 said:Clearly there is s trick to it, as
10x + .2x + 1.25x = 100 does not have an integer solution.
DaveC426913 said:Perhaps we are overthinking the answer.
I can answer the question quite simply, really:
Q: how many children, men and women should I've in the bus??
A: 100.
evra said:there is! very correct infact! try!