Coding Horror: Finishing The Game
codinghorror.com
Coding Horror: Finishing The Game
1–10 of 41 posts
Re: Coding Horror: Finishing The Game
#2Re: Coding Horror: Finishing The Game
#3If you had said that a mathematician or a statistician said they have one girl, that would be a different story.
Re: Coding Horror: Finishing The Game
#4Gambling to the rescue
Re: Coding Horror: Finishing The Game
#5Re: Coding Horror: Finishing The Game
#6Sorry Jeff, I understand the problem, but the language of the setup was wrong. Since a PERSON told you they have one girl, the GB and BG are equivalent and collapse to one case instead of two in the way that normal people talk . If you had said that a mathematician or a statistician said they have one girl, that would be a different story.
Re: Coding Horror: Finishing The Game
#7This kind of problem comes up all the time in a poker tournament. Each person has a different number of chips in front of them, and when they reach the final table, since so much money is at stake, they want to make a deal. How do you determine a fair deal when each person has a different number of chips and prizes are radically different for first, second, and third place. Fun problem. Answer: The independent chip m…
Re: Coding Horror: Finishing The Game
#8100% was the right answer.
It's easy to get people to argue when you give them an almost-ambiguous word problem; they're not arguing about the math, they're arguing about the mapping from ambiguous words to math.
Re: Coding Horror: Finishing The Game
#9Sorry Jeff, I understand the problem, but the language of the setup was wrong. Since a PERSON told you they have one girl, the GB and BG are equivalent and collapse to one case instead of two in the way that normal people talk . If you had said that a mathematician or a statistician said they have one girl, that would be a different story.
The only real objection to the problem as it's posed is that it's pretty unlikely that anyone would say that one of their children was a girl when both of their children are girls. For a normal conversation, the ambiguity wouldn't be present; "two children" combined with "one is a girl" means the chances of one boy and one girl are 100%.
It's a bit like the old joke about "which month of the year has 28 days?" - answer being, they all have 28 days, just some have more.
However, in other less contrived situations, this is important. People risk discounting permutations, and only considering combinations, when the permutations are necessary to get a correct view of the odds.