UglyEd said:
Thanks juvenal, and kleinwolf. I had know that it was a basic rule that each flip is independent of any others. I had just thought that maybe in some way although the coin doesn't know the difference. After so many times of the same side coming up you would over all have a better chance of getting the opposite side. Since getting 100 heads in a row would probably be very rare. So does that mean the chances of getting 50 heads in a row is the same as getting 100 in a row? Or even though the chances of getting 100 heads in a row is less than getting 50 heads in a row it doesn't matter? Or could you say. Even though the chances of getting 100 heads in a row is 1/1000 you have a 50/50 chance of getting that 1/1000?
Once again - it would be good for you to learn basic probability. Then you can calculate the probabilities yourself and be convinced. Are you really reading what we are writing? It seems to be going completely past you, since you keep asking the same question over and over.
Getting 100 heads in a row is harder than getting 50 heads in a row. That's because (0.5)^(100) is much much smaller than (0.5)^(50). But getting 99 heads and 1 tail is also harder than getting 50 heads in a row because that probability is also (0.5)^100, which is much smaller than (0.5)^(50).
How about 100 alternating heads and tails? Yes, it's (0.5)^100. How about 3 heads, followed by 2 tails, repeated 20 times so you get 100 flips. Yes, it's (0.5)^100. In fact, anyone sequence of 100 flips that you can choose arbitrarily has a probability of (0.5)^(100). Any one sequence is extremely rare.
Compare 1, 2, and 3 coin flips:
1 coin flip: 50/50 chance of getting H/T
2 coin flips: 1/4 = 0.25 chance of getting HT, TH, HH, TT.
3 coin flips: 1/8 = 0.125 chance of getting HHH, HHT, HTT, HTH, THH, THT, TTH, TTT
So for two coin flips, the probability of getting two heads in a row is 0.25. For three coin flips, the probability of getting 3 heads in a row is 0.125. However, as you see, the probability for getting 2 heads, 1 tail is also 0.125.
Why don't you take a penny, and try to get 4 heads in a row by flipping? Then see what the fifth flip gives you. Then repeat this exercise a lot of times (flip until you get 4 heads, then flip once more to see the outcome). Try it with more heads in a row if you have the patience, or write a computer program to model this.