Originally posted by: Fallen Kell
Originally posted by: Molondo
What is the chance of something repeating forever?
Very simple. Go read up on the "Poisson distribution", as this is exactly the answer you are looking for. The Poisson distribution will tell you the probability of getting a specific result from a number of repeated events that have a set probability outcome.
So for your answer, you will want to look at the Limit of the Possion Distribution as the k approaches infinity.
lim->k,infinity f(k,lamda) = (e^(-lamda)*lamda^(k))/k!
where k is the unmber of occurrences of the event (in your case you are looking at infinity)
lamda is the probability of receiving the result desired result from your test (in this case, the probability of getting "heads" in a coin flip is ".5")
So as you can see as k approaches infinity, the above formula approaches 0 VERY quickly, as you are effectively dividing (e^(-.5)*(.5^infinity) by infinity! (the factorial of infinity), which is an extremely high order level of infinity as you are esseitially multiplying infinity by itself infinite number of times!!!
So you have e^(-.5) * (.5^infinity) in the numerator. Well, what is .5^infinity? .5*.5*.5*.5... -> approximates 0.
Now you have (~0)/(infinity!)
So you have a numerator which approaches 0, divided by an extremely high magnitude infinity on the denominator ( infinity! -> infinity^(infinity) ). We know that any number divided by another number which approaches infinity approaches 0 for the answer.
In this equation we have 2 distinctly separete events which are forcing the resulting value to be 0. The value of the numerator itself is approaching 0 as k approaches infinity. So by the rule that 0 divided by any number is also zero, the answer is 0.
We also have the fact that as any value divided by another number that is approaching infinity makes the answer approach 0.
We have a value in the numerator approaching 0 and a value in the denominator approaching infinity, the resulting answer is 0.
So the answer to your question is "0".