Earlier quoted context omitted.
> many formulations one finds (including the one in her column) As far as I’ve been able to find the text below would be the original question (“the host, who knows what’s behind the doors, opens”) and answer (“the host, who knows what’s behind the doors and will always avoid the one with the prize, opens”). Are you referring to that? https://web.archive.org/web/20130121183432/http://marilynvos... Suppose you’re on a…
Yes, indeed, thanks for digging it up. You see that Marilyn's answer contains the clarified correct specification ("the host, who knows what’s behind the doors and will always avoid the one with the prize..."), but the question does not fully specify it. Thus, ignoring the clarification in the answer (which furthermore pertains to a modified problem), one could interpret the question differently: the host randomly op…
Use Bayes rule to mechanically solve probability riddles
31–40 of 45 posts
Re: Use Bayes rule to mechanically solve probability riddles
#32> You're told that at least one of them is a girl. > Likelihood of at least one girl What the “mechanism” requires is “likelihood of being told that at least one of them is a girl”. Use Bayes rule to correctly solve probability riddles: https://news.ycombinator.com/item?id=45056790 p(both are girls | you're told at least one is a girl) = p(you're told at least one is a girl | both are girls) * p(both are girls) / ( p…
Pretty much all of them are like this and it's actually a terrible article. For those thinking about how can the likelihood of them being a girl can change consider this; >A family has two children. You're told that at least one of them is a girl. What's the probability both are girls? "The question writer took all sets of two child families and ruled out the bb case. Then they asked the exact question above" This is…
In the derivation of the likelihood the assumptions are clearly stated.
While my knowledge on statistics is certainly unsatisfactory, your assessment of the education I had is quite wrong. My final exam in order to obtain a Master's degree in mathematics is next week. One of the subjects I chose is Bayesian Statistics, so wish me luck.
Re: Use Bayes rule to mechanically solve probability riddles
#33Just a tidbit for remembering bayes rule: P(A|B)P(B) = P(A,B) = P(B|A)P(A) The familiar forms P(A|B) = P(A,B)/P(B) = P(B|A)P(A)/P(B) immediately follow
Re: Use Bayes rule to mechanically solve probability riddles
#34For the last one, why does the "born on a Tuesday" information change the result? I don't see how it isn't equivalent to "born on a day", since the day of the week has no connection to the rest of the scenario. I understand why "at least one boy" does matter.
If you accept the Bayes theorem, the answer is that the likelihood of "At least one boy is born on a Tuesday" is not the same for different numbers of boys. The more boys the more likely the statement is true. Therefore this information is indicative of how many boys Mrs. Chance has.
That doesn’t make a lot of sense. A theorem is just a theorem. It’s proved, and in this case the proof is trivial.
The question is whether you accept that the description of the problem in terms of conditional probabilities is adequate, and then whether you accept that the values assigned to those conditional probabilities are appropriate.
Re: Use Bayes rule to mechanically solve probability riddles
#35Earlier quoted context omitted.
Pretty much all of them are like this and it's actually a terrible article. For those thinking about how can the likelihood of them being a girl can change consider this; >A family has two children. You're told that at least one of them is a girl. What's the probability both are girls? "The question writer took all sets of two child families and ruled out the bb case. Then they asked the exact question above" This is…
I did not mention a lot of assumptions. For example my problem statement also does not answer the question if Monty always gives you a choice to switch or only when you picked in a certain way. There are quite a few possible variations, all of which change the answer: https://en.wikipedia.org/wiki/Monty_Hall_problem#Other_host_... In the derivation of the likelihood the assumptions are clearly stated. While my knowle…
As an example of how presenting this way can hurt; The link you had for the sisters paradox doesn't talk to the ambiguities of a question that is well known to have no answer - https://en.wikipedia.org/wiki/Boy_or_girl_paradox . This information spreads and people see it restate it. This leads to a false belief that the sisters paradox has no ambiguities and that the answer is clearly 1/3 (the wikipedia page on this has the correct statement that it's ambiguous and the answer can be 1/3 or 1/2 depending on one of two reasonable interpretations).
I think a far better article would talk to ambiguities of each of these. Not subtly stating assumptions. I'll also point out that these types of ambiguous questions are commonly used in DS interviews (I've worked in big tech for many years now). The expected response of a strong candidate is a discussion on the ambiguities. You'll usually be prompted "is there any other interpretation of this question that leads to a different result?". If people read this as their guide rather than the more detailed wikipedia articles etc they may be misled which is why i'm strongly negative on this article as written. I'd hope no one reads and doesn't realize the assumptions here since they are critical.
Re: Use Bayes rule to mechanically solve probability riddles
#36For the last one, why does the "born on a Tuesday" information change the result? I don't see how it isn't equivalent to "born on a day", since the day of the week has no connection to the rest of the scenario. I understand why "at least one boy" does matter.
I think this particular question illustrates a major oversimplification in the entire premise of the webpage. If you have a probability problem that isn't well-specified, no amount of "mechanical" magic, Bayesian or otherwise, will give you a fully correct answer, since you are missing relevant details . Let's consider this particular question: "Mrs. Chance has two children of different ages. At least one of them is…
In this problem, we have no gender- or day-specific information. So the answer can only be the probability that he has two of the same gender. Which is 1/2.
Now open the envelope. If the answer changes to P based on what you see written, it has to change to the same P regardless of what you see written. Which means you didn't need to unseal the envelope; the answer was P before, not 1/2.
This is what Joseph Bertrand identified as his Box Paradox in 1889. That word was used to describe an actual contradiction, not a non-intuitive result. It disproves any answer except P=1/2. FOR ANY OF THESE PROBLEMS.
In fact, it is the same reason why the Monty Hall Problem's answer is what it is. Many "explanations" will claim that your original probability can't change, but never justify it. This is the justification - if it changes when one door is opened, it must change the same way when either door is opened.
Re: Use Bayes rule to mechanically solve probability riddles
#37Just a tidbit for remembering bayes rule: P(A|B)P(B) = P(A,B) = P(B|A)P(A) The familiar forms P(A|B) = P(A,B)/P(B) = P(B|A)P(A)/P(B) immediately follow
Comma is not a defined operator. Do you mean intersection?
https://en.m.wikipedia.org/wiki/Joint_probability_distributi...
Re: Use Bayes rule to mechanically solve probability riddles
#38Earlier quoted context omitted.
Did any of those readers of her column, including PhD and mathematicians, that declared her solution wrong do so because they objected to the clarification? (Does it make sense to declare the answer wrong ignoring the answer?)
I think they didn't notice the significance of that clarification (which, again, was given in the context of a modified problem). Reading the exchanges again, though, I see that many respondents were not only mistaken, but also impolite or sexist in accusing Marylin of being wrong. If you specify the problem carefully, anyone with some training in probability should get the answer right. But clearly back then it was…
Re: Use Bayes rule to mechanically solve probability riddles
#39Just a tidbit for remembering bayes rule: P(A|B)P(B) = P(A,B) = P(B|A)P(A) The familiar forms P(A|B) = P(A,B)/P(B) = P(B|A)P(A)/P(B) immediately follow
Re: Use Bayes rule to mechanically solve probability riddles
#40This Monty Hall problem was asked to Marilyn vos Savant, a woman with an extremely high IQ, who solved it correctly, and many readers of her column, including PhD and mathematicians, declared her solution wrong. Then careful analysis proved her correct. https://en.wikipedia.org/wiki/Monty_Hall_problem#Savant_and_...
To be fair, I think this problem needs to be formulated very carefully and specifically [0], because the "correct" answer is predicated on that, and many formulations one finds (including the one in her column) are not that. [0] It has to be specified that a) Monty knows what's behind which door, and b) he will on purpose always open a door such that there's a goat behind it.
You don't need condition (a) here. It's enough to just stipulate that a door with a goat behind it will be opened, however that comes about