- 29,093
- 20,717
BiGyElLoWhAt said:So here's my thinking (not a huge probability guy, so I might be missing something, but I think this makes sense):
We want to find the number of consecutive heads/tails such that the probability is 1 in 4.320432x10^17. The probability of flipping 1 heads is 1/2, the probability of two is (1/2)^2, and the probability of n heads is (1/2)^n. So we have (1/2)^n = 1/4.320432x10^(17)
or
##2^n = 4.320432E17##
##\text{log}_2(2^n) = \text{log}_2(4.320432E17) ## which gives us about ##n=58.584## which honestly seems a little low to me. But that's my guess, anyways.
I think you might have missed that to get exactly ##n## heads, you also need to follow up the heads with a tail. So, what you calculated is ##n+1 = 58.584##.