The problem is as follows:
Let's say there will be "X" independent events in my binomial tree, and I know the probability of all "X" events being a "1" or a "0" outcome. How can I use excel to calculate the probability of every possible sum total? (addition of all 1s and 0s, ie X, X-1, X-2, ..., 1, 0)
For example I have 4 events in my series (eventually I want up to 17) with probabilities of 0.36, 0.09, 0.91, 0.36.
How do I get excel to spit out:
P(score=4) = .033
P(score=3) = ...
P(score=2) = ...
P(score=1) = ...
P(score=0) = .01
Thank you for your help!