Use Bayes rule to mechanically solve probability riddles
cloud.disroot.org
Use Bayes rule to mechanically solve probability riddles
1–10 of 45 posts
Re: Use Bayes rule to mechanically solve probability riddles
#2> 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(you're told at least one is a girl | both are girls) * p(both are girls)
+
p(you're told at least one is a girl | they aren't both girls) * p(they aren't both girls)
)
The solution there assumes that p(you're told at least one is a girl | both are girls) = p(you're told at least one is a girl | they aren't both girls).Re: Use Bayes rule to mechanically solve probability riddles
#3Re: Use Bayes rule to mechanically solve probability riddles
#4> 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…
Re: Use Bayes rule to mechanically solve probability riddles
#5Then careful analysis proved her correct.
https://en.wikipedia.org/wiki/Monty_Hall_problem#Savant_and_...
Re: Use Bayes rule to mechanically solve probability riddles
#6> 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…
Assuming 100% likelihood of a truth telling quiz setter, that bfomes down to population level statistics of male vs female?
If “you're told that at least one of them is a girl” was intended to mean “you ask whether at least one of them is a girl and you’re told that at least one of them is a girl” it was pretty easy to make it clear.
In that case it’s straightforward that p(you're told at least one is a girl | both are girls) = p(you're told at least one is a girl | only one is a girl) = 1 (with just the mild and reasonable assumption that you’re not being lied to.)
Edit: also the reasonable assumption that your question is unrelated to the number of girls - it’s easy to imagine settings where you asked because of something which may be correlated with the number of girls.
Re: Use Bayes rule to mechanically solve probability riddles
#7Re: Use Bayes rule to mechanically solve probability riddles
#8Might be hug of death but the load times are horrifically slow.
Re: Use Bayes rule to mechanically solve probability riddles
#9For 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.