Remix.run Logo
sokoloff 4 days ago

There aren't two "girl-girl" states, because of the stated assumption in the problem:

> Assume the family is selected at random because they have at least one girl.

Given that plus "a family has two children" and "Assume that the probability of having a girl or boy is 50%"

That means you're starting from the set of all two child families: BB, BG, GB, and GG, being told that you do not have the BB case, leaving 3 ways in which the family could be composed and being asked about "the one which is not a G".

That's different from the dime and quarter case, and would also be different if you were told "the oldest child is a girl", because being told "the oldest child is a girl" eliminates both BB and BG.

Being told "[at least] one of the coins is heads" or "[at least] one of the kids is a girl" only eliminates one of the four cases, while being told "the quarter is heads"/"the oldest is a girl" eliminates two cases.

taeric 4 days ago | parent [-]

I think where this fails for me, is it seems to change the odds of one of the flips? (And again, to be clear, I fully expect that I am the one that has this modeled incorrectly...)

Consider. You flip a dime and a quarter, one of them is heads. What is the odds that the dime is heads? What are the odds that both are heads?

If you do as stated in this model, you would say the possible states are HT, TH, HH. Doing that, you conclude that the odds of any single one being heads is 2/3. But, that does not make any sense, as you did nothing to change the expected 1/2 odds of either coin. And if the odds of either being H is 2/3, then the odds of both would be?

So, in the original question, what would the expectation be on the question of "what are the odds that the first born is a girl, knowing that at least 1 is a girl?" My intuition would be that it should be 1/2? As the two children are independent events. Just as the two coin flips are independent of each other. Not knowing anything about either coin, the best you can do is the original odds. (Things change if talking about after you observe one, of course. If you see a heads, and I say that at least one is heads, you are then modeling if I am disclosing the one you already know or not. Basically, we have moved into liars dice.)

So, how can you model this such that you keep the 50% odds per coin, but also have it so that the "at least one of" could apply to either coin?

Conversely, why does knowing "at least 1 is heads" change the odds of either single coin being heads?