stackexchangers
I am attempting to calculate the probability that a subject will experience an event a minimum of 7 times over ten periods when the probability of the (independent) event occurring is 0.5.
I think I need to sum the probabilities that the event will happen 7 times, 8 times, 9 times and 10 times. Without having drawn a tree, I can envision that the probability that it will occur 10 times is $(\frac{1}{2})^{10}$ since there is only one branch-path (not sure what the correct terminology for this is, so I’m calling it that for now) in which that happens.
I need to calculate how many times the other branch-paths that have the event occurring 7, 8 and 9 times occur and then sum all of the probabilities together for all paths meeting the condition of events $\geq$ 7
I’m not even sure how to approach this. Maybe i need to draw a table and count the occurrences? Although this could be infeasible later if the cardinality of the periods increases.