The empirical probability distribution of the coin tossing bet is binomial distribution. For a fixed length of sequential events, it shows that the more balance the number of Heads strikes between the number of Tails, the more probable it will occur.
With the gambler's fallacy, I will bet the coin tossing like this:
Given the coin has been tossed $6H3T$ without knowing the order, and I have $100$ USD gambit to distribute to H or T for the next random event.
$P(7H3T)=C(10,3)*(0.5)^{10}=0.1171875.$
$P(6H4T)=C(10,4)*(0.5)^{10}=0.205078125.$
Hence I will distribute $100* (0.117)/(0.117+0.205)=36$ USD to H, and $64$ USD to T.
Why is this gambler's analysis considered a fallacy, where sequential binomial distribution is considered?
Edit: Let me modify the bet. Given the 10 coins have been tossed at the same time. 9 random coins are revealed as $6H3T$, and I have $100$ USD gambit to distribute to H or T for guessing the unrevealed coin.
Edit: I recognise the independence of the respective events, but suggest and am confused as to whether there is dependence introduced by the binomial distribution - the density of each binary follows everywhere.
Edit: Toss 3 coins at the same time. Hide one fairly. The reveal (abbreviated as RV) is 2T.
Possible outcomes including the unrevealed (abbreviated as POIU): 1H2T, 3T.
The probability that POIU is 1H2T and RV is 2T =(3/8)(1/3)=1/8.
The probability that POIU is 3T and RV is 2T =(1/8)(1)=1/8.
P(POIU=3T|RV=2T)=P(POIU=3T ∩ RV=2T)/P(RV=2T)=(1/8)/(1/4)=1/2.
P(POIU=1H2T|RV=2T)=P(POIU=1H2T ∩ RV=2T)/P(RV=2T)=(1/8)/(1/4)=1/2.
The fallacy I made is assumming every POIU under fair hiding must lead to RV.
The confusion is solved. Thanks for all the answers.
You say this, but then you don't use the math for conditional probability:
$$P(7H3T|6H3T) = P(\textrm{7H3T with the last flip H}) / P(6H3T) = \frac{C(9,3)2^{-10}}{C(9,3)2^{-9}} = \frac{1}{2}.$$
Or to drive the point home a bit more: given that the coin has been tossed 6H3T, what is the probability that after the next flip the totals will be 5H5T? Clearly 0, right? You can't change the past? And not $$P(5H5T) = C(10,5)2^{-10} \approx 0.25?$$
Of course all of this is just to say that the coin flips are independent: the fact that the coin has flipped 6H3T in the past (assuming you also know that the coin is fair) yields no information about the next flip.