Do you have a dumb question that you're kind of embarrassed to ask in the main thread? Is there something you're just not sure about?
This is your opportunity to ask questions. No question too simple or too silly.
Culture war topics are accepted, and proposals for a better intro post are appreciated.

Jump in the discussion.
No email address required.
Notes -
This is a standard application of Bayes's theorem. The probability that you are a carrier given that you have N consecutive children with brown eyes and zero with blue eyes is1/(2N-1 + 1) so the probability that your next child will have blue eyes is 1/(2N+2) . When N = 0, this agrees with your correct statement that the probability that the first child has blue eyes will be 1/3.
Bayes's theorem says that
P(Carrier|N children with brown eyes) = P(N chlidren with brown eyes | carrier) P(carrier)/P(N children with brown eyes).
You are correct that the a priori probability that you are a carrier is 2/3. Clearly P(N children with brown eyes | carrier) = 1/2N. To compute the probability that you have N children with brown eyes unconditionally, you need to take P(N children with brown eyes | Carrier) P(Carrier) + P(N children with brown eyes | Not Carrier)P(Not Carrier) = 1/2N * 2/3 + 1 * 1/3 = 1/3 * [(2N-1 + 1)/2N-1].
Hence Bayes's theorem gives
P(Carrier|N children with brown eyes) = [1/2N * 2/3]/[1/3 * [(2N-1+1)/2N-1]] = 1/(2N-1+1).
A nice visualization of this answer:
More options
Context Copy link