Comment Re:Error in article's logic (Score 1) 981
You gave a good summary of the article's logic, but TFA's author is wrong to exclude the 7th younger boy possibility. The author assumes that any case where two boys are born on Tuesday is identical, and so duplicates should be removed; this is not true.
It's simply not the case that there are duplicates. There is just one event there are two boys who are born on a Tuesday.
<eldest boy born on Tuesday, youngest boy born on Tuesday>
There are two events where there are two boys and one is born on a Monday and the other is born on a Tuesday.
<eldest boy born on Monday, youngest boy born on Tuesday>
<eldest boy born on Tuesday, youngest boy born on Monday>
Your confusion arises from introducing a new random variable (whether you've met X or not) and enumerating over this, but only for the both-born-on-a-Tuesday event. You would need to do this for all the other events as well; this would have the effect of needlessly multiplying events but wouldn't change the relative frequencies of the original events.