I would like to calculate the probability that a yes/no vote among 3000 voters ends up in a tie - assuming voters cast their vote randomly.
Applying the principle of favorable_cases/total_cases I calculate that the total_cases are all the possible ways the people could vote, therefore all permutations of 2 elements by 3000 draws = 2^30
Now, how can I calculate the favorable_cases: so those permutations of the voting that result in the same number of yes and no votes.
Are there other, perhaps more suitable ways to approach this question?
In addition, how could we calculate the probability of any result for say 1499 yes votes to 1501 no?
Thanks for helping!
[self-study]. – Tim Aug 03 '23 at 13:36