You can also do this with Excel.
For the PC version of Excel, go to any open cell and start typing
=Binom
Double-click the Binom.Dist function from the pop-up window. Next, you need to type four numbers, each separated by a comma:
Number of successes,
Number of trials,
Probability of success,
Cumulative? A "1" here means to add up all the probabilities up to this point; a "0" means just give me the P(x) for that value of "x."
So your full formula looks like
=Binom.Dist(109, 126, 0.78, 1)
Hit enter. The answer is 0.994407 (to six decimal places).