Loren Booda said:
Thank you for the modification. Try answering what the probability is as the number of votes approaches infinity.
But not just "some" party of the three. I am asking what the chance is that all pairs of parties attain a majority, i.e., when the number of votes for all parties taken two at a time are greater than 50%.
In short the probability that no one candidate gets 50% or more of the vote.
The law of large numbers says that the average vote will approach the expectation value in probability, i.e. the variance for the percentage of votes approaches zero as N approaches infinity. So in the limit, assuming equally likely voting between candidates, the probability of any
a priori deviation from a 1/3 1/3 1/3 distribution approaches 0.
For a finite number of voters with some aribitrary probabilities you have a multinomial distribution. However anyone candidate's % vote can be treated as a straight binomial distribution.
Since the cases of each candidate getting >= 50% are mutually exclusive you can add each probability which can be calculated from a binomial distribution.
The answer to your question will then be 1 minus these three probabilities.
In particular for probabilities 1/3 by 1/3 by 1/3 :
Answer = 1 - 3* P(X> or = N/2) for X ~ Binom(N,1/3).
The mean being N/3 and the stdev = sqrt(2N)/3,
where Answer = 1 - 3P(X > or = x) we have
x= N/2 = mu + z sigma
where z = sqrt(N/8).
we can approximate this probability for large N with a normal distribution:
1 - 3*P(Z > sqrt(N/8) ).
In the limit this approaches certainty as P(Z > infinity) = 0.
The z value giving 50% probability i.e. where P(Z>sqrt(N/8) = 1/6 is z=0.967422,
so N about 7.5. (too small for the normal approximation to be very good).
A little spreadsheet work...
Prob N (normal approximation)
0.5 7.487235892
0.9 26.90594313
0.99 58.8852044
0.999 92.63961506
0.9999 127.2254273
0.99999 162.2926135
0.999999 197.6732578
0.9999999 233.2740074
0.99999999 269.037677
0.999999999 304.9267328
N Prob (Binomial calculation)
4 0.666666667
8 0.736168267
16 0.850112556
32 0.950815451
64 0.99408042
128 0.999896477
256 0.999999959