I know that the probabilities of 2 equally-likely events is 0.5. Due to the fact that if i repeat the experiment for $N\rightarrow \infty$ the frequences of the 2 events are the same.
But, going to a deeper level, why this happens ?
I know that the probabilities of 2 equally-likely events is 0.5. Due to the fact that if i repeat the experiment for $N\rightarrow \infty$ the frequences of the 2 events are the same.
But, going to a deeper level, why this happens ?
On
It is because of the Law of Large numbers
Also, you need to distinguish between theoretical probability and experimental probability: link 1 and link 2.
Assuming your events are independent, we can model this using binomial distribution.
Let $X$ be the number of times event $A$ happens out of $n$ trial. Hence, $Y=n-X$ is the number of times event $B$ happens. We have $$X\sim\mathrm{B}(n,0.5)$$
Taking $n\to\infty$ is essentially taking expectation of $X$ and $Y$.
Thus, we arrive at $$E[X]=0.5n$$ and $$E[Y]=E[n-X]=n-E[X]=0.5n=E[X]$$