rede96 said:
Thank you very much for your help, but just because I am not too great with the notation you have written, can you show me an example.
Say the probability of getting 90 heads from 100 coin tosses?
From your formula is this (100 / 90) x 0.590?
No no, that first part isn't a division.
{n \choose x}=\frac{n!}{x!(n-x)!}
Where the exclamation marks mean factorial. e.g. 5!=1\times 2\times 3\times 4\times 5 = 120 so
{100 \choose 90} = \frac{100!}{90!(100-90)!} = \frac{100!}{90!\times10!}
and since
90! = 1*2*3*4*...*88*89*90
100! = 1*2*...*89*90*91*...*99*100
(I've highlighted the common factors in blue)
Then in 100! / 90! we can cancel the first 90 factors, leaving us with 100! / 90! = 91*92*...*99*100
So finally,
\frac{100!}{90!10!} = \frac{91*92*...*99*100}{1*2*3*...*9*10}
So to find the chance of 90 heads out of 100 coin tosses, we have
\frac{91*92*...*99*100}{1*2*3*...*9*10}*\frac{1}{2^{100}}\approx 1.36*10^{-17}
or in other words, very, very unlikely. You're more likely to win the next two jackpot lotteries than to have this event occur.
Also keep in mind that what we've calculated is the chance to get exactly 90 heads. Not more, or less. Even getting exactly 50 heads is an unlikely scenario. You're very likely to get between 40 and 60 heads in 100 trials though.
If you want to calculate these results more easily, use a calculator:
http://www.wolframalpha.com/input/?i=(n+choose+x)+/+2^n,+n=100,+x=90
Just change the value of n and x in the calculation prompt to whatever you wish, and then choose approximate value in the substitution result.